> For the complete documentation index, see [llms.txt](https://help.doraverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.doraverse.com/jp/help-center/faqs/account-and-login.md).

# アカウントとログイン

## 管理者としてDoraverseにログインするには？

ワークスペースが開設されると、ログイン情報が記載されたメールが届きます。メールの内容に従い、Doraverseワークスペースにアクセスしてください。

***

## チームメンバーとしてDoraverseワークスペースにアクセスする方法

チームメンバーは、ワークスペース管理者からの招待メール、またはワークスペースURLからログインできます。 詳しい手順は、[こちら](https://doraverse.gitbook.io/docs/getting-started/log-in-to-your-workspace-in-doraverse)をご参照ください。

***

## 招待メールが届かない場合は？

Doraverseの招待メールが届かない場合、以下の手順をお試しください。

* **迷惑メール・プロモーションフォルダを確認**：自動送信メールが振り分けられることがあります。
* **メールアドレスの確認**：ワークスペース管理者に、正しい業務用メールアドレスが登録されているかご確認ください。
* **再送依頼**：管理者に招待メールの再送を依頼してください。
* **少し待つ**：メール配信が数分遅れる場合があります。

***

## 認証コードが届かない場合は？

認証コードが届かない場合、次の方法をお試しください。

* **メールアドレスの確認**：ワークスペースに登録した正しいメールアドレスの受信箱を確認してください。
* **迷惑メール・プロモーションフォルダを確認**：認証コードメールが振り分けられる場合があります。
* **数分待つ**：メール配信が遅れることがあります。
* **新しいコードをリクエスト**：ログイン画面の「認証コード再送」オプションをご利用ください。

***

## ワークスペースにログインできない場合は？

ログインできない場合、以下の手順で解決できることがあります。

* **ワークスペースURLの再確認**：正しいURL（例：`https://yourcompany.doraverse.com`）を入力しているか確認してください。
* **ログイン情報の確認**：案内メールまたは登録時のメールアドレスを使用してください。
* **招待状況の確認**：管理者に、正しいメールアドレス宛に招待が送信されているかご確認ください。
* **ブラウザのキャッシュをクリア**：キャッシュの問題でログインできない場合があります。

***

## アカウント情報は更新できますか？

はい。ワークスペースメンバーは、「アカウント設定」で表示名やアバターなどの個人情報を更新できます。ただし、部署の割り当ては管理者が管理しており、メンバー自身では変更できません。

詳しい手順は、[ユーザーのアカウント管理](https://doraverse.gitbook.io/docs/getting-started/account-management)をご覧ください。<br>


---

# 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.doraverse.com/jp/help-center/faqs/account-and-login.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.
