# Quick Chat

The quick chat window is accessible at any time by pressing **Shift ⇧ + Cmd ⌘ + D** (this is the default shortcut, which can be changed in the App Settings).

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

The quick chat configuration reflects the default values you’ve set in the [**App Settings**](/app-settings/general.md).

When the quick chat window loses focus, it hides but does not close. You can reopen the same quick chat by pressing **Shift ⇧ + Cmd ⌘ + D** (or the shortcut you have configured).

To start a new quick chat, you must first close the current one, either by pressing the **X** button or by using **Cmd ⌘ + W**.

If you need to move the quick chat session to persistent storage, press the <img src="/files/hklcBP1zTYqMjADrb9uQ" alt="" data-size="original"> button.

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


---

# Agent Instructions: 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/chat/quick-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.
