> For the complete documentation index, see [llms.txt](https://docs.nexos.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexos.ai/workspace/settings/user-settings/preferences.md).

# Preferences

Use Preferences to personalize how nexos.ai looks and behaves for your account.

### **How to access**

1\. Open Settings from the left sidebar by clicking on your email.

2\. Select Preferences.

### **App Preferences**

These settings affect your experience across the app:

#### **Theme**

Choose how the interface is displayed:

* System: Match your device appearance setting.
* Light: Always use a light theme.
* Dark: Always use a dark theme.

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

#### **Auto expand reasoning**

Turn this on to automatically expand reasoning details (where available), so you see more context without extra clicks.

#### **Management onboarding tasks**

Use **Restart** to reset the management onboarding tasks checklist (helpful if you want to go through setup again).

#### **Cookie preferences**

Select **Edit** to review and update cookie choices for this app in your browser.

### Note

Some changes apply immediately. If you do not see an update, refresh the page or sign out and back in.

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.nexos.ai/workspace/settings/user-settings/preferences.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
