> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ardent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI

<Warning>This page is not yet complete.</Warning>

To download and install the Ardent CLI, run the following command:

<CodeGroup>
  ```bash npm theme={null}
  npm i -g ardent
  ```

  ```bash pnpm theme={null}
  pnpm i -g ardent
  ```

  ```bash yarn theme={null}
  yarn global add ardent
  ```
</CodeGroup>
