> For the complete documentation index, see [llms.txt](https://docs.portaldots.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.portaldots.com/4.x/features/modes.md).

# 「一般モード」と「スタッフモード」

## それぞれのモードについて

PortalDotsには2種類のモードがあります。それぞれ利用可能なユーザーが異なります。

### 一般モード

学園祭の参加企画のメンバー(一般ユーザー)が利用するモードです。主に下記の機能が利用できます。

* 企画参加登録の提出
* お知らせ・配布資料の閲覧
* 申請フォームへの回答
* 学園祭実行委員会へのお問い合わせ、など

「一般モード」で利用できる機能の詳細については、「[PortalDotsでできること(一般モード)](/4.x/circles/list.md)」をご覧ください。

## スタッフモード

学園祭の実行委員(スタッフ)のみが利用できるモードです。主に下記の機能が利用できます。

* PortalDotsに登録されているユーザー情報の管理
* 企画・場所情報の管理
* 一般ユーザー向けに掲載するお知らせ・配布資料の作成、など

「スタッフモード」で利用できる機能については、「[PortalDotsでできること(スタッフモード)](/4.x/features/list.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.portaldots.com/4.x/features/modes.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.
