# Übersicht

## Willkommen! <a href="#a1" id="a1"></a>

Hier erfährst du alles über die Commands und Funktionen im Discord Bot Tanjun.

### 🎉Neue Tanjun-Version veröffentlicht!

💫 Wir haben die brandneue, vollständig überarbeitete Version von Tanjun veröffentlicht. Zögere nicht und probier jetzt die neuen Funktionen aus!

***

## Erste Schritte <a href="#a2" id="a2"></a>

Arbeitest du das erste Mal mit Tanjun und möchtest etwas über grundlegende Einstellungen erfahren?\
Schaue hier vorbei:

{% content-ref url="/pages/OSVBb6C6u1yPOgACVLvK" %}
[Erste Schritte](/intro.md)
{% endcontent-ref %}

## Tipps & Tricks <a href="#a3" id="a3"></a>

Es gibt einige Tipps & Tricks, die du kennen solltest, wenn du Tanjun verwendest.\
Hier findest du einige Beispiele:

{% content-ref url="/pages/8Gs1xuyP9j4PqzP7qTkG" %}
[Allgemeine Tipps](/docs/index.md)
{% endcontent-ref %}

## Changelog <a href="#a4" id="a4"></a>

Du hast die Möglichkeit, auf unserem [Discord Server](https://discord.arion2000.xyz) im [#┾🦆┋tanjun-changelog Kanal](https://discord.com/channels/831161440705839124/1098902476708642816) den Changelog zu sehen.

Der Changelog enthält immer die neuesten Änderungen und Updates.

***

## Hilf mit beim Aufbau dieser Dokumentation! <a href="#a5" id="a5"></a>

{% hint style="success" %}
Wir würden uns freuen, wenn du uns beim Aufbauen dieser Dokumentation unterstützt! Dies kannst du ganz einfach [über GitHub](https://github.com/TanjunBot/Tanjun-Dokumentation) tun.
{% endhint %}

***

<details>

<summary>Hinweise zur Angabe von Commands</summary>

Wenn wir Commands angeben, dann sind oft Elemente enthalten, die du durch etwas ersetzen musst. Wir geben diese Fälle wie folgt an:

<pre><code><strong>/commandname &#x3C;Erforderliches Argument> [Optionales Argument]
</strong></code></pre>

Die Zeichen `<`, `>`, `[` und `]` weisen wie im Beispiel auf erforderliche und optionale Argumente hin, die du an dieser Stelle selbst einsetzen musst.

</details>


---

# 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.tanjun.bot/index.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.
