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

# PortalDotsでできること(一般モード)

一般モードには下記の機能があります。

## 企画参加登録

![企画参加登録フォーム](/files/ZKrRIyHLQuLNdKo71VuX)

学園祭への参加登録を行うことができます。企画参加登録の受付期間に限り、参加登録の作成・提出を行うことができます。

{% hint style="info" %}
一般ユーザーが企画参加登録を行えるようにするには、予めスタッフモード内での設定が必要です。詳細は、「[PortalDotsを使って企画参加登録を受け付ける](https://github.com/portaldots/docs/blob/main/4.x/circles/circle-registration.md)」をご覧ください。
{% endhint %}

## お知らせの閲覧

![お知らせの表示ページ](/files/O4pO2KHBRmKXxgbkndJa)

学園祭の参加企画向けのお知らせを閲覧することができます。

{% hint style="info" %}
お知らせを作成・編集する方法については、「[学園祭参加企画向けのお知らせを掲載・メール配信する](https://github.com/portaldots/docs/blob/main/4.x/circles/pages.md)」をご覧ください。
{% endhint %}

## 配布資料の閲覧

![配布資料の一覧](/files/L4d9rtOF7t2zj73r78Fe)

学園祭の参加企画向けに配布されている資料(ファイル)を閲覧することができます。

{% hint style="info" %}
配布資料を作成・編集する方法については、「[学園祭参加企画にPDFなどのファイルを配布する](https://github.com/portaldots/docs/blob/main/4.x/circles/documents.md)」をご覧ください。
{% endhint %}

## 申請フォームへの回答

![申請フォーム](/files/RQEDhvvWy7DiFkVbcY9n)

申請フォームに回答することができます。申請フォームの受付期間中であれば、回答済みの申請フォームを編集することもできます。

{% hint style="info" %}
申請フォームを作成・編集する方法については、「[学園祭参加企画からの各種申請をオンラインで受け付ける](https://github.com/portaldots/docs/blob/main/4.x/circles/forms.md)」をご覧ください。
{% endhint %}

## 学園祭実行委員会へのお問い合わせ

![お問い合わせフォーム](/files/az5zTC8QMomsO8Z2IUF7)

学園祭実行委員会に対してお問い合わせを送信することができます。お問い合わせフォームを送信するには、PortalDotsにログインしている必要があります。

{% hint style="info" %}
PortalDotsの機能のうち、学園祭の実行委員(スタッフ)が利用可能な機能については「[PortalDotsでできること(スタッフモード)](/4.x/features/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/circles/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.
