# Command Line Usage

- [Leveraging layerd](https://docs.tellor.io/tellor/command-line-usage/leveraging-layerd.md): Commands for interacting with Tellor using the command line interface.
- [Query the Chain](https://docs.tellor.io/tellor/command-line-usage/leveraging-layerd/query-the-chain.md): Use the cli to query Tellor for information about accounts, validators, reports, disputes, governance and more.
- [Creating Transactions](https://docs.tellor.io/tellor/command-line-usage/leveraging-layerd/creating-transactions.md): Use the cli to create Tellor transactions.
- [Delegate to a Validator](https://docs.tellor.io/tellor/command-line-usage/leveraging-layerd/delegate-to-a-validator.md)
- [Select a Reporter](https://docs.tellor.io/tellor/command-line-usage/leveraging-layerd/select-a-reporter.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.tellor.io/tellor/command-line-usage.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.
