> 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/usage-limits.md).

# 利用制限

## AI利用上限の設定方法

1. メイン画面から**アカウント → 管理者設定 → 利用上限**に進みます。
2. 画面右上&#x306E;**「編集」**&#x30DC;タンをクリックし、上限の変更を有効にします。
3. **クレジット上限を設定します**
   * **Workspaceのクレジット上限を設定**：AI利用の総コストを管理し、組織全体の予算内に収めることができます。Workspace全体の1日・1ヶ月あたりのクレジット上限を入力してください。
   * **メンバーごとのクレジット上限を設定**：個々のユーザーが許可されたクレジットを超えないように管理でき、利用状況を細かく制御できます。各メンバーの1日・1ヶ月あたりのクレジット上限を入力してください。
   * **「保存」**&#x3092;クリックして適用します。

<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:

```
GET https://help.doraverse.com/jp/usage-limits.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.
