# Lizenz - erstellen

{% hint style="warning" %}
Ein Script muss erstellt worden sein!
{% endhint %}

## Möglichkeit 1:

### Schritt 1: Lizenz erstellen

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

* Klicke auf "Lizenz erstellen"

### Schritt 2: Daten ausfüllen

{% hint style="info" %}
"UserID (Discord)" kann mit der Discord UserID ausgefüllt werden oder mit dem Accountnamen des erstellten Accounts
{% endhint %}

{% hint style="info" %}
Lifetime = 01.01.2030
{% endhint %}

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

* Fülle die Daten aus

### Schritt 3: Fertig stellen

Klicke auf "Erstellen" und die Lizenz wurde erfolgreich erstellt

## Möglichkeit 2:

### Schritt 1: Lizenz erstellen

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

* Klicke auf "Neue IP"

### Schritt 2: Daten ausfüllen

{% hint style="info" %}
"UserID (Discord)" kann mit der Discord UserID ausgefüllt werden oder mit dem Accountnamen des erstellten Accounts
{% endhint %}

{% hint style="info" %}
Lifetime = 01.01.2030
{% endhint %}

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

### Schritt 3: Fertig stellen

* Klicke auf "Erstellen" um die Lizenz zu erstellen

## Lizenz Schlüssel:

### Schritt 1: Config erstellen

Erstelle eine Datei mit dem Namen config.lua

### Schritt 2: Code einfügen

Füge folgenden Code ein. Der Kunde muss dann dort seinen Lizenz Schlüssel eingeben (wenn aktiviert bei der Lizenz)

{% code lineNumbers="true" %}

```lua
Config = {}

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

{% endcode %}

### Schritt 3: Fertig stellen

Speichere die Datei ab und packe sie in dein Script. Das war alles!


---

# 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/license-system-1/lizenz-erstellen.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.
