# Tutorials

- [Publish an Artifact](https://docs.chassy.io/tutorials/publish-an-artifact.md)
- [Deploy an Artifact](https://docs.chassy.io/tutorials/deploy-an-artifact.md)
- [Deploy an Archive Package](https://docs.chassy.io/tutorials/deploy-an-archive-package.md): This guide will teach you how to create an end-to-end testbed deployment using the Chassy Console and GitHub.
- [Debugging with Live Logs](https://docs.chassy.io/tutorials/debugging-with-live-logs.md): By the end of this tutorial you'll know how to access your machine's Live Logs on Chassy, helping you debug efficiently.
- [Speed up Development Using CI Job Inputs](https://docs.chassy.io/tutorials/speed-up-development-using-ci-job-inputs.md): Our Run CI Job step allows you to optionally specify parameters to provide to your external CI service. This guide will go over a handful of things you can do with an example Rust project.
- [Set Up Docker File for SITL Simulation](https://docs.chassy.io/tutorials/set-up-docker-file-for-sitl-simulation.md): This guide will walk you through how to set up your docker file to execute Software-in-the-Loop simulation tests. At the end of the page, you'll find an example docker file for the px4-gazebo.
- [Automate Board Provisioning](https://docs.chassy.io/tutorials/automate-board-provisioning.md): This guide will walk you through how to set up you remote proxy machine to automate provisioning boards.


---

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