> For the complete documentation index, see [llms.txt](https://docs.bird.com/connectivity-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/connectivity-platform/troubleshoot-a-flow/my-flow-is-not-working.md).

# My Flow is not working

If you find that your flow is not working you can actually do a simple check in the flow insights to see if you can resolve the issue before reaching out to support.

1\. To access the Flow Insights, simply press the graph button that's below your flow.

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

&#x20;

2\. Once in the Insights you can see all invocations and their corresponding statuses.

<figure><img src="/files/0lISJAoe1xXbsulsKVsE" alt=""><figcaption></figcaption></figure>

&#x20;

3\. You can also click on an invocation to see further details; in this case, you can see what has caused the failure of this request.

&#x20;

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

If you are still facing issues with the flow not working, please reach out to our Support team via [this page](https://www.messagebird.com/contact) with the following information:

* The issue you are facing
* What flow has been affected
* The relevant timestamp
* Any error you may have received

We'll be more than happy to help out!


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bird.com/connectivity-platform/troubleshoot-a-flow/my-flow-is-not-working.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
