# Aixchain SDK

- [Quickstart](https://developers.aixchain.com/aixchain-sdk/quickstart.md)
- [Address and Signature](https://developers.aixchain.com/aixchain-sdk/address-and-signature.md): Aixchain SDK supports offline private key generation and signature.
- [Sending Transaction](https://developers.aixchain.com/aixchain-sdk/sending-transaction.md): Any operation contracting with AIXCHAIN network is a transaction. A transaction can be Aixchain transfer, ARC-10 transfer, freezing & unfreezing, voting, Etc.
- [Smart Contract](https://developers.aixchain.com/aixchain-sdk/smart-contract.md): Smart contract is a key feature of AIXCHAIN network. It’s easy to creating and interacting with smart contracts through Aixchain SDK.


---

# 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://developers.aixchain.com/aixchain-sdk.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.
