# Creating a Fleet

To create a fleet, you first must have an existing platform. If you're unfamiliar with platforms, it is recommended you first consult the [Platform User Guide](/user-guides/platform-user-guide.md).&#x20;

## How to create a fleet

If you navigate to the fleet panel and click the *Create Fleet* button, you will be greeted with the fleet creation wizard which will walk you through the setup process for your fleet.

<figure><img src="/files/vocN7NIgPmUWBb7OHEKW" alt="The Fleet panel gives you information on your existing machines and fleets."><figcaption></figcaption></figure>

You will first be asked to give your fleet a name and region. This information is useful later for monitoring.

<figure><img src="/files/KCzVoyvQ4razOtLKw9sR" alt="Enter a name for your new fleet, as well as the region it belongs in."><figcaption></figcaption></figure>

Upon clicking *Save & Continue*, your fleet will be created. If you have not created any chips, you will be asked to create a new chip for this fleet. This form is identical to the one found in the [Creating Chips](/user-guides/platform-user-guide/creating-chips.md) guide. This is so you can enroll your machines.

<figure><img src="/files/jbpIbjYfIZjYOsTsziHa" alt="If no chip has been created before creating a fleet, enter a new Chip Name, description, and platform."><figcaption></figcaption></figure>

If you have already created a chip, you will instead be asked first if you would like to select an existing chip. You can of course still opt to create a new chip using the *Add Chip* button.

<figure><img src="/files/UF6QWQhnUVmerleiODZD" alt="Pick the chip to assign to machines in this new fleet."><figcaption></figcaption></figure>

After you add a chip, you will be prompted with the machine enrollment form. You can follow the instructions on screen to enroll a new machine or you can opt to enroll later using the *Enroll Later* button. More information about enrolling machines can be found in the [Enrolling Machines](/user-guides/fleet-user-guide/enrolling-machines.md) guide.

<figure><img src="/files/lcTzsmGXghFF2iJj0g3T" alt="To add machines to your new fleet, you will have to prepare and install the command given on the screen."><figcaption></figcaption></figure>


---

# 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.chassy.io/user-guides/fleet-user-guide/creating-a-fleet.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.
