> For the complete documentation index, see [llms.txt](https://docs.codatum.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codatum.jp/account-management/account.md).

# アカウント

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