# Mark As Asset

The **Mark As Asset** operator will let you tag your selected objects as assets that can be then drag and dropped into the scene using the asset browser.

<figure><img src="/files/m3fBRrJwYfgBy6z7OgGA" alt=""><figcaption><p>Figure 1</p></figcaption></figure>

If you used the **Grid Array** operator prior to this one, try using the same sort method so the arranged objects and their new name will align together.

Here are the redo properties and what they do:

### Sort

This is basically the same sort method explained in the [Grid Array](/add-ons/sort-asset/functions/grid-array.md) operator in the same add-on.&#x20;

While the **Grid Array** operator arranges the selected objects into a grid array using the sort method, the Mark As Asset operator only uses this for renaming the object.&#x20;

For example, if you use the smallest to biggest sort method, the smallest object in the selection will be named first with the ".001" suffix.

### Name

The name you will assign the objects based on the sort method. First object will have the ".001" suffix with this value ascending in the sort order used.

If you leave this blank, the original names of the objects will be preserved.

### Description

This is optional and will let you write a small description of the objects selected. You can only view this in the asset browser.

### Author

This is optional and will let you write the author or who made the objects you have selected for the operation.

### Tags

You can set tags separated by a comma and space to make it easier for you to search the objects in the asset browser besides using their name.

<figure><img src="/files/QChvvhibIiZg6kDCPXRa" alt=""><figcaption><p>Figure 2</p></figcaption></figure>

### Clear Tags

If the selected objects has been assigned tags before, using this toggle will clear them and assign the new one.

### Only Rename

Using this toggle will only rename the selected objects based on the sort method and avoid marking them as assets for the asset browser.

After arranging and marking the selected objects as assets, you can save them in the directory you've assigned in the preferences as your asset browser library.

<figure><img src="/files/b46DB0YGCmskWjtm1sN5" alt=""><figcaption><p>Figure 3</p></figcaption></figure>

Any blend files in this directory with objects in them marked as assets will appear in the asset browser. For convenience, I assigned the same directory I save my blend files as the asset browser library.


---

# 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://www.blenderguppy.com/add-ons/sort-asset/functions/mark-as-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.
