# User Options

## Overview

User options control your personal experience in Kognitos. These preferences let you customize how the platform looks and works for you. Use them to update your profile information, choose your preferred visual theme, connect to remote services, and manage other settings.

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

## Menu Options

Click on your name or your profile avatar in the bottom-left corner to open the user menu. The following options are available:

### 1. Documentation

Access the [**Kognitos Documentation**](https://docs.kognitos.com) and support resources.

### 2. Workspace Settings

Access settings for your current workspace, including user management and workspace configuration. See [**Workspace Settings**](/guides/administration/user-options/workspace-settings.md) for more details.

### 3. Organization Settings

Manage organization-wide settings, workspaces, and users. See [**Organization Settings**](/guides/administration/user-options/organization-settings.md) for more details.

### 4. Remote Connections

Set up a secure IPsec VPN tunnel to reach on-premises or private network services from your automations. See [**Remote Connections**](/guides/administration/user-options/remote-connections.md) for more details.

### 5. Appearance

Customize how Kognitos looks on your device. Choose between light and dark themes, or set it to follow your system preferences. Dark mode is the default theme.

### 6. Profile

Manage your personal account information, including your name and email.

### 7. Logging Out

When you're done working, select <kbd>**Log out**</kbd> to securely end your session. You'll need to [log in](/guides/getting-started/quick-start.md#log-in) again to access your account.

### 8. Switching Organization

If you belong to multiple organizations, use the <kbd>**Switch organization**</kbd> option to move between them. Each organization has its own workspaces, automations, and settings.


---

# 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.kognitos.com/guides/administration/user-options.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.
