> For the complete documentation index, see [llms.txt](https://help.visuary.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.visuary.com/guide-visuary-en/visuary-interface/visuary-help-module.md).

# Visuary help module

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZFcDkdPcFkKsLAju8DW3%2Fuploads%2FeLbFoH66uTo6gw8SabPB%2Fnews_gif_court_court2.mp4?alt=media&token=5a6995bc-f0a6-4b21-bbd0-b77ba66648bb>" %}

**The Visuary guide in the platform**

The guide is directly accessible from Visuary, without leaving your project.

* The **help module** at the bottom right opens the corresponding article for the page you are on
* The **"View guide" buttons** in each tab take you directly to the relevant article
* The **first time you open a page**, an onboarding video starts automatically

You can also contact support via the help module, by clicking on Chat.<br>

{% hint style="success" %}

### How to contact us&#x20;

Chat is available to talk with our live team, Monday to Friday from 9:30 am to 5:30 pm, on every page of the platform. Click this icon.  <img src="/files/8893272933755e0dd7923dcb7e0e51f4b1661e83" alt="" data-size="line">\
\
You can also leave us a message at **07 45 88 35 01** with your request — we'll call you back soon. **This number is also available on WhatsApp.**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.visuary.com/guide-visuary-en/visuary-interface/visuary-help-module.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
