> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/estrategias/tokens/utilizando-tokens-randomicos.md).

# Utilizando Tokens Randômicos

Na SprintHub, você tem à disposição uma variedade de Tokens para personalizar suas mensagens de forma eficiente. Um dos destaques é o Token randômico, que substitui automaticamente partes do texto por diferentes opções configuradas previamente. Essa funcionalidade adiciona dinamismo e naturalidade à comunicação, tornando as interações com seus Leads mais envolventes e autênticas. Com isso, cada Lead recebe uma mensagem única, melhorando significativamente a experiência de conversação.

**TOKEN**

```
{random=texto1|texto2|texto3|textoN}
```

Esse token será substituído por textos diferentes (separados por "|") de forma aleatória.

## **Exemplo:**

{random=Olá, como vai|Oi, tudo bem?|Tudo bem com você?}

{% embed url="<https://youtu.be/JnkyLkFtK5s>" %}

**CONCLUSÃO**

Utilizar Tokens randômicos na SprintHub é uma estratégia poderosa para personalizar e diversificar suas mensagens, garantindo interações mais dinâmicas e humanizadas. Ao configurar diferentes opções para cada mensagem, você promove uma comunicação mais autêntica e única com seus Leads, aumentando o engajamento e a satisfação. Essa abordagem não apenas melhora a experiência do cliente, mas também reforça a percepção de cuidado e atenção aos detalhes, elementos essenciais para construir relacionamentos sólidos e duradouros.


---

# 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.sprinthub.com/estrategias/tokens/utilizando-tokens-randomicos.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.
