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

# Informational

- [Roadmap](https://docs.swapbased.finance/informational/roadmap.md): What can be expected in the short/mid term?
- [Roadmap .1](https://docs.swapbased.finance/informational/roadmap/roadmap-.1.md): Aug 2023 - Nov 2023
- [Roadmap .2](https://docs.swapbased.finance/informational/roadmap/roadmap-.2.md): Nov 2023 - Apr 2024
- [Current Roadmap](https://docs.swapbased.finance/informational/roadmap/current-roadmap.md): May 2024 - Ongoing
- [Contract Adresses](https://docs.swapbased.finance/informational/contract-adresses.md): List of contracts deployed by SwapBased team for the functioning of the protocol. Click on the addresses to be redirected to their basescan page!
- [Media Kit](https://docs.swapbased.finance/informational/media-kit.md)
- [Socials](https://docs.swapbased.finance/informational/socials.md): These are all the official links from SwapBased


---

# 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.swapbased.finance/informational.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.
