# Create a question to change the language of a document

If you have a document that is available in more than one language, you can give the Q\&A user the option to change its language.

In Design Q\&A mode, there is a special type of question pre-made just for this use case. Click the <img src="/files/D2uDlT9A571OzyEEH3Wr" alt="" data-size="line"> or the <img src="/files/NyqiuCKFjnoq5XR5TU7c" alt="" data-size="line"> button and choose the <img src="/files/xxmA7ecPNsKq8TiNEgY4" alt="" data-size="line"> option. Like any other question, you can choose the text of the question. It will give the user the option to change the output language of the document.


---

# 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://help.clause9.com/qna/how-to-qna/create-a-question-to-change-the-language-of-a-document.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.
