# Wo finde ich meinen Lizenz Schlüssel?

## 1. Überprüfung

### Schritt 1: Überprüfung

So sieht es aus wenn man einen Lizenz Schlüssel auf der Lizenz hat.

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

So sieht es aus wenn man keinen Lizenz Schlüssel auf der Lizenz hat

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

### Schritt 2: Lizenz Schlüssel einsehen

Klicke auf "Key" und kopiere dir den angegebenen Key.

<figure><img src="/files/8jQdZgohe8lY9Z5Co7rk" alt=""><figcaption></figcaption></figure>

## 2. Einfügen

### Schritt 1: Einfügen

Öffne in deinem Script die "config.lua".

**ALTE CONFIG:**

```lua
Config = {}

Config.License = "YOUR LICENSE KEY"
```

**NEUE CONFIG:**

```lua
Config = {}

Config.License = "DARKSERVICE-3A66-0C49-8A12"
```

Füge anstatt "YOUR LICENSE KEY" deinen Lizenz Schlüssel ein.

### Schritt 2: Speichern

Speichere die config.lua und starte das Script / Server.

Es sollte dann folgende Meldung auftreten mit deinem Lizenz Schlüssel

<figure><img src="/files/VBWqOAgkoghb8AQJ0H7C" 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://docs.wavecore.dev/wavecore/faq/wo-finde-ich-meinen-lizenz-schlussel.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.
