# Create multi-language FAQs

Your store uses multiple languages, and you want the language of your FAQs to automatically adapt when users select one of the store's languages.

1. Create FAQ content in other languages ​​following these instructions: <https://faq-guide.ddshopapps.com/multi-main-faqs-page>
2. Creating a multi-languge FAQs Page

There are two ways to create a multilingual FAQs page:

2.1 Use the embedded code of all different language versions of FAQs to add them to the FAQ page content, FAQ app block. You can use embed code in text or HTML format. The app will automatically recognize the user's chosen language and load the corresponding FAQs content.

**App block**:&#x20;

This example uses HTML embed codes.

<figure><img src="/files/2xe7EYS0rAYwmNYxWZ3a" alt=""><figcaption></figcaption></figure>

**Page content**:

This example uses text embed codes.

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

2.2 Use a translation app: you need to get the embed-code of each language version and use it for the translation app.


---

# 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://faq-guide.ddshopapps.com/create-multi-language-faqs.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.
