# アカウント

Codatumにおいて、アカウントはCodatumにアクセスして利用できるユーザーを表します。アカウントには以下の機能が利用可能です。

## 主な機能

* 複数のワークスペースへのアクセス:
  * 1つのアカウントで複数のワークスペースに所属することができます
  * 例えば、個人用ワークスペースとチーム用ワークスペース両方に所属することが可能です
  * 画面左上にあるワークスペース選択から、簡単にワークスペースを切り替えることができます
* ワークスペースロールとアクセス制御:
  * アカウントは所属する各ワークスペースに対して、必ず1つの[ワークスペースロール](/access-control/access-control-for-workspace.md)が割り当てられます
  * [リソースロール](/access-control/access-control-for-resources.md)は、直接アカウントに割り当てるか、グループを通じて割り当てることができます
  * [グループ](/workspace-and-user-management/user-management/group.md)を使用することで、複数のアカウントを効率的に管理できます
  * ワークスペースロール、リソースロール、アクセス制御の設定に関する詳細は、[アクセス制御](/access-control/access-control-overview.md)を参照してください。


---

# 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.codatum.jp/account-management/account.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.
