# Welcome!

{% hint style="info" %}
**Hi !** In this documentation, I write about the **self-hosted solutions** I use in my home lab and trying to make them **as secure as possible** while remaining usable on a daily basis.

**Feel free to join me in this learning adventure !**
{% endhint %}

## Issues and Errors

{% hint style="success" %}
Everything looks good!
{% endhint %}

If there is an error, feel free to contact me or push a merge request with the changes !

## Disclaimer

{% hint style="warning" %}
**By using this documentation you agree to the following:**

1. I am not officially affiliated with any software presented in this documentation.
2. I am not responsible or liable for any damages caused by following my instructions.
3. I only cover parts relevant to my setup, official documentation may give you more informations about the software.
4. If you're not sure with something, **CHECK THE OFFICIAL DOCUMENTATION**
5. **Take REGULAR BACKUPS**

{% endhint %}


---

# 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.tlemoal.fr/welcome.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.
