# Edit Session Screen

The Edit Session Screen is where all the information in the database can be controlled by the Admin (or coach) that would like to create or update an appointment. This form contains all the properties from the Appointments Collection and pulls the information in to be edited.

The coach is also able to delete the appointment from this screen, as well.

<figure><img src="/files/L40eEc4RUViYI2LjM0NH" alt="" width="563"><figcaption></figcaption></figure>

⚡ **Submit Button Actions**

* Update Appointment
* Update AppointmentOwner set to Logged in User
* Link Action “Back”

⚡ **Delete Button Actions**

* Delete Current Appointment


---

# 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/appointment-booking/edit-session-screen.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.
