# Command Line Tools

## Installation

```bash
yarn global add @verida/cli-tools
```

## Available Commands

### Create Account

Create a new account on the Verida Network.

You will need to specify a Polygon POS private key that has sufficient tokens to pay for the on-chain transaction to register the identity on the network.

```bash
yarn verida-cli CreateAccount --help
```

### Get Account Information

Get the DID, private key and public key for a known Verida Account. Accepts a private key or seed phrase.

```bash
yarn verida-cli GetAccountInfo -help
```

### Get DID Document

Get the DID Document for a Verida DID.

```bash
yarn verida-cli GetDIDDocument --help
```

### Get Profile

Get the public profile of a Verida Account (if set).

```bash
yarn verida-cli GetProfile --help
```

### Set Profile

Set the public profile data of a Verida Account.

```bash
yarn verida-cli SetProfile --help
```

### Send Message

Send a test inbox message to a DID.

```bash
yarn verida-cli SendInboxMessage --help
```


---

# 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://developers.verida.network/protocol/client-sdk/command-line-tools.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.
