# Activity Log

The **Activity Log** tool allows you to log information about your workflow when it runs. This can be used to help debug issues with your setup.

Fields included in the Activity Log are:

* **Activity Message:** Label the data that you'd like to log so that you can easily recognize the Activity Log's logging. Example: Order Data.
* **Payload Value:** Add [Variables](/workflow-builder/fields/variables.md) that you'd like to view the data of. You are allowed to add multiple variables and characters.

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

Logs created from this step can be found in your workflow's **Logs** tab.

Here is an example of the logged information specified in a workflow and where you can see additional details in the logs.

<figure><img src="/files/4S9N1X3H0N34ZCeh5VtW" alt=""><figcaption></figcaption></figure>


---

# 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.getmesa.com/tools/activity-log.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.
