# Admin Create Clinic & Admin Edit Clinic Screens

<figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2Fv77PSZWixx0HTuqGOkTQ%2Fadmincreateclinic.png?alt=media&#x26;token=6dfb374b-afda-4103-8ec9-c40fc92f8e4e" alt=""><figcaption></figcaption></figure>

Both the ‘Admin Create Clinic’ Screen and the ‘Admin Edit Clinic’ Screen are for administrators to either create classes or to edit classes that have already been created.

These screens prevent admins from logging into Adalo to manage the data that’s available in the application.

## The Components

### **Form Component**

<figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2F2Q7eV8ZbwnC0PhhNoRs9%2Fform.png?alt=media&#x26;token=cfc60a63-1187-451b-83c7-485b3db26958" alt="" width="350"><figcaption></figcaption></figure>

The predominate component on these two screens in the form component. The form component pulls the input fields from the Collection that it references.

On these two screens, the data collection is the ‘Classes’ collection.

For each form, you have the option to:

<figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FCSFyE631XmeBMGY05joj%2Fformoptions.png?alt=media&#x26;token=2db46206-2ebb-444d-a343-c0dd008baf1a" alt="" width="347"><figcaption></figcaption></figure>

Additionally, you can control which fields are present to create or update:

<figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FrAnierQrRzMd769yxaKL%2Fvisibleformfields.png?alt=media&#x26;token=c00fe751-60c6-4ac9-9bb2-13afe67d7842" alt="" width="351"><figcaption></figcaption></figure>

⚡ **Form Actions**

Each form has a Create or Update Action on the Submit button and a Link Action to the previous screen.

### Icon Component

Each screen comes with an icon component to exit the screen without creating a new class or editing information.

⚡ **Icon Action**

A Link Action to the previous page.


---

# 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/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.
