# Logs

The logs tab provides access to bot individual log message or agent execution sessions which contain all of the log message from that specific session.

Each of these serves a specific purpose with respect to diagnosing issues with flows.

For example, the message log provides the ability to filter message by severity level so that you can easily find "Errors" or "Fatal" errors across multiple sessions.

The session log is more useful when you are trying to diagnose an issue with the execution of a flow in response to a specific request/message.

Each of these id described in more detail on the subsequent pages.


---

# 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.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.
