# 管理者クリニック作成＆編集スクリーン

<figure><img src="/files/BBc1nGzO9CCe78H2ku4d" alt=""><figcaption></figcaption></figure>

『管理者用クリニック作成』画面と『管理者用クリニック編集』画面は、管理者がクラスを作成するか、すでに作成されているクラスを編集するためのものです。

これらの画面は、管理者がアプリケーション内で利用可能なデータを管理するために Adalo にログインするのを防ぎます。

## コンポーネント

### **フォームコンポーネント**

<figure><img src="/files/IpPhjl6i0BasUbwjJrF2" alt="" width="350"><figcaption></figcaption></figure>

これらの2つの画面で主要なコンポーネントはフォームコンポーネントです。フォームコンポーネントは、参照しているコレクションから入力フィールドを取得します。

これらの2つの画面では、データコレクションは『クラス』コレクションです。

各フォームには、以下のオプションがあります：

<figure><img src="/files/0n6lNHET5swUZuNwLAZE" alt="" width="347"><figcaption></figcaption></figure>

さらに、作成または更新するためにどのフィールドが存在するかを制御することができます：

<figure><img src="/files/fSOWqHUid0SIlZRjcseN" alt="" width="351"><figcaption></figcaption></figure>

⚡ **フォームアクション**

各フォームには、送信ボタンに作成または更新アクションがあり、前の画面へのリンクアクションがあります。

### アイコンコンポーネント

各画面には、新しいクラスを作成せずに画面を終了したり、情報を編集したりするためのアイコンコンポーネントが付属しています。

⚡ **アイコンアクション**

前のページへのリンクアクション。


---

# 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://help.adalo.com/ja/feature-templates/browse-purchase-and-manage-classes/admin-create-clinic-and-admin-edit-clinic-screens.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.
