# Managing a Fleet

Now that you have a fleet with enrolled machines, there are some things you should know about managing your fleet.

## Machine states

On the *Fleet* panel, Chassy displays each fleet and a color indicating the status of each of their machines. It also displays a count on the right side. This is a helpful top-level view for the status of your fleet.

<figure><img src="/files/oswbbrfIVMc6f731NEg5" alt="The Fleet panels gives you an overview of the fleets&#x27; and machines&#x27; statuses."><figcaption></figcaption></figure>

Clicking the fleet will prompt some information about the fleet to appear on screen for your viewing.

<figure><img src="/files/kPL1ia0nvJOxXZodOUpm" alt="The sidebar has more detailed information about the fleet, including a list of machines and deployments."><figcaption></figcaption></figure>

You can also click on any colored boxes to view information about an individual machine's status. A panel will appear on the right side of your screen with detailed information about the machine.

<figure><img src="/files/tEvkXYMrlOwSPHvyuFwN" alt="The machine detail sidebar will show information like the machine&#x27;s status, ID, IP address, and the last contact date and time."><figcaption></figcaption></figure>

You can also see all of your machines from a top level view in the *Machines* tab. From this view, you can also toggle filters and change the arrangement setting.

<figure><img src="/files/bHRW8zexI8WTCkqXkdN0" alt="The Machine tab gives you a list of all enrolled machines and their statuses."><figcaption></figcaption></figure>

Clicking any machine from this view will show the same panel as from the *All* tab.

<figure><img src="/files/8nEA0iSQBvrDltipcqUY" alt="Click onto any machine to get more detailed information on the sidebar."><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/managing-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.
