# Wolvenkit's Interface

## Summary

This page explains the main workspace within WolvenKit, the one holding the docking windows for the individual [#editor-panels](#editor-panels "mention").

<figure><img src="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2FGIQ6iQ3QhicWOuddHw79%2Fwolvenkit_ui.png?alt=media&#x26;token=8e348570-0ed6-4d1c-aeff-b932151eb506" alt=""><figcaption><p>The Wolvenkit UI as of 8.13</p></figcaption></figure>

## Editor panels

For an explanation to the editor panels, please see the corresponding sub-pages:&#x20;

* [project-explorer](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/project-explorer "mention"): Your local game files go here
* [asset-browser](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/asset-browser "mention"): Browse game files or mod files
* [properties](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/properties "mention") / File Preview: Information about the current file
* [file-editor](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/file-editor "mention"): Edit or view game files
* [log](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/log "mention"): Shows you error messages or [file-validation](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/file-validation "mention") output
* [tweak-browser](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/tweak-browser "mention"): Lets you browse existing tweaks
* [lockey-browser](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/lockey-browser "mention"): Lets you browse translation entries

## Docking

The docking in WolvenKit is similar to other IDEs such as Visual Studio. All panels can be rearranged by docking to specific areas, or used as a standalone floating window.

![](https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2Fn0IvkDFom7bgcYWzVf4J%2F8.5%20docking.png?alt=media\&token=566c5d26-b266-4da9-ae6a-7106aec6bfee)

{% hint style="info" %}
Try double-clicking an Editor title bar to create a floating window!&#x20;
{% endhint %}

## Status Bar

The Status Bar along the bottom of the application window contains useful information, such as your **WolvenKit version number** and the current mod project, and provide the ability to install new updates if available.


---

# 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.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.
