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

# PortalDotsでできること(スタッフモード)

PortalDotsには、学園祭実行委員会が学園祭を作り上げるために必要な機能が多数揃っています。ここでは、学園祭実行委員(スタッフ)が利用できるPortalDotsの基本機能の概要と使い方をご紹介します。

ここでご紹介している機能は一部です。今後も随時、機能紹介を追加していきます。

{% content-ref url="/pages/FMqa4dwgTCQEpxs3yTuf" %}
[PortalDotsを使って企画参加登録を受け付ける](/4.x/features/circle-registration.md)
{% endcontent-ref %}

{% content-ref url="/pages/93OSDODJ3oQ92ZFmUMpq" %}
[学園祭参加企画向けのお知らせを掲載・メール配信する](/4.x/features/pages.md)
{% endcontent-ref %}

{% content-ref url="/pages/pjbC3FcmCfmg8gPinNGH" %}
[学園祭参加企画にPDFなどのファイルを配布する](/4.x/features/documents.md)
{% endcontent-ref %}

{% content-ref url="/pages/bWIy1GOIyJmZ99urZaTG" %}
[学園祭当日に使用できる場所の一覧や各企画への場所の割り当てを管理する](/4.x/features/places.md)
{% endcontent-ref %}

{% content-ref url="/pages/8O1b0iT2m8fBqCSOTqYm" %}
[学園祭参加企画からの各種申請をオンラインで受け付ける](/4.x/features/forms.md)
{% endcontent-ref %}

{% content-ref url="/pages/CaTnwVfRPm1Jb7zuHEIw" %}
[学園祭参加企画からのお問い合わせを受け付ける](/4.x/features/contact-form.md)
{% endcontent-ref %}

{% hint style="info" %}
PortalDotsの機能のうち、学園祭の参加企画が利用可能な機能については「[PortalDotsでできること(一般モード)](/4.x/circles/list.md)」をご覧ください。
{% 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, and the optional `goal` query parameter:

```
GET https://docs.portaldots.com/4.x/features/list.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.
