# Organize & Search for Assets

If your game has a lot of different Assets, you might want to search or organize your Asset Manager screen. To search for an Asset, enter your search terms into the search box in the top right corner of the Asset Manager screen.

![](/files/-MY4NuyXXuL_dMv9BC0E)

Assets in the Asset Manager are sorted by Context by default. To sort by a different filter, click the title of the column in the Asset Manager. To edit the columns that are visible in the Asset Manager, click the cog icon next to the search bar.

![](/files/-MY4NxbeMysdZVbhsdTv)

## Editing an Asset

To edit an Asset’s data, click on the `Edit` button associated with the Asset you would like to edit on the right side of the Asset Manager screen.

![](/files/IXKTTCmUuXReNMrJcZ4F)

## Activating / Deactivating an Asset

By default, new Assets are inactive. An inactive Asset is not sent to your game and cannot be granted to a player. To activate an Asset, click the green `Activate` button when editing an Asset. Similarly, to deactivate an Asset, click the red `Deactivate` button.

![](/files/-MXlrIvCS_3rH8ObqLNg)

{% hint style="danger" %}
If you deactivate an Asset it will be hidden from your player's inventories
{% endhint %}


---

# 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.lootlocker.com/content/working-with-assets/how-to/organize-search-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.
