# View Logs

## Feature Overview

The **Logs** feature offers real-time insights into each input and output message within the dialog simulator, providing essential information that simplifies the debugging process and accelerates troubleshooting.

<figure><img src="https://4008706377-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn6zS4HeuuVpRHZEvDiFU%2Fuploads%2FqRE6jjEVjT9xVfJ2gXwn%2Fimage.png?alt=media&#x26;token=0b4d6df5-1e17-4010-8dd7-5d45f1ba8d07" alt=""><figcaption><p>Log expanded. Click the pin next to the message to view details for that specific message.</p></figcaption></figure>

### **Accessing Logs**

The Logs can be accessed through the **dialog simulator** by clicking on the `Open log` (pin icon).  <br>

<figure><img src="https://4008706377-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn6zS4HeuuVpRHZEvDiFU%2Fuploads%2FFFYQwkfS5p1FLdz7o0hi%2Fimage.png?alt=media&#x26;token=433f86f5-d072-406f-9135-6f9fde52b2b6" alt="" width="335"><figcaption></figcaption></figure>

### **Key Functionalities**

<table><thead><tr><th width="182">Function</th><th width="565">Description</th></tr></thead><tbody><tr><td><strong>Error Tracking and Identification</strong></td><td>Displays a field detailing the error that occurred with that functionality, such as error type and precise timestamp (in milliseconds).</td></tr><tr><td><strong>Detailed Information on Services</strong></td><td><ul><li><strong>External Services:</strong> Logs show timestamps, error messages, error codes, service type, response, and metadata for all external service calls (e.g., <a href="broken-reference">Rest Connector</a>, <a href="../build-dialogs/dialog-cells/prompt-cell">Prompt cell</a>, <a href="../ai-agents/knowledge">Knowledge AI</a>, <a href="../build-dialogs/multilingual-agent">Multilingual suppport</a>, <a href="../api-docs/api-guidelines/webhooks">Webhook</a>, <a href="../../build-dialogs/dialog-cells/answer#e-transactional-answer">Transactional answers</a>). Gen AI services include prompt details, language model, tokens used, and temperature settings.</li><li><strong>Internal Services:</strong> Logs include information on internal components (e.g., NLP calls, masking, Knowledge AI), covering intent scores, error codes, and answers.</li></ul></td></tr><tr><td><strong>Exporting and Downloading</strong></td><td>Logs can be downloaded in JSON format for documentation, further analysis, or archiving.</td></tr><tr><td><strong>Entry Structure</strong></td><td>Each entry is displayed as a single line for easy scanning, with comprehensive tracking of interactions, particularly for cells that call external services.</td></tr><tr><td><strong>Filtering</strong></td><td>Logs can be pinned to specific conversation points, allowing users to filter by message and trace errors to their origin within the dialog flow. You can filter logs based on <strong>date/time</strong> and <strong>type</strong> (info or error), ensuring an easier way to navigate. </td></tr></tbody></table>

The NLP option only appears when the agent is integrated with a NLP. If your agent is integrated with a LLM, Zero-Shot will appear instead.

{% hint style="info" %}
If you need a more in-depth insights into your analysis, try [**executing an Advanced Request task**](https://docs.conversational-ai.syntphony.com/user-guide/testing/advanced-request) to assess your agent’s performance.
{% endhint %}
