# Key Sections

- [Overview](https://docs.insrt.fun/key-sections/overview.md): An overview of the Insrt Protocol and application
- [FAQ / ELI:5](https://docs.insrt.fun/key-sections/faq-eli-5.md): Helping you to understand everything about Insrt
- [$MINT token](https://docs.insrt.fun/key-sections/usdmint-token.md): Learn more about the $MINT token
- [Minting Resolution (Technical)](https://docs.insrt.fun/key-sections/minting-resolution-technical.md): Explanation of how the minting attempts are resolved, and a prize is selected.
- [Minter Reward Model (the Math)](https://docs.insrt.fun/key-sections/minter-reward-model-the-math.md): The mechanism of how mint attempts are resolved.
- [Contracts Architecture](https://docs.insrt.fun/key-sections/contracts-architecture.md): A representation of our contracts architecture
- [Contracts](https://docs.insrt.fun/key-sections/contracts.md)
- [Product Roadmap](https://docs.insrt.fun/key-sections/product-roadmap.md): The table below provides our product roadmap for the coming year.
- [Token Mechanics](https://docs.insrt.fun/key-sections/token-mechanics.md)


---

# 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.insrt.fun/key-sections.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.
