> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/workflows/how-to-organize-your-workflows-into-folders.md).

# How to Organize Your Workflows Into Folders

When using workflows, you may want to categorize them to stay organized. Using the Workflow Folders feature will help you stay organized.

**Step 1: Creating Folders**

* Navigate to Workflows
* Click "Create folder" in the top right

![](https://d29l98y0pmei9d.cloudfront.net/article/4783/bb97cf41-28f2-4269-86d8-35cbe337cb87.png)

* In the popup window, name your Folder.
* Save, and it will appear in your list of All Workflows.

**Step 2: Moving Workflows Into Folders**

* Hover next to the name of an existing Workflow to popup the Actions tab.
* Select Move to Folder from the dropdown

![](https://d29l98y0pmei9d.cloudfront.net/article/4783/13225362-f4f5-4095-8a8d-bba405156522.png)

* In the popup window, choose a folder, and Save.

![](https://d29l98y0pmei9d.cloudfront.net/article/4783/972e17bc-0224-49b6-a23c-60d28396078f.png)

***NOTE*****:** You can move a Workflow out of one folder into the general page, or into another folder, following the same process. You can also navigate into a folder and create a Workflow from within the folder to automatically have it saved within that folder.


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/workflows/how-to-organize-your-workflows-into-folders.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.
