> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/xoonips-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoops.gitbook.io/xoonips-tutorial/jp/2startguide/1users_authority.md).

# 1. ユーザの権限

| ゲスト                | <p> 未登録のユーザです。ユーザアカウントが無い状態です。</p><ul><li>Public領域に登録されているアイテムの検索と閲覧が出来ます。</li></ul>                                                                                                                                              |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 登録ユーザ              | <p> 登録済みのユーザです。サイトにログインするためのIDとパスワードが与えられています。</p><ul><li>Publicの他にPrivate領域とグループに参加している場合Group領域に登録されているアイテムの検索や閲覧が出来ます。</li><li>Private領域にアイテムを登録することが出来ます。</li><li>Public領域やGroup領域にアイテムを登録することが出来ます。</li></ul>                |
| グループ管理者            | <p> グループの管理を行うことの出来るユーザ権限です。</p><ul><li>ユーザをグループに対して参加や退会の管理が出来ます。</li><li>Group領域のIndexTreeの編集が出来ます。</li><li>Group領域に登録するアイテムを査読してグループでの公開を承認したり却下することが出来ます。</li></ul>                                                           |
| \*モデレータ(webmaster) | <p> 登録アイテムの品質管理や登録ユーザの承認などが行えるユーザ権限です。</p><ul><li>新規ユーザ登録の承認が行えます。</li><li>Public領域のIndexTreeの編集が出来ます。</li><li>新しいGroupを作成することが出来ます。</li><li>Public領域に登録するアイテムを査読して公開を承認したり却下することが出来ます。</li><li>サイトのアクセスログを閲覧することが出来ます。</li></ul> |
| \*システム管理者          | <p> システム管理を行えるユーザ権限です。</p><ul><li>データベースサイトとしてのポリシー決定や設定が行えます。</li><li>他のデータベースサイトからメタデータを収集してくることが出来ます。</li><li>サイト上のアイテムをインポートしてデータを保管することが出来ます。</li><li>インポートしたデータは他のサイトにエクスポートして移動させることが出来ます。</li></ul>                       |

&#x20;\*XooNIps はXOOPSの一モジュールとして開発されています。モデレータやシステム管理者としての役割はXOOPSに関する基本的な知識が備わっていた方が理解しやすいと思います。このマニュアルではXOOPSの基本的な部分は解説していませんのでXOOPS Cube公式ページ(`http://xoopscube.jp/`)や関連書籍を参考にしてください。


---

# 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://xoops.gitbook.io/xoonips-tutorial/jp/2startguide/1users_authority.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.
