> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/ja/ganaizshon/personalized-subdomain-urls-for-your-verkada-organization.md).

# パーソナライズされたサブドメインURL

Verkadaは、各オーガナイゼーション'の短い名前に基づいて、各オーガナイゼーション'ごとに固有のCommand URLを提供します。command.verkada.comの代わりに、オーガナイゼーション'のサブドメイン（short-name.command.verkada.com）を使用してログインできます。

{% hint style="info" %}
サブドメインが不明な場合は、command.verkada.comにログインすると、自動的にサブドメインのホームページにリダイレクトされます。
{% endhint %}

***

### メリット

* **直接ログイン**：アクセスを簡素化する専用のログインURLにより、ユーザーはログイン後にオーガナイゼーション'を手動で選択する必要なく、オーガナイゼーション'のVerkadaページへ直接移動できます。
* **簡単なアクセス**：希望のオーガナイゼーション'に直接ブックマークしてディープリンクできます（short-name.command.verkada.com と command.verkada.com の比較）。
* **より良いパスワード管理**：固有のURLにより、パスワードマネージャーに個別の資格情報を保存できます。
* **複数オーガナイゼーション管理の簡素化**：異なるオーガナイゼーション'間をシームレスに切り替えられます。

{% hint style="warning" %}
オーガナイゼーション'の短い名前は、オーガナイゼーション'名とは異なります。オーガナイゼーション'の短い名前を編集したい場合は、 [Verkadaサポート](/command/ja/herupugadesuka/contact-verkada-support.md).
{% endhint %}

***

### 機能

サブドメインの導入により、ほとんどのCommand機能は変わりません。

* **ブックマーク**：既存のブックマークと保存済みの資格情報は引き続き使用できます。複数のオーガナイゼーション'に所属するユーザーについては、Commandが自動的にユーザーを正しいサブドメイン（short-name.command.verkada.com）にリダイレクトします。
* **シングルサインオン（SSO）**：既存のSSO設定は変更されません。ただし、SSO経由でログインするユーザーは、ブックマークを新しいサブドメインに更新する必要があります。
* **API連携**：以前 command.verkada.com を使用していた連携は引き続き機能し、リクエストは自動的にリダイレクトされます。

***

## よくある質問

<details>

<summary>ブックマークは引き続き使えますか？</summary>

はい、command.verkada.com へのリンクはすべて、自動的にオーガナイゼーション'のサブドメインのログインページへリダイレクトされます。

</details>

<details>

<summary>ログイン方法は変わりますか？</summary>

いいえ、ログイン資格情報と認証プロセスは変わりません。異なるのはURLだけです。

</details>

<details>

<summary>複数のオーガナイゼーション'を管理している場合はどうなりますか？</summary>

各オーガナイゼーション'には固有のサブドメインがあり、オーガナイゼーション'間の移動が簡単になります。ユーザーは複数のサブドメインをブックマークして、すばやくアクセスできます。

</details>

<details>

<summary>これはセキュリティに影響しますか？</summary>

いいえ、これはあくまでログイン体験の変更です。SSOや多要素認証（MFA）を含む既存のセキュリティ対策はすべて変わりません。

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.verkada.com/command/ja/ganaizshon/personalized-subdomain-urls-for-your-verkada-organization.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
