> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/equipme/automation/workflows/troubleshooting-errors.md).

# Troubleshooting errors

As you build complex logic into your flows, you may encounter errors along the way. Fortunately, Equipme includes a powerful **Logs** feature to help you investigate and troubleshoot issues effectively. Logs allow you to view past flow runtime details, making it easier to pinpoint bottlenecks and identify areas needing improvement.

**Understanding Logs**

The **Logs** feature is your primary tool for checking the history of flow executions. It provides insights into what happened during each run and helps you detect any problematic points in the process.

Logs can be accessed in multiple ways and give you visibility into both **active** and **inactive** flows, meaning you can view runtime data without pausing or stopping your flow.

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

**How to Access Logs**

* **View Logs in a Flow**\
  To view logs for a specific flow, open the flow and look for the log icon in the lower panel. Clicking this icon will bring up the logs, showing you details of past executions and any issues that occurred.

<figure><img src="/files/1H5F9KtFDQRavfazdvN1" alt=""><figcaption></figcaption></figure>

\
**Viewing Log Details** For a closer look at any individual log entry, click on the specific log. A detailed view will open, providing you with comprehensive information on what happened during that particular run.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://hub.equipme.io/equipme/automation/workflows/troubleshooting-errors.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.
