> For the complete documentation index, see [llms.txt](https://docs.gallabox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gallabox.com/bots/bot-utilities/hint.md).

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