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

# Build

- [👩‍💻 Getting Started as a Developer](https://docs.v12.trade/build/getting-started-as-a-developer.md): Welcome to the V12 technical documentation. The pages here contain guides and technical documentation for integrating with the Spark Smart Contracts.
- [Rust Integration Guide](https://docs.v12.trade/build/getting-started-as-a-developer/rust-integration-guide.md): Learn how to use Rust to integrate with the V12 Smart Contracts on Fuel.
- [Fuel and V12 Market Setup Tutorial](https://docs.v12.trade/build/getting-started-as-a-developer/rust-integration-guide/fuel-and-v12-market-setup-tutorial.md)
- [V12 Rust SDK](https://docs.v12.trade/build/getting-started-as-a-developer/rust-integration-guide/v12-rust-sdk.md)
- [TypeScript SDK](https://docs.v12.trade/build/getting-started-as-a-developer/typescript-sdk.md)
- [Data Indexing](https://docs.v12.trade/build/getting-started-as-a-developer/data-indexing.md): Learn how to index data from the Spark Order Book.
- [Envio Indexer Setup Guide](https://docs.v12.trade/build/getting-started-as-a-developer/data-indexing/envio-indexer-setup-guide.md)
- [Indexer Queries](https://docs.v12.trade/build/getting-started-as-a-developer/data-indexing/indexer-queries.md)
- [Connecting to the indexer via WebSocket](https://docs.v12.trade/build/getting-started-as-a-developer/data-indexing/connecting-to-the-indexer-via-websocket.md)
- [Order Book Technical Reference](https://docs.v12.trade/build/getting-started-as-a-developer/order-book-technical-reference.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.v12.trade/build.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.
