> For the complete documentation index, see [llms.txt](https://macdocs.supgpt.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://macdocs.supgpt.app/getting-started/starting-a-new-chat.md).

# Starting a New Chat

## When No Chat is Selected

When you launch the app for the first time, or if there is no chat selected, the **New Chat** button will be at the center of the window. Click it, and select the type of chat you want to start.

<figure><img src="/files/CrOnd7JYrshJlzpJd8NL" alt=""><figcaption></figcaption></figure>

## When You Have Selected a Chat

When there is a selected chat, the **New Chat** button will be located at the top left corner of the chat panel. Click it, and select the type of chat you want to start.

<figure><img src="/files/DzZeJDv5W6Sv2BjCBPJc" alt=""><figcaption></figcaption></figure>

## From the Main Menu

From the Main Menu select **File -> New Temp Chat** or **New Chat.**

<figure><img src="/files/57CswUv1vL7FyPhyR9jr" alt=""><figcaption></figcaption></figure>

Using Keyboard Shortcuts

* **Cmd ⌘ + N** To start new temporary chat
* **Shift ⇧ + Cmd ⌘ + N** To start new persistent chat.

{% hint style="info" %}
To learn the difference between temporary and persistent chats, follow [this link](/chat/chat/persistent-and-temporary-chat.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://macdocs.supgpt.app/getting-started/starting-a-new-chat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
