> For the complete documentation index, see [llms.txt](https://docs.mindkosh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindkosh.com/ja/guan-li/akusesureberu/yz.md).

# ユーザー

ユーザータイプのユーザーは、自分が作成した、または割り当てられたプロジェクトを完全に管理できます。また、どのプロジェクトにも属していないタスクへのすべてのアクセス権も持っています。彼らは

1. プロジェクト
   1. プロジェクトを作成する
   2. 割り当てられたプロジェクトを編集/削除する
2. タスク
   1. 割り当てられたプロジェクト内でタスクを作成する
   2. 孤立タスクを作成する - 親プロジェクトを持たないタスク。
   3. 孤立タスクおよび割り当てられたプロジェクト内のタスクを編集/削除する。
   4. 注釈をエクスポートする
   5. 自動注釈機能を実行する
   6. バッチにユーザーを割り当てる。
3. 問題
   1. 問題を作成し、それにコメントすることができます。
4. レビュー
   1. バッチをレビューすることができます。

{% hint style="info" %}
これらのルールは、ユーザーがプロジェクトに割り当てられている場合にのみ適用されます。単にバッチに割り当てられているだけの場合、アノテーションタイプのユーザーと同じ権限を持ちます。
{% endhint %}


---

# 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://docs.mindkosh.com/ja/guan-li/akusesureberu/yz.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.
