# Dynamic Asset

Qyrus offers ready-to-use features as part of our Dynamic Asset. Let's start exploring and understanding what the Dynamic Asset is and how we can utilize it.

## Contents

* [Dynamic Asset](#dynamic-asset)
  * [What is Dynamic Asset?](#what-is-dynamic-asset)
  * [Creating Dynamic Asset Folder](#creating-dynamic-asset-folder)
  * [Edit or Delete Folder](#edit-or-delete-folder)
    * [Edit Folder](#edit-folder)
    * [Delete Folder](#delete-folder)
  * [Next Steps](#next-steps)

***

### What is Dynamic Asset?

**Create One Get Many**

Confused?

Sure, let's provide more details and explain further.

* In the Dynamic Asset feature, all you have to do is make one asset, and as a result, you'll receive four assets that employ different methods like *GET, POST, PUT, and DELETE*.
* we'll offer extra functions like *Sorting, Pagination, and Filters*.
* We will generate real-time simulated data based on your needs.

Isn't this fascinating?

We'll explore how to begin working with dynamic assets.

***

### Creating Dynamic Asset Folder

After the Project is set up, you'll be taken to the Asset Folder page. On that page, you'll see a button named "Create Folder," as depicted below, which you can use to begin making your Asset folder.

![CreateFolderButton](/files/9QIhY1fY5zlDQ3ssGdch)

When you click the "Create Folder" button, a popup will appear asking you to provide information about the folder and its type. Select Dynamic type for Dynamic Asset.

![AssetFolderPopup](/files/VjkgIck3jCosug7TSx6K)

Complete all the required details, then press the "Create" button to generate your Asset Folder.

![DynamicAsset](/files/v3aQjMv4BFPEq3IuJUTE)

***

### Edit or Delete Folder

After creating the folder, you have the option to modify its name and description, or alternatively, you can choose to delete the folder.

> Once you've created a folder, its type cannot be altered.

> Once you delete a folder, you can't undo the process.

![APIActions](/files/uV3pahXToOAvEiDlXUrM)

On click of the desired action, you'll see a respective popup for Edit or Delete.

#### Edit Folder

Once click on Edit, you'll see a popup to edit the folder information. Edit the desired information and click on the "Edit" button to apply the changes.

![EditFolder](/files/9Tpk1jG3U4z4OYpD9Ghr)

#### Delete Folder

Once click on delete, you'll see a popup to delete the folder. You can click on the "delete" button to delete the folder.

![DeleteFolder](/files/slqZWA22pNuhZ5jzS5zR)

***

### Next Steps

[Build Dynamic Asset](/service-virtualization/dynamic-assets/build-dynamic-asset.md)


---

# 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.qyrus.com/service-virtualization/dynamic-assets/dynamic-asset.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.
