# Control flow: Switch language

Besides the [**Ask: Language**](/studio/flows/nodes/ask-language.md) node, there is another way to have the Bot switch to another language. This node will simply switch to the provided language verbosely, without any questions. This gives the Flow designer the ability to build a custom language switching dialog.

<figure><img src="/files/JVDmqEvYWGgYKsQTBfKR" alt=""><figcaption></figcaption></figure>

| Property | Description           |
| -------- | --------------------- |
| Language | Language to switch to |

{% hint style="info" %}
It is only possible to switch to languages that are configured in the [Bot settings](/settings/app-settings.md)
{% endhint %}

## Resources

* [Ask: Language](/studio/flows/nodes/ask-language.md)
* [App Settings](/settings/app-settings.md)


---

# 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://manuals.dialox.ai/studio/flows/nodes/control-flow-switch-language.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.
