> 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-saas/onboard-cortex-xsoar/post-deployment/configure-system-settings/configure-server-settings.md).

# Configure server settings

You can create a more personalized user experience by defining your server settings. Go to Settings & Info → Settings → **Server Settings**.

{% hint style="info" %}
By default, the keyboard shortcuts, timezone, and timestamp format options appear on the **Preferences** table of the **User Details** page. To instead display these settings in the **Server Settings** page, add the `UI.show.timezone.in.server.settings` server config, set to `true`. Keyboard shortcuts, timezone, and timestamp format are not set universally and only apply to the user who sets them.
{% endhint %}

| Server setting       | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Keyboard Shortcuts   | <p>Use a shortcut to search, investigate, and initiate actions. To change the shortcut letter, click the letter in the box, type a letter, and then save.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>The shortcut value must be a keyboard letter (A to Z).</p></div>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 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. The setting is configured per user and not per tenant.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Email Contacts       | A list of email addresses in Cortex XSOAR, which can be used as distribution lists. The defined email addresses are used to send product maintenance, updates, and new version notifications. These addresses are in addition to email addresses registered with your Customer Support Portal account.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Appearance           | <p>By default, the full-size Cortex XSOAR logo displays on the sign-in page, on the navigation bar when expanded, on reports, on the artifact viewer, and on communication task forms and emails. A minimized version of the default Cortex XSOAR logo displays at the top of the navigation bar when it is collapsed. You can replace the default logos with a custom logo to match your organization's branding in the Cortex XSOAR platform. Supported file formats are PNG, JPEG, SVG, and GIF. You can add the following:</p><ul><li>Full-size logo: Upload your logo (displayed when the navigation bar is not collapsed).</li><li>Minimized logo: Upload your logo for the top of the navigation bar when it is collapsed (minimized).</li></ul><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>If you define a full-size logo, but not a minimized logo, no logo will display when the navigation bar is collapsed.</p></div> |
| Custom Content       | <p>You can do the following:</p><ul><li>Export all custom content: Exports custom content, such as playbooks and scripts as a content bundle, which you can import for use in another Cortex XSOAR tenant.</li><li>Upload custom content: Imports custom content created from a Cortex XSOAR tenant.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Login Message        | <p>You can display a custom message to users before every login to Cortex XSOAR. For example, you can add a message that includes terms and conditions specific to your organization to help adhere to the National Institute of Standards and Technology (NIST) security standards and reduce cybersecurity risk. The message is by default disabled.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>You must have administration rights to access this feature. The message supports markdown.</p></div>                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Server Configuration | Add to customize your Cortex XSOAR environment on the tenant level. You can also use custom server configurations where you experience issues or need to troubleshoot situations in your environment. For a list of server configurations, see [Server configurations](/cortex-xsoar-8-saas/troubleshoot-and-reference/reference/server-configurations.md).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |


---

# 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-saas/onboard-cortex-xsoar/post-deployment/configure-system-settings/configure-server-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.
