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

# Getting Started

> Create, manage and share environments for reinforcement learning and evaluation

To interact with environments on the Environments Hub, you'll need to set up your account on Prime Intellect, and install the Prime CLI.

### Prerequisites

Ensure you have:

1. **Prime CLI** installed and configured
   * See [CLI Overview](/cli-reference/introduction) for setup instructions.
2. **Username** set on your [profile](https://app.primeintellect.ai/dashboard/profile)
3. **Authenticate** the CLI:
   ```bash theme={null}
   prime login
   ```

### Quick Overview

```bash theme={null}
# List available environments
prime env list

# Get information about an environment
prime env info owner/environment-name

# Install an environment
prime env install owner/environment-name

# Create a new environment
prime env init my-new-environment
```

<CardGroup cols={2}>
  <Card title="Create Environment" icon="upload" href="/tutorials-environments/create">
    Build and upload custom environments to the registry
  </Card>

  <Card title="Install Environment" icon="download" href="/tutorials-environments/install">
    Install and use environments in your projects
  </Card>
</CardGroup>
