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

# Developer Documentation

Here you'll find a curated set of development resources spanning blockchain infrastructure, programming language support, cross-chain bridges, SDKs, and developer tooling. Whether you're a seasoned blockchain developer or just starting your journey with æternity, these tools are designed to streamline your development process and unlock the full potential of decentralized technology.

From our Sophia smart contract language support to JavaScript SDKs, middleware tools, and integration bridges, we provide a robust ecosystem that empowers developers to create cutting-edge blockchain applications with efficiency and ease.

Explore the sidebar to dive into specific tools and technologies, and start building with æternity today.

If you want to go back to other sections of the Documentation Hub, click one of the links below or click on "Documentation Hub" in the upper left corner at the top of the sidebar.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>aeternity Developer Tools</td><td><a href="/spaces/ggVl0Jqy6Dd8f38hGk63/pages/ygIquOTi0XNREIGlsX7q">/spaces/ggVl0Jqy6Dd8f38hGk63/pages/ygIquOTi0XNREIGlsX7q</a></td><td></td></tr><tr><td>aeternity User Tools</td><td><a href="/spaces/ggVl0Jqy6Dd8f38hGk63/pages/wbd0Ct0y9A0Kv0Lhk1Hm">/spaces/ggVl0Jqy6Dd8f38hGk63/pages/wbd0Ct0y9A0Kv0Lhk1Hm</a></td><td></td></tr><tr><td>Documentation Hub</td><td><a href="/spaces/ggVl0Jqy6Dd8f38hGk63">/spaces/ggVl0Jqy6Dd8f38hGk63</a></td><td></td></tr></tbody></table>


---

# 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:

```
GET https://docs.aeternity.com/developer-documentation/readme.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.
