> For the complete documentation index, see [llms.txt](https://docs.chassy.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chassy.io/tutorials.md).

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