> For the complete documentation index, see [llms.txt](https://interactively.gitbook.io/interactively-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interactively.gitbook.io/interactively-docs/admin/managing-demos.md).

# Managing Demos

## Folders

Create folders in **My Workspace** and **Team Workspace** to help you organize your (and your team's) demos.

### How do I create a folder?

To create a folder, click the arrow next to **My Workspace** or **Team Workspace** in the left sidebar to reveal the **Folder menu**, click <kbd>+ New Folder</kbd>, enter a name, and click <kbd>Save</kbd>.

### How can I edit or delete a folder?

To edit or delete a folder, hover over it, click the three-dot menu <kbd>...</kbd>, and select <kbd>Edit</kbd> or <kbd>Delete</kbd>.

### How can I move a demo into a folder?

Hover over the demo you want to move, click the three-dot options menu <kbd>...</kbd> in the top-right corner, select <kbd>Move to</kbd>, choose the destination folder, and click <kbd>Confirm</kbd>.

## Labels&#x20;

Tag demos with labels to further organize them in your workspaces and folders.

### How can I create a label?

1. Labels dropdown: In **My Workspace** or **Team Workspace**, click the <kbd>Labels</kbd> dropdown menu, select <kbd>+ Create a Label</kbd>, and enter a name.
2. **Three dot options menu** <kbd>...</kbd>: Hover over a demo, click the three-dot options menu <kbd>...</kbd>, click <kbd>Labels</kbd>, select <kbd>+ Create new label</kbd>, and enter a name.

### How can I tag a demo with a label?

Hover over a demo, click the three-dot options menu <kbd>...</kbd> in the top-right corner, and check the box next to the label you want to apply.

To remove a label from a demo, just uncheck the box next to the label's name.

### How can I edit or delete a label?

To manage labels, click the <kbd>Labels</kbd> dropdown menu or the three-dot options menu <kbd>...</kbd> on a demo, hover over a label, click the three-dot menu <kbd>...</kbd> next to it, and select <kbd>Edit</kbd> or <kbd>Delete</kbd>.

## Duplicate a Demo

Quickly duplicate a demo from a template to reuse, A/B test variations, or add personalized touches.

### How can I duplicate a demo?

Hover over the demo you want to duplicate, click the three-dot options menu <kbd>...</kbd>, and select <kbd>Duplicate</kbd>.

## Move To

Easily move demos between **My Workspace** and **Team Workspace**. Hover over the demo, click the three-dot menu <kbd>...</kbd>, select <kbd>Move to</kbd>, choose the destination, and click <kbd>Confirm</kbd>.


---

# 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://interactively.gitbook.io/interactively-docs/admin/managing-demos.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.
