# Manage Automation

After creating automations, you have the flexibility to manage them:

<details>

<summary>Edit Automation:</summary>

* Click on edit button on the automation you want to edit.
* Modify the details as per your needs.
* After modifying data click on save button.

</details>

<details>

<summary>Delete Automation:</summary>

* If you want to delete the automation just click on the delete button on the automation you want to delete from the Automation listing in Automation menu.
* When you click on the delete button it will ask for the permission to delete the selected automation.
* If you want to delete it, just click on yes and the automation will be deleted.

</details>

<details>

<summary>Enable/Disable Automation:</summary>

* Temporarily turn off or reactivate automations based on your requirements.
* Click on the status switch to enable or disable the automation.<br>

</details>


---

# 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.centousapps.com/inventory-automation/app-setup/manage-automation.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.
