# Personalized Subdomain URLs

Verkada provides unique Command URLs for each organization based on your organization’s short name. You can log in using your organization’s subdomain (short-name.command.verkada.com) instead of command.verkada.com.

{% hint style="info" %}
If you are unsure of your subdomain, log in to command.verkada.com, and you will be automatically redirected to your subdomain home page.
{% endhint %}

***

### Benefits

* **Direct login**: Dedicated login URL to simplify access by allowing users to go directly to their organization’s Verkada page, eliminating the need to manually select an organization after logging in.
* **Easy access**: Bookmark and deep-link directly to your desired organization (short-name.command.verkada.com vs. command.verkada.com).
* **Better password management**: Unique URLs let your password manager save distinct credentials.
* **Simplified multi-org management**: Seamlessly switch between different organizations.

{% hint style="warning" %}
Your organization’s short name is different from its organization name. If you would like to edit your organization’s short name, contact [Verkada Support](/command/need-help/contact-verkada-support.md).
{% endhint %}

***

### Functionality

With the implementation of subdomains, most Command functions remain the same.

* **Bookmarks**: Existing bookmarks and saved credentials will continue to work. For users in multiple organizations, Command will automatically redirect users to the correct subdomain (short-name.command.verkada.com).
* **Single Sign-On (SSO)**: Existing SSO configurations remain unchanged. Although users logging in via SSO should update any bookmarks to their new subdomain.
* **API integrations**: Integrations previously using command.verkada.com will continue to work, with requests automatically redirected.

***

## FAQs

<details>

<summary>Will my bookmarks still work?</summary>

Yes, any links to command.verkada.com will automatically redirect to your organization’s subdomain login page.

</details>

<details>

<summary>Does this change how I log in?</summary>

No, your login credentials and authentication process remain the same—only the URL is different.

</details>

<details>

<summary>What if I manage multiple organizations?</summary>

Each organization has a unique subdomain to make it easier to navigate between them. Users can bookmark multiple subdomains for quick access.

</details>

<details>

<summary>Does this impact security?</summary>

No, this is strictly a change to the login experience. All existing security measures, including SSO and multi-factor authentication (MFA), remain the same.

</details>


---

# 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/personalized-subdomain-urls-for-your-verkada-organization.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.
