# Log Message

This action will ad add a log entry to the bot [execution diagram](/actions-and-operations/execution/execution-diagram.md) for the current conversation.

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

### Settings

The action uses the following settings:

| Setting | Description                                            | [Parsed](/actions-and-operations/dynamic-parsing.md) |
| ------- | ------------------------------------------------------ | ---------------------------------------------------- |
| Text    | The text that will be written to the execution diagram | :white\_check\_mark:                                 |

### Remarks

Cloud Scripting has an execution cost for your flow. If you merely intend to write something onto the [Execution Diagram](/actions-and-operations/execution/execution-diagram.md), utilizing this action will yield better performance than employing [Cloud Scripting](/actions-and-operations/integration/xenioo.bots.actions.base.executescriptaction.md) solely for that task

### Trigger

This action does not have any trigger.

### Variables

This action does not produce any variable.

### Availability

Channel specific availability follows the table below:

| Channel          | Availability     |
| ---------------- | ---------------- |
| Facebook         | Fully Available. |
| WhatsApp         | Fully Available. |
| Telegram         | Fully Available. |
| Web              | Fully Available. |
| Alexa            | Fully Available. |
| Google Assistant | Fully Available. |
| Slack            | Fully Available. |
| API              | Fully Available. |

This action can be used inside interactions and as child of other actions. This action requires a [Premium Account](/basic-concepts/your-account/upgrading-from-free.md) to be used on a live chatbot.


---

# 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/flow/log-message.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.
