# Preferences

Navigate to your preferences menu by going to the upper righthand corner and **clicking on your profile picture and then selecting preferences.**

## Customize your preferences

* [Push Notification preferences](/profile-and-preferences/push-notifications.md)
* Enter key
* Appearance (light mode vs dark mode)
* Glue AI model default for your Glue AI prompts

{% hint style="info" %}
You can also see which version of Glue your app is on by scrolling to the bottom of the Preferences menu.
{% endhint %}

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

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

### Push Notifications

Please refer to our Push Notification documentation.

{% content-ref url="/pages/u1PM3nsq9ipY9DraxecI" %}
[Push notifications](/profile-and-preferences/push-notifications.md)
{% endcontent-ref %}

{% content-ref url="/pages/KPfTef71OYjlfLW01A6b" %}
[Notification troubleshooting](/profile-and-preferences/push-notifications/notification-troubleshooting.md)
{% endcontent-ref %}

### Editor options

#### Enter Key

You can change what the enter keyboard command is from starting a new line break to sending a new message. This preference is set per device. We have the default set so that pressing enter starts a new line in the message, this is because Glue is built to optimize for threads first, so it's easier to draft longer form content. If you prefer to change this you can!

* **Default: Enter = New Line**, CMD+Enter = Send
* Can change it to Enter = Send, CMD+Enter = New Line

### Appearance

#### Color Scheme

Change the color scheme for you Glue app. This preference is set per device.

* Default: System Default (match your device's preferences)
* Light Mode
* Dark Mode

### Glue AI Model

Glue AI is set to automatically choose the model that works best for that specific prompt, and you can change the model you are using on each prompt in the Glue AI tab.

If you'd like to use a specific AI model as your default for all your Glue AI prompts (e.g. your organization pays for specific model and uses the API keys in Glue, you prefer a specific model, etc) you can do so. You will still be able to change the model used on individual prompts in your Glue AI tab.


---

# 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://docs.glue.ai/profile-and-preferences/preferences.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.
