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