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

# User Settings

Manage your personal notification preferences, display options, and API keys for your AOH Sync account.

![The User Settings screen showing the Preferences tab. Under Notifications, two toggles are visible: Email Notifications (enabled) and In-App Alerts (enabled). Under Display, Compact Mode (disabled) and Use Browser Timezone (enabled) are shown.](/files/HVJPpjArsUTpxvPCiQbL)

*User Settings — Preferences tab. Changes take effect immediately without a page reload.*

## Tabs

| Tab             | What it contains                                   |
| --------------- | -------------------------------------------------- |
| **Preferences** | Notification delivery options and display settings |
| **API Keys**    | Personal API keys for accessing the AOH Sync API   |

## Preferences tab

### Notifications

| Setting                 | What it controls                                                      |
| ----------------------- | --------------------------------------------------------------------- |
| **Email Notifications** | When enabled, AOH Sync sends updates to your registered email address |
| **In-App Alerts**       | When enabled, notifications appear inside the AOH Sync interface      |

### Display

| Setting                  | What it controls                                                                |
| ------------------------ | ------------------------------------------------------------------------------- |
| **Compact Mode**         | When enabled, tables use a condensed layout to show more rows on screen         |
| **Use Browser Timezone** | When enabled, all timestamps in AOH Sync display in your local browser timezone |

## API Keys tab

The **API Keys** tab lets you create personal API keys to authenticate your own requests to the AOH Sync API. API keys created here are scoped to your user account and carry your effective permissions.

{% hint style="info" %}
For organization-level API keys used by automated processes, see the **API Keys** tab in [User Management](/administration/user-management.md). Personal keys in User Settings are for individual use only.
{% endhint %}

## Related

* [User Management](/administration/user-management.md) — manage organization-wide users and API keys
* [Access Management](/administration/access-management.md) — manage permission groups and role assignments
* [Audit & Status Logs](/administration/audit-and-status-logs.md) — monitor live pipeline health and sync activity


---

# 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.aohwv.dev/administration/user-settings.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.
