# Platform Settings

The **Platform Settings** section is the central place for managing both personal and organizational preferences, as well as configuring workspaces. From here, users can update their own account details, while administrators can control organization-wide settings and integrations.

### Accessing the Settings Page

To access the Settings Page:

1. Click the **gear icon** <img src="/files/kKjFDm1PVuUZZnJ6IuYt" alt="" data-size="line"> in the application sidebar on the left.&#x20;
2. The **Settings Page** will open, displaying its own navigation sidebar.

### [User Settings](/settings/platform-settings/user-settings.md)

These settings apply to your personal account.

* [**Account Settings**](/settings/platform-settings/user-settings/account-settings.md) - Manage your profile information and security options.
* [**Personal Access Tokens**](/settings/platform-settings/user-settings/personal-access-tokens.md) - Create and manage tokens for secure API access and automation.

### [Organization Settings](/settings/platform-settings/organization-settings.md)

These settings are available to administrators and affect all members of the organization.

* [**General**](/settings/platform-settings/organization-settings/general.md) - Configure organization-level details.
* [**Users**](/settings/platform-settings/organization-settings/users.md) - Invite, remove, and manage user roles.
* [**Integrations**](/settings/platform-settings/organization-settings/integrations.md) - Connect third-party services and manage organization-wide integrations.
* [**Subscription**](/settings/platform-settings/organization-settings/subscription.md) – View the details of your subscription plan.

### [Workspaces](/settings/platform-settings/workspaces-settings.md)

Workspaces provide a flexible way to organize teams, projects, and data within Platform.

* [**Overview**](/settings/platform-settings/workspaces-settings/overview.md) - Manage multiple workspaces to keep projects organized.


---

# 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.probe.splx.ai/settings/platform-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.
