# Introduction

Welcome to the LinuxGuard documentation! LinuxGuard is a comprehensive security and monitoring solution designed to protect and manage your Linux infrastructure.

## What is LinuxGuard?

LinuxGuard provides enterprise-grade security monitoring, threat detection, and compliance management for Linux environments. Our platform offers real-time visibility into your infrastructure, helping you identify and respond to security threats, maintain compliance, and ensure the health of your Linux systems.

## Key Features

* **Real-time Monitoring**: Continuous monitoring of your Linux systems for security events and anomalies
* **Threat Detection**: Advanced threat detection and alerting capabilities
* **Compliance Management**: Help maintain compliance with industry standards and regulations
* **Centralized Management**: Manage and monitor all your Linux endpoints from a single console
* **Multi-Distribution Support**: Works seamlessly across different Linux distributions
* **Security-First Architecture**: Built with zero-trust principles, running without root privileges under a dedicated user account (see [Security Architecture](/concepts/concepts/security-architecture.md))

## Supported Distributions

LinuxGuard currently supports the following Linux distribution families:

* **Debian-based systems** (Debian, Ubuntu, etc.)
* **RedHat-based systems** (RHEL, CentOS, Fedora, etc.)
* **SUSE-based systems** (openSUSE, SLES)
* **Alpine Linux**

For detailed information about supported distributions, see the [Supported Distributions](/reference/reference/supported-distributions.md) page.

## Finding What You Need

Choose the section that best matches what you're trying to accomplish:

* **New to LinuxGuard?** Start with [Tutorials](/get-started/get-started.md) for hands-on learning guides that walk you through getting started
* **Need to install or configure?** Check [How-to Guides](/install/install.md) for step-by-step instructions on specific tasks
* **Looking up commands or distributions?** Browse [Reference](/reference/reference.md) for CLI command syntax, supported platforms, and terminology
* **Want to understand how it works?** Read [Explanation](/concepts/concepts.md) to learn about security architecture and design concepts

***

For support, contact us at <support@linuxguard.io> - we're available 24/7!


---

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