# SDKs and Development Toolkits

### <mark style="color:orange;">SDKs and Development Toolkits</mark>

* **Language coverage:** Offers SDKs in **Solidity, TypeScript, Go, Python**, and more.
* **AI precompiled call libraries:** Developers can invoke on-chain AI models via simple interfaces to perform tasks like price prediction, risk scoring, and natural language inference.
* **Open-source toolchain:** All SDKs and tools are open source with comprehensive documentation for easy secondary development.

### <mark style="color:orange;">Developer Tooling Ecosystem</mark>

* **Block explorer:** Built-in advanced explorer supporting smart contract visualization and AI inference result display.
* **Faucet:** Provides test tokens (APX and USDA) for developers to get started quickly.
* **Subgraph support:** Compatible with **The Graph** protocol to help developers easily build indexing services.
* **Observability tools:** Offers logs, metrics, and distributed tracing to simplify debugging and performance optimization.


---

# 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://apchain.gitbook.io/apchain-docs/developer-experience/markdown.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.
