> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.6/troubleshoot-and-reference/reference/user-details-and-preferences.md).

# User details and preferences

Each user can define their own details and preferences. To configure, click your username, and select **User Preferences**. These preferences do not affect other users.

#### Details

Edit your first and last name and reset your password. Your password must meet the requirements of your organization's password policy.

#### User preferences

| Section            | Description                                                                                                                                                                                                                                      |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| General            | <ul><li>Enable or disable keyboard shortcuts</li><li>Choose a default landing page that appears when you log in.</li></ul>                                                                                                                       |
| My avatar          | Upload an image to display as your avatar.                                                                                                                                                                                                       |
| Keyboard Shortcuts | Change the shortcut letter used to open the **GoTo** bar to search, investigate, and initiate actions. To change the shortcut, click the letter in the box, type a letter, and then save. The shortcut value must be a keyboard letter (A to Z). |
| Timezone           | Select the timezone to display your Cortex XSOAR data, which affects the timestamps displayed in Cortex XSOAR, such as auditing logs, and exported files.                                                                                        |
| Timestamp Format   | The timestamp format is displayed in data tables, auditing logs, and exported files.                                                                                                                                                             |

{% hint style="info" %}

### Note

If **Keyboard Shortcuts**, **Timezone**, and **Timestamp Format** do not appear in the Preferences tab, the default keyboard shortcut can only be set on the **Server Settings** page.
{% endhint %}

#### Notifications

Each user can define their notifications. These settings do not affect other users.

You can configure which notifications to receive and via what channels. Notifications are presented by categories:

* My Incidents
* My Playbook Tasks
* My To-Do Tasks
* Other Notifications

By default, all of the categories and available channels are selected.

Email notifications are enabled by default. Every email notification from which you can unsubscribe includes a link at the bottom of the email to bring you directly to the **User Preferences** page where you can edit your notification settings.

If your organization has integrations with Slack or other messaging applications, you can choose to enable or disable notifications through those applications.

{% hint style="info" %}

### Note

To set your active/away status, click your username and go to **Set Yourself as Away**. Once you are set as away, a **Zz** icon appears next to your name. To change the status, select **Set Yourself as Active**. Other users see you as active or away in dropdown lists, such as when assigning an owner to an incident. Your status can also be set by entering **`!setYourselfAs`** in the command line.
{% endhint %}


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.6/troubleshoot-and-reference/reference/user-details-and-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.
