# Bravo Assistant

In Bravo, we have an AI -powered assistant integrated with the Help Center documentation to provide answers to how-to questions.

{% hint style="info" %}
Option available for **paid users** within the Bravo web platform.
{% endhint %}

## **How to ask a question?**&#x20;

Follow the steps below to ask a question to our Bravo Assistant:

1. Log in to [Bravo Studio platform](https://projects.bravostudio.app/login?) using your credentials.
2. Locate the **rounded blue button** at the bottom right of the page.
3. Click on the blue button and select "**Ask a question**".
4. Type and ask your question and click the Send icon to

<figure><img src="/files/GtkYVXQTgHMiPQbIMmwM" alt=""><figcaption></figcaption></figure>

If further assistance is needed, paid users can report issues within the assistant for personalized support from our team by clicking on "**Report issue form**".&#x20;

{% content-ref url="/pages/Is6C2XQB1xTHOLSPFHUT" %}
[Report an issue](/need-some-help/report-an-issue.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.bravostudio.app/need-some-help/bravo-assistant.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.
