# Keepers

- [The Auctions of the Maker Protocol](https://docs.makerdao.com/keepers/the-auctions-of-the-maker-protocol.md)
- [Auction Keepers](https://docs.makerdao.com/keepers/auction-keepers.md)
- [Auction Keeper Bot Setup Guide](https://docs.makerdao.com/keepers/auction-keepers/auction-keeper-bot-setup-guide.md): Walkthrough how to set up your own Auction Keeper
- [Market Maker Keepers](https://docs.makerdao.com/keepers/market-maker-keepers.md)
- [Market Maker Keeper Bot Setup Guide](https://docs.makerdao.com/keepers/market-maker-keepers/market-maker-keeper-bot-setup-guide.md): A Marketing Making Bot Set up Guide
- [Cage Keeper](https://docs.makerdao.com/keepers/cage-keeper.md): A Keeper to facilitate Emergency Shutdown
- [Simple Arbitrage Keeper](https://docs.makerdao.com/keepers/simple-arbitrage-keeper.md)
- [Chief Keeper](https://docs.makerdao.com/keepers/chief-keeper.md): Keeper that lifts the hat and streamlines executive actions


---

# 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.makerdao.com/keepers.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.
