> For the complete documentation index, see [llms.txt](https://help.thinkpickle.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.thinkpickle.com.au/flow-logs.md).

# Flow Logs

## What are flow logs?

Flows logs document every time your flow has run. For example, if you have a call flow, every time someone calls your phone number you'll see a new flow log documenting how they progressed through your flow.

This can be very useful for debugging any unexpected behavior or finding out which [variables](/flows/variables.md) are accessible.

## Viewing flow logs:

* Navigate to [https://thinkpickle.com.au/dashboard/flows](https://thinkpickle.com.au/dashboard/flows/f5d15107-81e3-4598-a7a0-9687883952ec)
* Click '**View**' to open the flow
* In the top toolbar, click '**Logs**'
* This will bring up all the logs for your flow.
* You'll be able to open up each log and see the details of what occurred when that flow ran.


---

# 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://help.thinkpickle.com.au/flow-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.
