> ## Documentation Index
> Fetch the complete documentation index at: https://initialabs-develop.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

[initiad](https://github.com/initia-labs/initia) is a CLI tool for interacting with the Initia L1.

You can use initiad to create and manage accounts, query data, send transactions and more.

## Getting Started

To getting started using initiad CLI, you simply need to install the CLI.

```bash theme={null}
export VERSION=v0.5.7
git clone https://github.com/initia-labs/initia.git
cd initia
git checkout $VERSION
make install
```

If the installation is successful, you should be able to run the following command:

```bash theme={null}
initiad version
# v0.5.7
```
