# Managing Storyboards

### **1. Accessing the Storyboard Management Page**

To manage storyboards, follow these steps:

1. **Navigate to the Settings Menu**
   * Click on the **Settings (⚙️) icon** in the sidebar.
   * Select **"Storyboards"** from the menu.
2. **Storyboard List View**
   * You will be taken to the **Storyboard List View page**.
   * Here, you can view all existing storyboards along with their **ID, name, creator, last updated information, and modification options**.

***

### **2. Creating a New Storyboard**

To **add a new storyboard**, follow these steps:

1. Click on the **"Add Storyboard"** button at the top.
2. A new storyboard creation page will open where you can **configure settings, add charts, and define layout**.
3. Once done, click **"Save"** to publish the storyboard.

***

### **3. Editing an Existing Storyboard**

If you need to **edit an existing storyboard**, follow these steps:

1. Locate the storyboard in the list.
2. Click on the **Storyboard Name** to open it in **edit mode**.
3. Modify the storyboard layout, add/remove charts, update settings, and save changes.

***

### **4. Copying a Storyboard**

To **duplicate a storyboard**, follow these steps:

1. Click on the **three-dot menu (⋮)** next to the storyboard you want to copy.
2. Select **"Copy"** from the dropdown menu.
3. A **duplicate storyboard** will be created with the same charts and settings, which you can edit separately.

***

### **5. Deleting a Storyboard**

To **permanently delete a storyboard**, follow these steps:

1. Click on the **three-dot menu (⋮)** next to the storyboard.
2. Select **"Delete"** from the dropdown.
3. Confirm the deletion when prompted.
4. **⚠️ Warning:** **Deleted storyboards cannot be restored**. Once deleted, all related settings and configurations are permanently removed.

***

### **Best Practices for Managing Storyboards**

✅ **Keep your storyboards organized** by naming them clearly.\
✅ **Duplicate before making major edits** if you want to keep a backup.\
✅ **Be cautious when deleting storyboards**, as this action **cannot be undone**.\
✅ **Review permissions** before sharing or modifying storyboards to ensure the right users have access.

With these management tools, you can efficiently create, modify, and organize your **storyboards** in Infinity! 🚀


---

# 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.getinfinity.app/user-guide/comprehensive-user-guide/3.-storyboards/managing-storyboards.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.
