# Tutorials

Learn LinuxGuard through hands-on, step-by-step guides designed to get you up and running quickly. Our tutorials walk you through complete workflows from start to finish, helping you understand how LinuxGuard works while building real-world skills.

Tutorials are learning-oriented guides that take you by the hand through a series of steps to complete a project. They're designed for newcomers who want to get started with LinuxGuard and gain confidence through successful, guided experiences.

## In This Section

* [**Quick Start**](/tutorials/tutorials/quick-start.md) — Install and configure your first LinuxGuard agent in 5 minutes. This hands-on tutorial walks you through the complete process from prerequisites to seeing your first monitored server in the console.

## Related Sections

Looking for something else?

* [**How-to Guides**](/how-to-guides/how-to.md) — Task-oriented guides for specific operations like installation on different distributions, configuration changes, and uninstallation
* [**Reference**](/reference/reference.md) — Look up command syntax, supported distributions, and terminology definitions
* [**Explanation**](/explanation/explanation.md) — Understand LinuxGuard's security architecture, privilege model, and console capabilities

***

**Related**: [How-to Guides](/how-to-guides/how-to.md) | [Reference](/reference/reference.md) | [Explanation](/explanation/explanation.md)


---

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