# Breeding

- [Introduction](https://docs.koins.run/breeding/introduction.md)
- [How do they reproduce?](https://docs.koins.run/breeding/how-do-they-reproduce.md): Details about the dance
- [Result](https://docs.koins.run/breeding/result.md): More on koinies and their resulting features
- [Rest](https://docs.koins.run/breeding/rest.md): After creating life, koins must rest
- [Availability](https://docs.koins.run/breeding/availability.md): It takes two to dance
- [Ai Tanks](https://docs.koins.run/breeding/ai-tanks.md)
- [Costs and benefits](https://docs.koins.run/breeding/costs-and-benefits.md)
- [Generations](https://docs.koins.run/breeding/generations.md)
- [Genesis](https://docs.koins.run/breeding/genesis.md): The first 38,888 koins are unique and unrepeatable


---

# 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.koins.run/breeding.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.
