# General

The following settings are available in the General section:

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

#### Show in Dock

This toggle controls the visibility of the app icon in the dock. Changes to this setting require a restart of the application.

#### Run on Startup

This toggle allows the app to start automatically when macOS starts. When enabling this option for the first time, permission will be prompted to allow the app to run at startup.

#### Appearance

This setting allows the app's theme to match the macOS system theme. Options include **System** (to follow the macOS appearance), **Light**, and **Dark** modes

#### Quick Chat Shortcut

This setting defines the keyboard shortcut for accessing the quick chat feature. To change the shortcut, click inside the field and press the desired new key combination. To revert to the original shortcut, click the **Reset** button.

{% hint style="info" %}
Learn more about Quick Chat click [here](/chat/quick-chat.md).
{% endhint %}


---

# 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/app-settings/general.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.
