# Skipping step based on language tag

In the following example we use the **Ask: Language** node te ask the user for their preferred language upfront. When the user speaks German, we want to provide an extra notification explaining there are currently no German speaking agents available in the call centers:

<figure><img src="/files/VOhj7UvADE5JHAP95OIh" alt=""><figcaption><p>Skip logic to skip a step for non-German speaking users</p></figcaption></figure>

In the side panel of the highlighted **Say** node you'll find under the Advanced tab the **Skip when** field. In here you can configure a condition that evaluates to true when the tag Language: German (`language::de`) is not set.

<figure><img src="/files/FVFxhwjGux2CMK16097E" alt=""><figcaption><p>Example condition</p></figcaption></figure>

When running this flow you'll see that the message only appears when the user selects German as their preferred language.

<div align="left"><figure><img src="/files/I5Z6KrzXraSgFHZaq18F" alt=""><figcaption><p>Showing the text for german speakers</p></figcaption></figure> <figure><img src="/files/pmawn9V4QtGrV5DWwgrb" alt=""><figcaption><p>Skipping the text for german speakers</p></figcaption></figure></div>


---

# 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/advanced-topics/flow-topics/skipping-step-based-on-language-tag.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.
