# Command-Line Interface (CLI)

- [Introduction](https://docs.junonetwork.io/cli/cli-introduction.md): A general introduction Juno cli along with a brief description of commands and flags
- [Useful CLI Commands](https://docs.junonetwork.io/cli/useful-cli-commands.md)
- [Module Reference](https://docs.junonetwork.io/cli/modules.md): CLI reference for junod modules
- [bank](https://docs.junonetwork.io/cli/modules/bank.md): bank module allows you to manage assets for accounts loaded into the local keys module
- [distribution](https://docs.junonetwork.io/cli/modules/distribution.md): The distribution module allows you to manage your staking rewards
- [gov](https://docs.junonetwork.io/cli/modules/gov.md): The governance module provides tools for querying, submitting, and voting on proposals
- [keys](https://docs.junonetwork.io/cli/modules/keys.md): The keys module allows you to manage your local tendermint keystore ("wallets") for the juno network.
- [params](https://docs.junonetwork.io/cli/modules/params.md)
- [slashing](https://docs.junonetwork.io/cli/modules/slashing.md): The slashing module can unjail your validator
- [staking](https://docs.junonetwork.io/cli/modules/staking.md): The staking module provides a set of subcommands to query the staking state and send staking transactions.
- [status](https://docs.junonetwork.io/cli/modules/status.md): A node can be queried for up to date information such as node info, sync info and validator info, specific to that node.
- [tendermint](https://docs.junonetwork.io/cli/modules/tendermint.md): The tendermint module allows for querying of validator and node addresses.
- [upgrade](https://docs.junonetwork.io/cli/modules/upgrade.md)
- [wasm](https://docs.junonetwork.io/cli/modules/wasm.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.junonetwork.io/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.
