> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-flows/designing-flows/sharing-flows.md).

# Sharing Flows

{% hint style="info" %}
Flows are shared with the corresponding report, job, and connection.
{% endhint %}

For sharing a Flow with a fellow team member, visit your Flows page and select the "Share" in the context menu. Alternatively, you can also access the sharing feature from the navigation bar when you're inside a Flow.

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

After clicking on "Share," a pop-up window labeled "Share Flow" will display. Within this window, utilize the "Add people" field to include any team member in your Flow. You have the option to grant them either editing or viewing privileges (further details on these are below). Once you've made your selections regarding the individual and their permission level, simply click the "Share" button. Your team member will then receive an email notification and can immediately collaborate with you on the Flow!

You can always use the "Share" button to check the list of individuals with access to a Flow, modify their permissions, or completely revoke their access.

{% hint style="warning" %}
**Please Note:** If you can't find your teammate's name in the "People with access" section, it indicates that they haven't joined your Tabula team yet.
{% endhint %}


---

# 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.tabula.io/data-flows/designing-flows/sharing-flows.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.
