# Global Settings

{% hint style="warning" %}
Note that access to these options depends on your user permissions. [Contact us](/support/support.md) if you have any questions.
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=arfCRhtVioQ>" %}

## Overview

Click your user icon at the bottom left of the screen to access a set of quick links to different administration and account settings.

## Screen Settings

Here, you can personalize how you view and use Onum on your screen.

Choose between **Light** or **Dark** themes, and decide whether to show keyboard shortcuts or not. The default mode is **Dark**, and shortcuts are not shown by default.

## Administration Settings

Here you'll find different administration settings related to your user and Tenant. Click each option to learn more:

* [Invite users & team members](/administration/global-settings/tenant/users.md) - Add new users to your Tenant.
* [Your preferences](/administration/global-settings/your-account.md) - Manage your account settings.
* [Organization settings](/administration/global-settings/organization-settings/secrets-management.md) - Manage the available secrets in your Tenant.
* [Activity log](/administration/global-settings/tenant/activity-log.md) - Track all the user actions in your Tenant.
* [Usage](/administration/global-settings/tenant/usage.md) - Manage and analyze your Tenant usage.

## Logout&#x20;

Click **Logout** to close your current Onum session. If you want to change to a different Tenant, you can do it from the [Tenant menu](/administration/tenant-menu.md) at the top left of the screen.


---

# 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.onum.com/administration/global-settings.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.
