# 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="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2FrjxYa5DSCw82R19oeVab%2Fimage.png?alt=media&#x26;token=dd4e0557-5201-47d6-9653-86caaffb3ea7" 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="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2FkFJkT56YWtOM0tl5AQa8%2Fimage.png?alt=media&#x26;token=001cb77c-38d5-45f7-a409-74276daaf263" 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="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2FlNnzUFnkuLb7DkNnqvpb%2Fgerman.jpg?alt=media&#x26;token=fd5906ad-d427-4ada-9ca4-c19ae0878a9a" alt=""><figcaption><p>Showing the text for german speakers</p></figcaption></figure> <figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2FWjOOlnZlrEhsImgV7YVu%2Fenglish.jpg?alt=media&#x26;token=b7024410-65dc-442d-8383-55d1d7c68738" alt=""><figcaption><p>Skipping the text for german speakers</p></figcaption></figure></div>
