# Command Line usage

## Overview

There are two command line interface (CLI) tools for interacting with a running `cheqd-node` instance:

* **cheqd Cosmos CLI**: This is intended for node operators. Typically for node configuration, setup, and Cosmos keys.
* **Identity SDKs**: Such as [Veramo SDK plugin for cheqd](https://docs.cheqd.io/identity/guides/sdk/veramo-sdk-for-cheqd), for identity transactions with DIDs, Verifiable Credentials, and DID-Linked Resources.

This document is focussed on providing guidance on how to use the **cheqd Cosmos CLI**.

## cheqd Cosmos CLI commands by functionality

* [Node management](https://docs.cheqd.io/node/getting-started/cheqd-cli/cheqd-cli-node-management)
* [Key management](https://docs.cheqd.io/node/getting-started/cheqd-cli/cheqd-cli-key-management)
* [Account management](https://docs.cheqd.io/node/getting-started/cheqd-cli/cheqd-cli-accounts)
* [Token transactions](https://docs.cheqd.io/node/getting-started/cheqd-cli/cheqd-cli-token-transactions)


---

# 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.cheqd.io/node/getting-started/cheqd-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.
