# Hosted Saved Rows

## Overview of Hosted Rows <a href="#overview-of-hosted-rows" id="overview-of-hosted-rows"></a>

Hosted Saved Rows enables you to save, name, categorize, and manage saved rows. Saved Rows include content that you plan on reusing often in the future. You can include a combination of different types of content and content properties within a row, and save it to use it again at a later date.&#x20;

### How to Save a Hosted Saved Row <a href="#how-to-save-a-hosted-row" id="how-to-save-a-hosted-row"></a>

Take the following steps to save a row:

1. Enter your design's builder.
2. Navigate to the row you'd like to save.
3. Click on the row within the stage.
4. Click the floppy disc **Save** icon on the upper right-hand side of the row.

A modal will appear asking you to confirm your row's name and category.

1. Confirm your row's name and category.
2. Click **Save** to confirm.

<figure><img src="/files/9M3670OIWgKMjnpAvm91" alt=""><figcaption></figcaption></figure>

### Save Hosted Row Modal <a href="#save-hosted-row-modal" id="save-hosted-row-modal"></a>

The following image shows an example of the **Save your row** modal. Through this modal, you can assign a **Row name** and **Category** to your row and save it.

<figure><img src="/files/b0Vnmay2KZFxgqPVgs7C" alt=""><figcaption></figcaption></figure>

### Add a New Hosted Saved Row Category <a href="#add-a-new-hosted-row-category" id="add-a-new-hosted-row-category"></a>

You can add a new row category one of two ways within the application. These methods are the following:

* Use the Save Hosted Row Modal to type and create a new row category.
* Use the sidebar within the builder to manage your rows library.

To use the Save Hosted Row Modal to type and create a new row category, follow the steps outlined in the previous section.

Take the following steps to add a new row category to your library using the builder sidebar:

1. Navigate to the **ROWS** tab in your sidebar.
2. Click the options menu, which is identifiable as three vertical dots.
3. Click **Add new category**.

A modal displaying **Add new category** will appear.

1. Type the new category's name in the respective field.
2. Click **Save** to create the new category.

<figure><img src="/files/xmAttpNEkUwS3CUTTebG" alt=""><figcaption></figcaption></figure>

### Edit Hosted Saved Rows <a href="#edit-hosted-rows-metadata" id="edit-hosted-rows-metadata"></a>

Take the following steps to edit a hosted saved row through the sidebar:

1. Navigate to your builder's sidebar.
2. Click **ROWS** tab.
3. Locate your hosted row using either the search bar or drop-down menu.
4. Click on the options menu on the lower left-hand corner of your hosted row.
5. Click **Edit info.**

A modal will appear with your hosted row's **Name** and **Category.**

1. Edit the information accordingly.
2. Click **Update** to confirm your changes to the Hosted Row's information.

The following image shows an example of the **ROWS** tab in the sidebar. The hosted row is in a category called "Bird Collection" and the Options menu displays the options to **Edit Info** or **Delete** the hosted hosted row.

<figure><img src="/files/q0SB1wBcNaBg6DEEcYMs" alt=""><figcaption></figcaption></figure>

### Delete Hosted Saved Rows through the Sidebar <a href="#delete-hosted-rows-through-the-sidebar" id="delete-hosted-rows-through-the-sidebar"></a>

Take the following steps to delete a hosted saved row through the sidebar:

1. Navigate to your builder's sidebar.
2. Click **ROWS.**
3. Locate your hosted row using either the search bar or drop-down menu.
4. Click on the options menu on the lower left-hand corner of your hosted row.
5. Click **Delete.**

A modal will appear asking you to confirm the deletion of the row.

1. Click **Delete** to confirm the deletion.

**Noted:** The hosted row will be deleted, but the designs with the row will not be impacted. The row will still be visible within those designs.

### Existing Category Error <a href="#existing-category-error" id="existing-category-error"></a>

If you try to create a row category with the name of a row category that already exists, you will receive an error message informing you that the row category name already exists.

<figure><img src="/files/4RiBXrvuXxayMlWTtyTU" alt=""><figcaption></figcaption></figure>

### Save as New Hosted Saved Row <a href="#save-as-new-hosted-row" id="save-as-new-hosted-row"></a>

The steps outlined in this section refer to saving a row as new after it has already been saved elsewhere.

Take the following steps to save a row as new:

1. Click the **Save** floppy disc icon for the row you'd like to save as new.
2. A modal will appear providing you with the option to update the **Row name** and **Category**, or to save the row as new.
3. Confirm the **Row name** and **Category.**
4. Click **Save as new.**
5. The row will save under the category you selected.

<figure><img src="/files/7sWEDsspsSrMi6EKhrD5" alt=""><figcaption></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.beefree.io/end-user-guide/reuse-content/hosted-saved-rows.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.
