# Technical Docs

- [Future Scenario](https://datadance.gitbook.io/ddc/technical-docs/future-scenario.md)
- [Tech Architecture](https://datadance.gitbook.io/ddc/technical-docs/tech-architecture.md)
- [Core Challenges](https://datadance.gitbook.io/ddc/technical-docs/core-challenges.md)
- [Node Running](https://datadance.gitbook.io/ddc/technical-docs/node-running.md): Node Operation Manual, including Source Code Installation and Docker Methods.
- [Network Node](https://datadance.gitbook.io/ddc/technical-docs/network-node.md): Introduction to Network Nodes (Testnet, Mainnet)
- [Contract](https://datadance.gitbook.io/ddc/technical-docs/contract.md): Introduction to Contracts, including key precompiles.
- [SDK](https://datadance.gitbook.io/ddc/technical-docs/sdk.md): Introduction to SDKs, such as Typescript, Go, etc.
- [API](https://datadance.gitbook.io/ddc/technical-docs/api.md)
- [Example](https://datadance.gitbook.io/ddc/technical-docs/example.md): Provide explanations for a few examples, along with the GitHub address where the examples are located.


---

# 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://datadance.gitbook.io/ddc/technical-docs.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.
