# Pool Creators

- [General](https://docs.blend.capital/pool-creators/general.md)
- [Tutorial: Setting Up a Pool](https://docs.blend.capital/pool-creators/tutorial-setting-up-a-pool.md)
- [Adding Assets](https://docs.blend.capital/pool-creators/adding-assets.md)
- [Risk Parameters](https://docs.blend.capital/pool-creators/adding-assets/risk-parameters.md)
- [Interest Rates](https://docs.blend.capital/pool-creators/adding-assets/interest-rates.md)
- [Emissions](https://docs.blend.capital/pool-creators/adding-assets/emissions.md)
- [Pool Management](https://docs.blend.capital/pool-creators/pool-management.md)
- [Selecting an Oracle](https://docs.blend.capital/pool-creators/selecting-an-oracle.md)
- [Setting Backstop Take Rate](https://docs.blend.capital/pool-creators/setting-backstop-take-rate.md)
- [Setting Max Positions](https://docs.blend.capital/pool-creators/setting-max-positions.md)
- [Backstop Bootstrapping](https://docs.blend.capital/pool-creators/backstop-bootstrapping.md)
- [Required Infrastructure](https://docs.blend.capital/pool-creators/required-infrastructure.md): There are multiple bots that pool creators need to ensure are running to maintain pool safety.


---

# 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.blend.capital/pool-creators.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.
