> For the complete documentation index, see [llms.txt](https://faq-guide.ddshopapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq-guide.ddshopapps.com/create-multi-language-faqs.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://faq-guide.ddshopapps.com/create-multi-language-faqs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
