# Andromeda CLI

- [Introduction](https://docs.andromedaprotocol.io/andromeda/andromeda-beta-ados-1/andromeda-cli/introduction.md): This document is a guide to start using the Andromeda CLI.
- [Help and Shortcuts](https://docs.andromedaprotocol.io/andromeda/andromeda-beta-ados-1/andromeda-cli/help-and-shortcuts.md)
- [ADO](https://docs.andromedaprotocol.io/andromeda/andromeda-beta-ados-1/andromeda-cli/ado.md): Query, execute, or create and ADO
- [Bank](https://docs.andromedaprotocol.io/andromeda/andromeda-beta-ados-1/andromeda-cli/bank.md)
- [Chain](https://docs.andromedaprotocol.io/andromeda/andromeda-beta-ados-1/andromeda-cli/chain.md): Manage chains and configs
- [Gql](https://docs.andromedaprotocol.io/andromeda/andromeda-beta-ados-1/andromeda-cli/gql.md): Queries using our GraphQL server
- [Tx](https://docs.andromedaprotocol.io/andromeda/andromeda-beta-ados-1/andromeda-cli/tx.md)
- [OS](https://docs.andromedaprotocol.io/andromeda/andromeda-beta-ados-1/andromeda-cli/os.md): Commands to interact with the OS ADOs.
- [Wallet](https://docs.andromedaprotocol.io/andromeda/andromeda-beta-ados-1/andromeda-cli/wallet.md): The wallets handler allows you to manage your locally stored wallet keys
- [Wasm](https://docs.andromedaprotocol.io/andromeda/andromeda-beta-ados-1/andromeda-cli/wasm.md): Send CosmWasm messages to the chain.
- [Clearing CLI Data](https://docs.andromedaprotocol.io/andromeda/andromeda-beta-ados-1/andromeda-cli/clearing-cli-data.md)
- [Clear and Exit](https://docs.andromedaprotocol.io/andromeda/andromeda-beta-ados-1/andromeda-cli/clear-and-exit.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/andromeda-beta-ados-1/andromeda-cli.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.
