# Folders and Organization

## Starring

All workflows and folders can be starred for quick access. Starred workflows will show up in a dedicated section on [Home](https://run.relay.app/dashboard).

<div align="left"><figure><img src="/files/qZL6bq0CVTR7QSPCGyFm" alt="" width="563"><figcaption><p>Starred workflows and folders show up in a dedicated section on <a href="https://run.relay.app/dashboard">Home</a></p></figcaption></figure></div>

## Folders

On the [Workflows screen](https://run.relay.app/workflows) you can create folders to organize workflows. Folders can be nested, and use the same [permission model](/workflows/sharing-workflows.md) as workflows. Workflows inside a shared folder will inherit their permissions. This is similar to how tools like Google Drive work.

<div align="left"><figure><img src="/files/ZZUof5R7RZ2ewFiADSMe" alt="" width="563"><figcaption></figcaption></figure></div>

### Moving workflows into folders

Workflows can be moved into folders either from the [Workflows screen](https://run.relay.app/workflows), or directly when editing a workflow when clicking on the folder icon next to the workflow title.

<div align="left"><figure><img src="/files/N4vZc1V3Thbmh6s9WYNG" alt="" width="375"><figcaption><p>Move a workflow into a folder by clicking the folder icon</p></figcaption></figure></div>

### Viewing your Folder as an Org Chart

In addition to the standard folder view, many users like to see an "org chart" style view of their workflows. To view as an org chart, select the rightmost option in the top right to "View workflows in org chart".

<figure><img src="/files/nzTwR8l1nM7EkMTk4qaP" alt=""><figcaption><p>Select the rightmost option in the top right to view a folder of workflows as an org chart</p></figcaption></figure>

That will show you a view that looks like this.

<figure><img src="/files/2Bpgipvw6g9OKutbkQa8" alt=""><figcaption><p>Org chart visualization</p></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://docs.relay.app/workflows/folders-and-organization.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.
