# Comment Action

This action display a comment inside the bot flow.

<img src="/files/6xTtqeM2naNVj9mjjqBH" alt="" width="488">

### Settings

The action uses the following settings:

| Setting | Description                                     | [Parsed](/actions-and-operations/dynamic-parsing.md) |
| ------- | ----------------------------------------------- | ---------------------------------------------------- |
| Text    | The text that will be displayed in the designer | :white\_check\_mark:                                 |
| Color   | The background color of the comment             | :no\_entry:                                          |

### Remarks

This action does not produce any result in any channel. It only shows a comment inside the designer as in the following screenshot:

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

### Trigger

This action has no triggers.

### Variables

This action does not produce any variable.

### Availability

This action can be used only inside interactions and not as child of other actions.&#x20;


---

# 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.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.commentaction.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.
