# Asset Browsers

Soulslike Framework provides custom browsers for our custom data types. You can use these browsers to easily navigate to and/or edit your data with ease. The provided browsers behave similarly to the Content Browser and use the **Asset Registry** to locate and track your assets.

### Item Browser

<figure><img src="/files/7LD3vW8ZtYZedCaqcb1L" alt=""><figcaption></figcaption></figure>

### Weapon Ability Browser

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

### Weapon Animset Browser

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

### Action Browser

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

### Status Effect Browser

<figure><img src="/files/aQ3I2ggFghvzMzqPDlx2" 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://soulslike-framework.isik.vip/getting-started/quickstart-1/asset-browsers.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.
