# 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: 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.reflexer.finance/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.
