# User Guides

- [Platform User Guide](https://docs.chassy.io/user-guides/platform-user-guide.md)
- [Creating a Platform](https://docs.chassy.io/user-guides/platform-user-guide/creating-a-platform.md): A software platform defines information about the underlying operating system, board support packages, kernel and target hardware type its intended for.
- [Creating Chips](https://docs.chassy.io/user-guides/platform-user-guide/creating-chips.md): Chips indicate an individual deployment target. Chips are referenced in machines which make up fleets on Chassy's network.
- [Fleet User Guide](https://docs.chassy.io/user-guides/fleet-user-guide.md)
- [Creating a Fleet](https://docs.chassy.io/user-guides/fleet-user-guide/creating-a-fleet.md): A fleet is a collection of machines that collectively can be treated as a deployment target.
- [Enrolling Machines](https://docs.chassy.io/user-guides/fleet-user-guide/enrolling-machines.md): To enroll a machine means to register a machine as a member of a fleet. It can be used as a deployment target for your software and automation.
- [Enrolling ESP32 Devices](https://docs.chassy.io/user-guides/fleet-user-guide/enrolling-machines/enrolling-esp32-devices.md)
- [Managing a Fleet](https://docs.chassy.io/user-guides/fleet-user-guide/managing-a-fleet.md)
- [Local Storage Capability](https://docs.chassy.io/user-guides/fleet-user-guide/local-storage-capability.md): Local storage access provides engineers with a dedicated persistent directory for storing critical assets like maps and models that must survive deployment cycles.
- [Workflow User Guide](https://docs.chassy.io/user-guides/workflow-user-guide.md)
- [Creating a Workflow](https://docs.chassy.io/user-guides/workflow-user-guide/creating-a-workflow.md)
- [Packages and Releases](https://docs.chassy.io/user-guides/workflow-user-guide/packages-and-releases.md): Packages and Releases are the essential elements of automation workflows in the Chassy Console.
- [Running Workflows](https://docs.chassy.io/user-guides/workflow-user-guide/running-workflows.md): The workflow details page shows information about past executions of a workflow. It also shows the sequence of steps.
- [Managing Workflows](https://docs.chassy.io/user-guides/workflow-user-guide/managing-workflows.md): Modifying workflows is not all too different from creating them.


---

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