# GENERAL INFO

- [Network Details](https://docs.assetchain.org/general-info/network-details.md)
- [Add Asset Chain](https://docs.assetchain.org/general-info/add-asset-chain.md): This guide shows how to add Asset Chain network to your wallet
- [Contract Addresses](https://docs.assetchain.org/general-info/contract-addresses.md): In this page you will find all the official contract addresses on Asset Chain.
- [Contract Verification](https://docs.assetchain.org/general-info/contract-verification.md): Lets verify smart contracts on Asset Chain.
- [Staking](https://docs.assetchain.org/general-info/staking.md): Get started with staking on Asset Chain
- [Security](https://docs.assetchain.org/general-info/security.md): Integration with SolidityScan on Asset Chain Advanced Explorer


---

# 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://docs.assetchain.org/general-info.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.
