# Logging

It can often be difficult to see what is happening in your actions. To make this easier, Inbox AI has a logging feature (under Advanced). When developing your actions, we recommend you enable it, and disable it when you are done.

<figure><img src="/files/jmMidYEeFoFqydFZuwuQ" alt=""><figcaption><p>Enable Logging under Advanced</p></figcaption></figure>

When logging is enabled, a new tab appears: "Logging" where you can see individual logs and clear the logs.

<div><figure><img src="/files/yTCxEMJWkep7t1M982lH" alt=""><figcaption><p>The logging tab</p></figcaption></figure> <figure><img src="/files/ym4ebZeFsldFhGktKcWu" alt=""><figcaption><p>An individual log file</p></figcaption></figure></div>

When you run into issues, the logs can often contain valuable information to get unstuck.


---

# 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://dreetje-1.gitbook.io/inbox-ai/logging.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.
