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

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

## 企画参加登録

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

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

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

## お知らせの閲覧

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

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

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

## 配布資料の閲覧

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

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

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

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

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

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

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

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

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

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

{% hint style="info" %}
PortalDotsの機能のうち、学園祭の実行委員(スタッフ)が利用可能な機能については「[PortalDotsでできること(スタッフモード)](/features/list.md)」をご覧ください。
{% endhint %}


---

# Agent Instructions: 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.portaldots.com/circles/list.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.
