> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/es/obtener-ayuda-y-comunidad/translation-issues.md).

# Informar problemas de traducción

Ticket King se traduce a muchos idiomas, y el equipo de Ticket King gestiona todas las traducciones internamente. Si detectas una traducción que está mal, suena extraña o todavía aparece en inglés, háznoslo saber y la corregiremos.

## Qué reportar

* Un mensaje del bot que aparece en inglés cuando tu servidor está configurado en otro idioma.
* Una traducción que es incorrecta o suena extraña en tu idioma.
* Una palabra o frase que falta.

## Cómo reportarlo

Usa la opción que te resulte más fácil:

* **Correo electrónico** <support@ticketking.xyz>.
* **Abrir un ticket** en nuestro Discord de soporte en [ticketking.xyz/support](https://ticketking.xyz/support).

Para ayudarnos a corregirlo rápidamente, incluye el idioma en el que está configurado tu servidor, el texto exacto que viste y dónde apareció (por ejemplo, el mensaje de bienvenida, un embed de registro o una respuesta de comando). Una captura de pantalla es ideal.

## Relacionado

{% content-ref url="/pages/cc497532b90a9b2858c8a1e9b81ffd4c24c416ec" %}
[La configuración de idioma del servidor](/docs/es/idiomas/server-language.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://ticketking.xyz/docs/es/obtener-ayuda-y-comunidad/translation-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
