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