# LocKey Browser

## What is the LocKey Browser?

<mark style="color:blue;">Based on Wkit v. 8.11.0</mark>

LocKey is a localization key designed to identify localized text strings. These keys, such as `'vehicle_enter'` (*which is not only user-friendly but also has a unique ID used typically*), are employed throughout the game. Prior to display, these keys undergo localization to match the language setting of your game.&#x20;

The LocKey browser allows to search for a specific localized text and reveals the corresponding LocKey (numbers) that, when localized, contains the desired text (string).

<figure><img src="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2FubS8CILSZN9Um2L0Wb85%2Fimage.png?alt=media&#x26;token=ca83165d-783c-4c0a-a39c-7fd750ad7120" alt=""><figcaption><p>a capture of the LocKey Browser </p></figcaption></figure>

{% hint style="info" %}
The location of the browser in Wolvenkit depends on your design view. In most cases, you can find it within the right-side navigation. However, if you're unable to locate it, you can easily enable it by navigating to 'View' and selecting 'LocKey Browser'
{% endhint %}

<figure><img src="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2FTyFYRbYiW38n251H7x9B%2Fimage.png?alt=media&#x26;token=ce299e9e-799b-41f9-adc4-6a2bcc0d8298" 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://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/lockey-browser.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.
