# Accessing your workflows

### Accessing saved/ completed workflows&#x20;

The homepage is where you can access all your saved workflows as well as workflows shared with you. You can sort and group the workflows by Name, Date Created, Date Updated and Access Role.

You can also find a specific saved or shared workflows using the search bar and typing in the name of the workflow.&#x20;

<figure><img src="/files/eHWJRBaQhd4gMlaAq6li" alt="A screenshot of the My Workflows page in Data-flo. The page consists of tiles representing each workflow and details who created the workflow, the date it was created and last updated.  The page also has a side bar menu with options for filtering the workflows by owner, deleting workflows, or returning to the My Account page."><figcaption><p>My Account page </p></figcaption></figure>

### Sharing a workflow&#x20;

Workflows can be shared with other users in a few different ways - it comes down to how much access you want to give the other user(s) to your saved work. Workflows are shared by typing in the email addresses of the users you want to grant access.&#x20;

![](https://lh7-us.googleusercontent.com/5XqCcGgIANKFe_Rc3HKBngeQ0GvqCkMRr2NAjnMaoEEge2Tmai7MARcPFyjSBJqRjczI9umle3RVTBlfsrI7-x9YUo3JDLviZ7yDse_WycLZ5Jzj_df-kN5g5SNLqBWd8SDzoHxDyqzmB8f8Qld2iUE)

1. Giving a user **Runner permissions** means they will only be able to see the run page. This means they can upload files as workflow inputs and receive workflow output files, but they will not be able to see any of the adaptors used or the canvas. Use this option if you will retain control of the backend processes and simply want users to be able to see the relevant outputs of the workflow.&#x20;
2. **Viewer permission** has all the privileges of runners but also have the ability to clone a workflow. This means they will be able to see the backend canvas, all the adaptors, and any embedded files but the workflow will not be linked to the original one. Any edits they make are not reflected in the original workflow.
3. **Editors** have all the privileges of viewers but can open the canvas and see the backend processes and adaptors of the workflow. They will be able to make changes to the adaptors, inputs, descriptions, etc. that are created and programmed in the canvas.&#x20;
4. **Managers** have all the privileges of editors but can also set sharing and access permissions for the workflow. They can also remove access from users, including the workflow creator, so be thoughtful in who you give manager permissions!

<mark style="color:purple;">**`Tip`**</mark>: Managers, editors and viewers are able to download the workflow as a .dataflo file. This will allow users with the .dataflo download to upload it to their accounts and see the canvas, all adaptors and all embedded files. If you have passwords or tokens, make sure you mark them as secret.

<figure><img src="/files/7RbETHkvv8tuzyry9Nxa" alt=""><figcaption></figcaption></figure>

###


---

# Agent Instructions: 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://cgps.gitbook.io/data-flo/basics/combining-adaptors-to-create-workflows/accessing-your-workflows.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.
