# Console

Displays messages in the `Logs` section console area. This is especially useful in debugging the workflow and the messages can be either static or dynamic.

<div data-full-width="false"><figure><img src="/files/9D7bKgMArGtRX0ZMDIpf" alt=""><figcaption></figcaption></figure></div>

### **Options**

* ***Message*** - Content that needs to be displayed. Dynamic fields are selected from Data Hub. Example: `{{1.response.first_name}}`, `{{special.current_datetime}}`. Static values can be directly provided. Example: `HelloWorld`, `12345`
  * It can be a combination of both: `{{1.response.first_name}} is created successfully at {{special.current_datetime}}`


---

# 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.dckapintegrator.com/project-manager/workflows/actions/console.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.
