# Reporting translation issues

Ticket King is translated into many languages, and the Ticket King team handles all translations in-house. If you spot a translation that is wrong, awkward, or still showing in English, let us know and we will fix it.

## What to report

* A bot message that shows in English when your server is set to another language.
* A translation that is incorrect or reads oddly in your language.
* A missing word or phrase.

## How to report it

Use whichever is easier for you:

* **Email** <support@ticketking.xyz>.
* **Open a ticket** in our support Discord at [ticketking.xyz/support](https://ticketking.xyz/support).

To help us fix it quickly, include the language your server is set to, the exact text you saw, and where it appeared (for example the welcome message, a log embed, or a command reply). A screenshot is ideal.

## Related

{% content-ref url="/pages/L8cFnSRYhNZLLHwuvASZ" %}
[The Server Language setting](/docs/languages/server-language.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/get-help-and-community/translation-issues.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.
