# Avalanche CLI

## Avalanche CLI

### Download Subnet Configuration

```bash
wget https://gist.githubusercontent.com/samthompsonkennedy/245469fb406479742d593a78fd26b0ba/raw/d03a1b2bde531ca4bf0685cca1907b0f355fdbbd/PLAYA3ULL-MAINNET.dat
```

### **Import subnet config into Avalanche CLI**

```bash
avalanche subnet import PLAYA3ULL-MAINNET.dat
```

### **Join Subnet**

{% hint style="info" %}
Follow the prompts from this documentation

<https://docs.avax.network/subnets/create-a-mainnet-subnet#join-a-subnet>
{% endhint %}

```bash
avalanche subnet join PLAYA3ULL
```


---

# 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.playa3ull.games/ecosystem/avalanche-l1/avalanche-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.
