# Hint

> **Who can use this Card?**
>
> * Gallabox Users having permission to either build and deploy bots or manage bots.
> * Available on all paid plans.

### Overview

The Hint Node in the Bot Builder adds helpful hints in your bot templates to guide users through complex setups. This feature simplifies the user experience by providing assistance right when and where it’s needed.

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

### Hint Node Usage

Adding clear descriptions to each hint is very helpful. It makes complex settings simpler to understand, ensuring users can follow easily. This is especially useful for guiding users through multiple steps or explaining technical details that might not be immediately clear.

Using Hint Node wisely improves user interaction with your bot, leading to better configurations and a smoother user experience.

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

{% hint style="info" %}
Make sure to connect your hint node with the previous node.
{% endhint %}

### Using Beautify Flow

When using beautify flow option, all unconnected hint nodes will be stacked near the start button in the bot canvas.

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


---

# 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.gallabox.com/bots/bot-utilities/hint.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.
