# Navigation

### Workflows

Signing in will take you to the **Workflows** page. This is where you can access all your saved workflows as well as workflows shared with you. You can sort and group the workflows or delete ones that are no longer needed.&#x20;

<figure><img src="/files/kSH6iGMHjEBcHM6Gp7xx" 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>Workflows page which shows you all the workflows you have created. You can select the "Shared with me" option on the left menu to see all workflows that you have access to that you did not create.</p></figcaption></figure>

### Canvas

The canvas appears on the Editor page and is where workflows are built.&#x20;

On the canvas, you can create, edit, and test workflows to ensure they are functioning as intended. The canvas is only visible to users with Manger, Editor, or Viewer permissions for a particular workflow.&#x20;

You can also set workflow access permissions (<img src="/files/yKBAMYrUSvBajxXxlPA4" alt="" data-size="line">) and detail the descriptions (<img src="/files/ZKmQbIBowRou20fKPBRA" alt="" data-size="line">) that will be visible to users on the run page.&#x20;

<figure><img src="/files/HFXHdxWct343BdJSQmqp" alt="A screenshot of Data-flo&#x27;s canvas. The majority of the image is blank and this is where users can drag and drop adaptors. There is a side bar menu to search or scroll through adaptors. The top bar menu includes options to delete, save and test run the workflow. "><figcaption><p>Data-flo's canvas where workflows are created, tested and edited.</p></figcaption></figure>

### Run page

The run page is where users will run the workflow in order to acquire the intended workflow outputs. Some workflows will require inputs (such as files, usernames/passwords, etc.) while others simply require the user to push run. Users with all levels of permissions can access the run page (Managers, Editors, Viewers and Runners).&#x20;

A workflow's **Run Page** also includes information about the workflow (description, list of inputs, list of outputs, etc.). Any information that an author wants users to have should be shown on this page.

<figure><img src="https://lh7-us.googleusercontent.com/CDm4zpzjM29YDrl77LtQN8I4_QCVYYMi8hdac-HV2SIUreHK_3kb87w-Xv1rwRJcna1X5pstMdanKI3f6bRfzHp3kkhz4_if93OWStuA7KBfORFrRT10GYOrTh4WpK_QEukN6UYMGs5dZLTRCHeuhDAGBw=s2048" alt="A screenshot of the canvas highlighting the button that allows users to toggle between the Editor and run pages." width="375"><figcaption><p>Access the Run Page via clicking "Run" from the Canvas</p></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/mOS5pJnJ9apJsc055pnxvZQATZg67Ynkb8M9ilzs5JTEJdqrr6DjFMI-OK2RAW_6J8vH-bAdRsr-cR8ytQGxJc6YSJndXKo36CJ_1QAzf_oXqEeWpOaPRlFf3Y3cadooHN2TztjR6KgyNvf8vnKixv2E-w=s2048" alt="A screenshot of the run page. This page is where users can upload all necessary files or input all necessary information in order to run the workflow. This example shows a workflow with 4 files that need to be uploaded. " width="375"><figcaption><p>Run Page (visible to all user types) </p></figcaption></figure>

There are four options at the top right of run page, with detail of each option outlined below:

<table><thead><tr><th width="160">Option</th><th width="148">Availablility</th><th>Description</th></tr></thead><tbody><tr><td>Edit</td><td>Owner, Manager, Editor</td><td>Takes you to edit mode where you can make changes to the workflow on the canvas.</td></tr><tr><td>Clone</td><td>Owner, Manager, Editor, Viewer</td><td>Creates a copy of the workflow in your account. This gives you owner status of the workflow and you will then be able to edit and manage sharing of that copied workflow.</td></tr><tr><td>Download</td><td>Owner, Manager, Editor, Viewer</td><td>Downloads a .dataflo file which can be shared and uploaded into other user accounts to transfer a workflow.</td></tr><tr><td>API</td><td>Owner, Manager, Editor, Viewer, Runner</td><td>Provides information necessary to run a Data-flo workflow via API (Application Programming Interface).</td></tr></tbody></table>


---

# 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/navigation.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.
