# Overview

## Overview

Use this space as the main docs hub for your Tebex resource.

### What this covers

* Quick onboarding for new buyers
* A clean install path
* Config guidance for common integrations
* Command and permission reference
* Support intake and troubleshooting basics

### Who this is for

* Server owners
* Developers handling setup
* Staff managing support

### Suggested reading order

1. [Getting Started](/vibesez/readme/getting-started.md)
2. [Installation](/vibesez/readme/installation.md)
3. [Configuration](/vibesez/readme/configuration.md)
4. [Commands & Permissions](/vibesez/readme/commands-and-permissions.md)
5. [FAQ & Support](/vibesez/readme/faq-and-support.md)

{% hint style="info" %}
Replace placeholder names, commands, dependencies, and config keys with your actual product details.
{% 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://vibesez.gitbook.io/vibesez/readme/overview.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.
