> For the complete documentation index, see [llms.txt](https://docs.substreams.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.substreams.dev/how-to-guides/develop-your-own-substreams.md).

# Developing Substreams

These how-to guides walk through creating a Substreams that uses raw blockchain data to index your dapp. The application includes using Rust and Protobuf to extract, transform, and load the data.

{% hint style="warning" %}
**Important***:* These how-to guides are in-depth walkthroughs of building highly performance indexers for your dapp. Less experienced users may want to reference the [Tutorials](/tutorials/intro-to-tutorials.md) for a quick start.
{% endhint %}

{% hint style="info" %}
**Tip**: Speed up development by installing the [Substreams agent skills](/how-to-guides/develop-your-own-substreams/general/agent-skills.md) in your AI coding assistant (Claude Code, Cursor, VS Code). The `substreams-dev` skill provides expert guidance on Rust modules, manifest configuration, protobuf design, and debugging.
{% endhint %}

Choose your ecosystem to get started:

* [General](/how-to-guides/develop-your-own-substreams/general/local-development.md) - Cross-chain topics including local development, Rust, Protobuf, and agent skills
* [EVM](/how-to-guides/develop-your-own-substreams/on-evm/exploring-ethereum.md)
* [Solana](/how-to-guides/develop-your-own-substreams/solana.md)
* [Cosmos](/how-to-guides/develop-your-own-substreams/on-cosmos/injective/block-stats.md)


---

# 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.substreams.dev/how-to-guides/develop-your-own-substreams.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.
