# Developing an ADO

- [Getting Started](https://docs.andromedaprotocol.io/andromeda/developing-an-ado/getting-started.md): Getting started with your own ADO. This document will show you how to create/transform your smart contract into an ADO.
- [Instantiation](https://docs.andromedaprotocol.io/andromeda/developing-an-ado/getting-started/instantiation.md)
- [Execution](https://docs.andromedaprotocol.io/andromeda/developing-an-ado/getting-started/execution.md)
- [Queries](https://docs.andromedaprotocol.io/andromeda/developing-an-ado/getting-started/queries.md)
- [Testing](https://docs.andromedaprotocol.io/andromeda/developing-an-ado/getting-started/testing.md)
- [Error Handling and Migrate Function](https://docs.andromedaprotocol.io/andromeda/developing-an-ado/error-handling-and-migrate-function.md)
- [CW3 EXAMPLE](https://docs.andromedaprotocol.io/andromeda/developing-an-ado/cw3-example.md)
- [InstantiateMsg](https://docs.andromedaprotocol.io/andromeda/developing-an-ado/cw3-example/instantiatemsg.md)
- [ExecuteMsg](https://docs.andromedaprotocol.io/andromeda/developing-an-ado/cw3-example/executemsg.md)
- [QueryMsg](https://docs.andromedaprotocol.io/andromeda/developing-an-ado/cw3-example/querymsg.md)
- [Testing](https://docs.andromedaprotocol.io/andromeda/developing-an-ado/cw3-example/testing.md)
- [ADO Submissions](https://docs.andromedaprotocol.io/andromeda/developing-an-ado/ado-submissions.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.andromedaprotocol.io/andromeda/developing-an-ado.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.
