# Prerequisites

Before you can start using LinuxGuard, you need to have a tenant account set up. A tenant is your organization's workspace in the LinuxGuard platform where all your agents and data are managed.

## Creating a Tenant

If you don't already have a tenant account, you'll need to contact our sales team to have one created for you.

**Contact**: <sales@linuxguard.io>

When you contact sales, they will:

* Set up your tenant account
* Configure your organization's workspace
* Prepare your access credentials

## Receiving Your Tenant Information

Once your tenant has been created, you will receive an email containing:

* **Login credentials** - Username and password to access the LinuxGuard console
* **Tenant ID** - A unique identifier for your tenant (you'll need this for agent enrollment)

> **Important**: Keep this email safe! You'll need the Tenant ID when configuring your agents.

## Accessing Your Tenant ID Later

If you need to retrieve your Tenant ID after the initial setup, you can find it in the **Settings** page of the LinuxGuard console. This is also where you can generate API keys for agent enrollment.

***

**Next Step**: [Installation →](/how-to-guides/how-to/installation.md)

**Related**: [Quick Start](/tutorials/tutorials/quick-start.md) | [Supported Distributions](/reference/reference/supported-distributions.md) | [Troubleshooting](/troubleshooting.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/how-to-guides/how-to/prerequisites.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.
