# Welcome to Vibrant

{% hint style="info" %}
**GitBook tip:** your product docs aren't just a reference of all your features! use them to encourage folks to perform certain actions and discover the value in your product.
{% endhint %}

## Overview

Here are a couple of example overviews from products with really great docs:

> Loom is a video messaging tool that helps you get your message across through instantly shareable videos.
>
> With Loom, you can record your camera, microphone, and desktop simultaneously. Your video is then instantly available to share through Loom's patented technology.
>
> — From the [Loom Docs](https://support.loom.com/hc/en-us/articles/360002158057-What-is-Loom-)

> The Mailchimp Marketing API provides programmatic access to Mailchimp data and functionality, allowing developers to build custom features to do things like sync email activity and campaign analytics with their database, manage audiences and campaigns, and more.
>
> — From the [Mailchimp Marketing API docs](https://mailchimp.com/developer/marketing/docs/fundamentals/)

## Quick links

{% content-ref url="overview/what-we-do" %}
[what-we-do](https://docs.vibrantnet.io/overview/what-we-do)
{% endcontent-ref %}

{% content-ref url="<https://gitlab.com/hazelnet/hazelnet/-/blob/feature/gitbook-docs/docs/overview/our-features2.md>" %}
<https://gitlab.com/hazelnet/hazelnet/-/blob/feature/gitbook-docs/docs/overview/our-features2.md>
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="<https://gitlab.com/hazelnet/hazelnet/-/blob/feature/gitbook-docs/docs/fundamentals/getting-set-up/README.md>" %}
<https://gitlab.com/hazelnet/hazelnet/-/blob/feature/gitbook-docs/docs/fundamentals/getting-set-up/README.md>
{% endcontent-ref %}

{% content-ref url="<https://gitlab.com/hazelnet/hazelnet/-/blob/feature/gitbook-docs/docs/fundamentals/getting-set-up/setting-permissions.md>" %}
<https://gitlab.com/hazelnet/hazelnet/-/blob/feature/gitbook-docs/docs/fundamentals/getting-set-up/setting-permissions.md>
{% endcontent-ref %}

{% content-ref url="<https://gitlab.com/hazelnet/hazelnet/-/blob/feature/gitbook-docs/docs/fundamentals/getting-set-up/inviting-members.md>" %}
<https://gitlab.com/hazelnet/hazelnet/-/blob/feature/gitbook-docs/docs/fundamentals/getting-set-up/inviting-members.md>
{% endcontent-ref %}


---

# 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.vibrantnet.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.
