# Fleet User Guide

## What is a fleet?

A *fleet* is a collection of enrolled machines that Chassy recognizes as a deployment target. Fleets can be as small as one machine or extend to thousands. Fleets can be heterogeneous if need be, i.e., fleets can include machines of differing platforms and chips.

See the [Platform User Guide](/user-guides/platform-user-guide.md) for more information about platforms.

## What is the purpose of a fleet?

If you enroll machines in a fleet, you can deliver software changes to all of them with ease. You can also view the state of your machines from a glance and remotely access machines that make up a fleet.


---

# 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.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.
