# Automation

- [Introduction](https://docs.yagi.fi/developers/automation/introduction.md): 🐐 -> (🐐)
- [How it Works](https://docs.yagi.fi/developers/automation/how-it-works.md)
- [How to Create a Task](https://docs.yagi.fi/developers/automation/how-to-create-a-task.md)
- [How to View Existing Tasks](https://docs.yagi.fi/developers/automation/how-to-view-existing-tasks.md)
- [ITask.cairo](https://docs.yagi.fi/developers/automation/itask.cairo.md)
- [Fee Model](https://docs.yagi.fi/developers/automation/fee-model.md)
- [Security](https://docs.yagi.fi/developers/automation/security.md)
- [Tasks](https://docs.yagi.fi/developers/automation/tasks.md)
- [Keepers](https://docs.yagi.fi/developers/automation/keepers.md)
- [For Vaults and Bridges](https://docs.yagi.fi/developers/automation/for-vaults-and-bridges.md)
- [For Order Books and Lenders](https://docs.yagi.fi/developers/automation/for-order-books-and-lenders.md)
- [For AMMs](https://docs.yagi.fi/developers/automation/for-amms.md)
- [For Derivatives Platforms](https://docs.yagi.fi/developers/automation/for-derivatives-platforms.md)
- [For Games](https://docs.yagi.fi/developers/automation/for-games.md)


---

# 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.yagi.fi/developers/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.
