# Edit Task Screen

The Edit Task Screen is vital to create new tasks and update existing tasks. Made up of a form component, this screen displays information related to each tasks and gives the user the ability to edit the information as needed.

⚡ **Button Actions**

* Submit Button
  * Update Task
  * Link Action “Back”
* Delete Button
  * Delete Task
  * Link Action “Back”


---

# 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/assign-tasks/edit-task-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.
