> For the complete documentation index, see [llms.txt](https://guides.regen.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.regen.network/guides/cosmos-ecosystem/cosmos-basics/additional-resources.md).

# Additional Resources

## For more information about Cosmos:&#x20;

Ease into a more thorough explanation of the **Cosmos ecosystem** with this blog, "[Cosmos 'The Internet of Blockchains' an Introduction](https://medium.com/stakin/cosmos-the-internet-of-blockchains-an-introduction-868e9a1855e3)".&#x20;

Deep dive into **Cosmos technology** with "[How does Cosmos fit in the broader blockchain ecosystem?](https://v1.cosmos.network/intro#how-does-cosmos-fit-in-the-broader-blockchain-ecosystem)"

Finally, don't forget to peruse [Cosmos website](https://cosmos.network/)! While you're there, check out the [projects that make up the Cosmos ecosystem](https://cosmos.network/ecosystem/apps).

## For more information about the Cosmos SDK:

Read the **high level overview of the Cosmos SDK** found on their[ GitHub](https://github.com/cosmos/cosmos-sdk/blob/main/docs/intro/overview.md).&#x20;

Deep dive into **how the Cosmos SDK works with Tendermint BFT** in "[CosmosSDK and other application layer frameworks](https://v1.cosmos.network/intro#cosmos-sdk-and-other-application-layer-frameworks)".&#x20;

**Use Cosmos SDK** to build your own dApp with their [documentation and tutorials](https://docs.cosmos.network/).


---

# 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://guides.regen.network/guides/cosmos-ecosystem/cosmos-basics/additional-resources.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.
