# ワークスペース

ワークスペースはCodatumを利用するための基本単位です。コネクション、ノートブック、レポートなどのリソースはすべてワークスペース内で管理され、[アクセス制御](/access-control/access-control-overview.md)機能を使用して、ユーザーに適切にリソースを紐付けることができます。

## 主な機能

* 基本的な管理単位:
  * ワークスペースごとにリソースを整理
  * ワークスペースごとの課金
  * 複数のワークスペースの管理
* リソース共有:
  * メンバーとリソースを共有
  * 権限設定による安全なアクセス

## ワークスペース基本設定

* ワークスペース名: あなたのワークスペースの名前
* 組織名: 契約と請求のための組織の正式名称
* 国: 請求と契約のための法的所在地
* [許可ドメイン](/workspace-and-user-management/user-management/invitation.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/workspace-and-user-management/workspace.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.
