# Frequently Asked Questions

<details>

<summary>What game version is used on the server?</summary>

The server runs on the Corsair version (3506).

</details>

<details>

<summary>Is the seasonal server enabled?</summary>

The season server is disabled; however, you can create a seasonal character and use it on the main server.

</details>

<details>

<summary>Is there a drop filter?</summary>

There is no drop filter, but for player convenience, we have removed most trash loot from the main farming spots.

</details>

<details>

<summary>A player is being rude/offensive. What can I do?</summary>

Take screenshots or record a video of the incident and report it to a community manager in our Discord channel.

</details>

<details>

<summary>Where should I place character customization preset files?</summary>

They should be placed in **Documents\Dark Desert\Customization**.

</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://wiki.darkdesert.one/en/faq.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.
