> For the complete documentation index, see [llms.txt](https://docs.floui.io/guia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.floui.io/guia/conectores/categorias/conectores-essenciais/comentario.md).

# Comentário

{% tabs %}
{% tab title="Parâmetros" %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcnwf7PkOsRQJM3ATVE86NFn6u5H7sa5ega_2zxF9Ye4s25rq02EEPmNGpe_puIsVO2Bbph7EN5G_-0Ia_xBO-cOrWo6lFIaEJtFmiVGHpnywKo-w4N1ND7ecDi4QJGoKGuUbqIpQ?key=yLogrgEbXy0K_a4zmB9ApgKO" alt=""><figcaption><p>Parâmetros de configuração</p></figcaption></figure>

| Campo                      | Tipo           | Descrição                                   |
| -------------------------- | -------------- | ------------------------------------------- |
| Texto do comentário        | Campo de texto | Descrição da nota que será exibida no fluxo |
| Cor da caixa do comentário | Seletor de cor | Selecione a cor da nota                     |
| Cor do texto               | Seletor de cor | Selecione a cor do texto adicionado na nota |
| {% endtab %}               |                |                                             |

{% tab title="Instruções" %}

### Markdown

O conector de Comentário oferece suporte à notação Markdown, permitindo a criação de notas mais elaboradas. O Markdown possibilita adicionar links, listas ordenadas, blocos de código, entre outros elementos. Para conhecer os elementos disponíveis e exemplos de uso, acesse o[ guia de referência de Markdown](https://www.markdownguide.org/cheat-sheet/).

### Redimensionar

Depois de adicionar o conector, localize o ícone no canto inferior direito deste conector. Clique e arraste esse ícone para ajustar o tamanho do conector, aumentando ou diminuindo conforme necessário.
{% endtab %}
{% endtabs %}


---

# 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.floui.io/guia/conectores/categorias/conectores-essenciais/comentario.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.
