# Archived

- [(Old)Concepts Overview](https://docs.burnt.com/xion/others/archived/old-concepts-overview.md)
- [(Old)Generalized Chain Abstraction](https://docs.burnt.com/xion/others/archived/old-generalized-chain-abstraction.md)
- [(OLD) Concepts/Meta Accounts](https://docs.burnt.com/xion/others/archived/old-concepts-meta-accounts.md)
- [(OLD)Architecture & Tech Glossary](https://docs.burnt.com/xion/others/archived/old-architecture-and-tech-glossary.md)
- [(OLD) Use Cases](https://docs.burnt.com/xion/others/archived/old-use-cases.md)
- [Governance](https://docs.burnt.com/xion/others/archived/governance.md)
- [Governance Process to Deploying Smart Contracts to Mainnet](https://docs.burnt.com/xion/others/archived/governance/governance-process-to-deploying-smart-contracts-to-mainnet.md)
- [Create a Gas-less User Experience](https://docs.burnt.com/xion/others/archived/create-a-gas-less-user-experience.md)
- [Fee Granting](https://docs.burnt.com/xion/others/archived/create-a-gas-less-user-experience/fee-granting.md)
- [Account Upgrade Guide (Testnet)](https://docs.burnt.com/xion/others/archived/account-upgrade-guide-testnet.md)
- [CosmWasm Resources](https://docs.burnt.com/xion/others/archived/cosmwasm-resources.md): Learn more about the CosmWasm smart contract platform
- [Introductory Section](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/introductory-section.md)
- [Setting Up Environment](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/introductory-section/setting-up-environment.md)
- [Compiling a Contract](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/introductory-section/compiling-a-contract.md)
- [Unit Test](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/introductory-section/unit-test.md)
- [Deployment and Interaction](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/introductory-section/deployment-and-interaction.md)
- [Integrate with Smart Contracts](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/introductory-section/deployment-and-interaction/integrate-with-smart-contracts.md)
- [Next Steps](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/introductory-section/next-steps.md)
- [Contract Semantics](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/contract-semantics.md)
- [Message](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/contract-semantics/message.md)
- [Submessages](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/contract-semantics/message/submessages.md)
- [Simple and Complex States](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/contract-semantics/simple-and-complex-states.md)
- [Result and Option](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/contract-semantics/result-and-option.md)
- [Query](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/contract-semantics/query.md)
- [Events](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/contract-semantics/events.md)
- [Math](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/contract-semantics/math.md)
- [Migration](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/contract-semantics/migration.md)
- [Testing](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/contract-semantics/testing.md)
- [Architecture of Multi-Chain Contracts](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/architecture-of-multi-chain-contracts.md)
- [Actor Models for Contract Calls](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/architecture-of-multi-chain-contracts/actor-models-for-contract-calls.md)
- [Names and Addresses](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/architecture-of-multi-chain-contracts/names-and-addresses.md)
- [Querying Contract State](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/architecture-of-multi-chain-contracts/querying-contract-state.md)
- [Serialization Formats](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/architecture-of-multi-chain-contracts/serialization-formats.md)
- [Contract Composition](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/architecture-of-multi-chain-contracts/contract-composition.md)
- [Comparison With Ethereum and Solidity Contracts](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/architecture-of-multi-chain-contracts/comparison-with-ethereum-and-solidity-contracts.md)
- [Tutorials](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/tutorials.md)
- [Testing](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/tutorials/testing.md)
- [Key Value Storage](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/tutorials/key-value-storage.md): Understanding the Functionality of CW Key-Value Storage
- [Indexes](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/tutorials/key-value-storage/indexes.md)
- [State Modeling](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/tutorials/key-value-storage/state-modeling.md)
- [Cosmwasm By Example](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/tutorials/cosmwasm-by-example.md)
- [Math](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/tutorials/cosmwasm-by-example/math.md)
- [Instantiating CosmWasm Contract](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/tutorials/cosmwasm-by-example/instatiating-cosmwasm-contract.md)
- [Timelocks](https://docs.burnt.com/xion/others/archived/cosmwasm-resources/tutorials/cosmwasm-by-example/timelocks.md)


---

# 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.burnt.com/xion/others/archived.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.
