# Properties

## What is the Properties viewer?

The Properties Viewer is used to provide extra information about selected files from within the Asset Browser or the Project Explorer. The Properties Viewer can also generate instant previews for REDengine texture and mesh files.

{% hint style="info" %}
Ensure `Show File Preview` is enabled within Settings if previews are not working.
{% endhint %}

## Using the Properties viewer

## Mesh Preview

![](/files/-MdINnKhnVK2oLbKBFny)

Mesh files can be previewed by selecting them within the Asset Browser or Project Explorer.

#### Controls

* Hold and drag Left Mouse Button to rotate the mesh
* Hold and drag Right Mouse Button or use Mouse Scroll to zoom
* Hold and drag Middle Mouse Button to pan

## Image Preview

![](/files/-MdINNEiNZPsn-hdh3tA)

Image files can be previewed by selecting them within the Asset Browser or Project Explorer. The image previewer is capable cropping, flipping, and markup. While the markups will not get saved to original file, they can be exported by using the save button.

{% hint style="warning" %}
Do not use the Image Preview tool for creating mods. Refer to the [**Import/Export**](/wolvenkit/wolvenkit-app/usage/import-export/textures.md#exporting-textures) tool for fully exporting textures.
{% endhint %}

## Audio Preview

![](/files/-MdIOPgcl6WqbGoQBxcz)

Audio files can be previewed by selecting them within the Asset Browser or Project Explorer.

## Video Preview

{% hint style="danger" %}
Important: Due to licensing issues, Wolvenkit no longer features a video preview. You can find [bk2 viewer](https://fileproinfo.com/tools/viewer/bk2=1379)s on Google.
{% endhint %}

~~Double click BK2 files in the Project Explorer or right-click them in the Asset Browser~~

~~**Space** to play / pause~~\
~~**Esc** = End video~~\
~~Use the bottom bar to scrub through the video.~~

![Video Preview showcase](/files/-MdIOdIP5R7xsl8yuzjR)


---

# 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://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/properties.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.
