# Account

The Settings area allows you to manage organization settings, project configurations, and user preferences.

### Settings Scopes

TeraSwitch settings are organized into three scopes:

#### Organization Settings

Manage settings that apply to your entire organization:

* Organization members and roles
* Audit history and activity logs
* Organization-wide policies

[Learn more about Organization Settings →](/account/organization-members.md)

#### Project Settings

Configure settings for individual projects:

* API tokens for programmatic access
* SSH keys for server authentication
* Project-specific configurations

Quick links:

* [API Tokens](/account/api-tokens.md)
* [SSH Keys](/account/ssh-keys.md)

#### User Settings

Personal account settings:

* Profile and password
* Two-factor authentication
* Email preferences

Quick links:

* [Security Settings](/account/security.md)

### Navigating Settings

1. Click **Settings** in the sidebar
2. Select the scope at the top:
   * **Organization** - Organization-wide settings
   * **Project** - Current project settings
   * **User** - Personal settings
3. Use tabs within each scope

### Quick Links

* [Organization Members](/account/organization-members.md) - Manage team access
* [Audit History](/account/audit-history.md) - View activity logs
* [API Tokens](/account/api-tokens.md) - Programmatic access
* [SSH Keys](/account/ssh-keys.md) - Server authentication
* [Security](/account/security.md) - Password and 2FA


---

# 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.teraswitch.com/account/account.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.
