> For the complete documentation index, see [llms.txt](https://docs.reflexer.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reflexer.finance/keepers.md).

# Keepers

- [Keeper Overview](https://docs.reflexer.finance/keepers/overview.md)
- [Collateral Auction Keeper](https://docs.reflexer.finance/keepers/collateral-auction-keeper.md): How to run a collateral auction keeper
- [Running in Docker](https://docs.reflexer.finance/keepers/collateral-auction-keeper/running-in-docker.md): Running a collateral auction-keeper in a docker container.
- [Running on a Host](https://docs.reflexer.finance/keepers/collateral-auction-keeper/running-on-a-host.md): Running a collateral auction keeper directly on a host
- [Liquidations & Collateral Auctions](https://docs.reflexer.finance/keepers/collateral-auction-keeper/liquidations.md): Overview of the collateral liquidation and auctioning process
- [Collateral Auction Flash Swaps](https://docs.reflexer.finance/keepers/collateral-auction-keeper/flash-swaps.md): Lightning fast bidding in collateral auctions
- [Debt Auction Keeper](https://docs.reflexer.finance/keepers/debt-auction-keeper.md): How to run a debt auction keeper
- [Running in Docker](https://docs.reflexer.finance/keepers/debt-auction-keeper/running-in-docker.md): Running a debt auction keeper in a Docker container
- [Running on a Host](https://docs.reflexer.finance/keepers/debt-auction-keeper/running-on-a-host.md): Running a debt auction keeper directly on a host
- [Staked Token Auction Keeper](https://docs.reflexer.finance/keepers/staked-token-auction-keeper.md): How to run a staked token auction keeper
- [Running in Docker](https://docs.reflexer.finance/keepers/staked-token-auction-keeper/running-in-docker.md): Running a staked token auction keeper in a Docker container
- [Running on a Host](https://docs.reflexer.finance/keepers/staked-token-auction-keeper/running-on-a-host.md): Running a staked token auction keeper directly on a host
- [Surplus Auction Keeper](https://docs.reflexer.finance/keepers/surplus-auction-keeper.md): How to run a surplus auction keeper
- [Running in Docker](https://docs.reflexer.finance/keepers/surplus-auction-keeper/running-in-docker.md): Running a surplus auction keeper in a Docker container
- [Running on a Host](https://docs.reflexer.finance/keepers/surplus-auction-keeper/running-on-a-host.md): Running a surplus auction-keeper on a host
- [Bidding Models](https://docs.reflexer.finance/keepers/bidding-models.md): Information about bidding models for debt and surplus auction keepers


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.reflexer.finance/keepers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
