# Message Log

The message log shows all messages generated by the log-tap or debug nodes in the executed flows associated with the agent.

Each message includes a "severity level" which is one of the following values:

* Debug
* Info
* Warning
* Error
* Fatal

By filtering on the "level" column in the messages view, you can quickly find any errors logged for this agent.

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

Open the specific message by clicking the 'id' in the Log Id column.

Scroll down until you see the "error" node which should and expand it if necessary. By expanding the "source" node you can see more details on which log-tap node generated the specific error.

Finally, you can open the log session associated with this message by using the "See Log Session" button in the lower right.

<figure><img src="/files/yZT7pXZga2l5NGBUGkpM" 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.contextual.io/documentation-and-resources/components-and-data/agents/agent-details/logs/message-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.
