> For the complete documentation index, see [llms.txt](https://docs.jukedisc.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jukedisc.xyz/guides/server-settings.md).

# Server Settings

<h3 align="center"> Language</h3>

***

Sets bot response language for your server.

{% hint style="info" %}
**Available:** English • Spanish • Greek • German • Thai • Turkish • French • Chinese • Vietnamese • Italian • Russian • Japanese • Bulgarian

**Default:** English
{% endhint %}

<h3 align="center">Fade In / Out</h3>

***

Smoothly transitions tracks in from silence and fades out before ending.

{% hint style="info" %}
**Default:** 🟢 Enabled\
**Effect:** Applies to next track\
**Disable if:** You need instant playback or use very short audio clips
{% endhint %}

<h3 align="center">Volume Normalization</h3>

***

Automatically balances volume across different sources (YouTube, Spotify, SoundCloud) to maintain consistent loudness.

{% hint style="info" %}
**Default:** 🟢 Enabled\
**Effect:** Applies to next track\
**Disable if:** You require unmodified audio levels
{% endhint %}

<h3 align="center">Smart Shuffle</h3>

***

Intelligently reorders queue based on genre, tempo, and artist diversity instead of pure randomization.

{% hint style="info" %}
**Default:** 🟢 Enabled\
**Effect:** Next shuffle operation\
**Disable if:** You prefer standard random shuffle
{% endhint %}

<h3 align="center">Voice Channel Track Status</h3>

***

Displays currently playing track in voice channel status text.

{% hint style="info" %}
**Default:** 🟢 Enabled\
**Effect:** Updates immediately\
**Disable if:** You use channel status for other purposes
{% endhint %}

***

<h3 align="center">Quick Configuration Presets</h3>

> Click the **Presets ✨** button to instantly apply a pre-configured set of settings optimized for different use cases:

{% stepper %}
{% step %}

#### 🏠 Default

***

* ✅ Fade In/Out
* ✅ VC Status
* ✅ Normalisation
* ✅ Smart Shuffle
* Volume: 80

**Best for:** Most servers and general listening.
{% endstep %}

{% step %}

#### 🎉 Party

***

*High energy, loud, no smoothing*

* ❌ Fade In/Out
* ✅ VC Status
* ❌ Normalisation
* ❌ Smart Shuffle
* Volume: 95

**Best for:** Live events, parties, and high-energy environments where instant playback and maximum volume are priorities.
{% endstep %}

{% step %}

#### 🌙 Chill

***

*Smooth fades, smart queue order*

* ✅ Fade In/Out
* ✅ VC Status
* ✅ Normalisation
* ✅ Smart Shuffle
* Volume: 65

**Best for:** Study sessions, relaxed listening, background music, or late-night vibes.
{% endstep %}

{% step %}

#### ⚡ Minimal

***

*All extras off, raw playback only*

* ❌ Fade In/Out
* ❌ VC Status
* ❌ Normalisation
* ❌ Smart Shuffle
* Volume: 80

**Best for:** Audiophiles who want zero processing, DJs who need precise control, or testing/debugging.
{% endstep %}
{% endstepper %}

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.jukedisc.xyz/guides/server-settings.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.
