# Admin Settings

The Verkada Command **Admin** page allows you to easily access everything you need to manage your Command organization.

{% hint style="warning" %}
Only Org Admins see all settings under the Admin page.
{% endhint %}

***

## Access the Admin page

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Admin .**
{% endstep %}

{% step %}
**In the left navigation, select one of the following options.**

* Admin
* [Sites](/verkada-cameras/configuration/manage-sites-and-subsites.md)
* [Devices](/command/organization-settings/devices-page-overview.md)
* [Support](#h_e21edc3cc3)
  {% endstep %}
  {% endstepper %}

### Admin

|                                                                                                          |                                                                                                                                                                                                                        |
| -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Setting**                                                                                              | **What You Can Do**                                                                                                                                                                                                    |
| General                                                                                                  | View and manage key organization contacts, partner access, and organization deletion.                                                                                                                                  |
| [Users & Permissions](/command/users-and-permissions/manage-users-in-your-organization.md)               | Manage users, groups, external contacts, and customize roles.                                                                                                                                                          |
| [Licenses & Renewals](/command/licensing/manage-your-licenses.md)                                        | View, claim, and purchase Command licenses, manage trials, and view all license transactions.                                                                                                                          |
| [Feature Manager](/command/organization-settings/manage-your-admin-page-settings/feature-manager.md)     | Enable, disable, or permanently remove select features from your organization for compliance, security, and/or privacy purposes.                                                                                       |
| Login & Access                                                                                           | Manage your organization’s Login & Access settings such as Enterprise Controller Encryption (ECE), Single Sign On (SSO), SCIM Configuration, Org-wide two factor authentication, and User Session Management settings. |
| Security & Logs                                                                                          | Access audit logs, manage Alerts and live links, and review the Security & Privacy Checklist.                                                                                                                          |
| [Data & Privacy](/command/security/privacy-and-security-disclosure/data-storage-processing-locations.md) | View public disclosures, data you’ve chosen to share with Verkada, and data residency settings.                                                                                                                        |
| [API & Integrations](/command/organization-settings/verkada-command-api.md)                              | Manage your organization’s API keys, integrations (Slack, Teams, etc), Webhooks, and view a list of all supported integrations.                                                                                        |
| My Account                                                                                               | Manage your personal information, password, login settings, two-factor authentication options, and view other settings such as your active sessions.                                                                   |

### Support

|                                                                                              |                                                                                                                                                                                                                                                                       |
| -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Setting**                                                                                  | **What You Can Do**                                                                                                                                                                                                                                                   |
| [Contact Verkada Support](/command/need-help/contact-verkada-support.md)                     | See the 24/7 available methods to contact Verkada Support.                                                                                                                                                                                                            |
| [Enable Support Access](/command/need-help/contact-verkada-support/enable-support-access.md) | Temporarily allow Verkada Support to access your Command account and Verkada devices accessible by your account for troubleshooting purposes. You can revoke this access at any time.                                                                                 |
| Access Token (if Support Access is Enabled)                                                  | When Verkada Support begins to use your access token, we will notify the designated Support Access Communication Recipients in the Organization Details section of Admin. If there is no custom designation of recipients, we will notify all Org Admins in your org. |
| Support Cases                                                                                | View details of open and closed support cases (chat only) for your org in the last 3 months.                                                                                                                                                                          |


---

# 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://help.verkada.com/command/organization-settings/manage-your-admin-page-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.
