# How to?

### How to?

<details>

<summary>How to use multi-language on Navi+?</summary>

Navi+ fully supports multi-language in two parts:

**1) Use syntax to automatically display the correct language.**

For example, imagine you have a Navi+ Tabbar shown on your website with 3 languages: English (default), French, and Vietnamese. The short-code for French is `fr` and for Vietnamese is `vi`.

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

To display the menu item **Home** in the right language, use this syntax:

```
Home <fr: Maison> <vi: Trang chủ>
```

When your Tabbar is displayed, Navi+ will automatically check the current language.

* If the default is English, it shows **Home**.
* If French is selected, it shows **Maison**.
* If Vietnamese is selected, it shows **Trang chủ**.

This works for both **description** and **link-to** fields.

2\) Create a language switcher menu in Navi+

Navi+ supports a special syntax that lets you switch languages directly from your menu items.

* **Step 1:** (Optional) Add flag icons if you want. You can download flag icons from websites like [Flaticon](https://www.flaticon.com) (For example: <https://www.flaticon.com/authors/flags/rectangular?author_id=1&type=standard>).
* **Step 2:** Use the following syntax to switch languages:

```
open:ChangeLanguage(fr)
```

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

</details>


---

# 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://help.shopifas.com/manual/internal/share/pages/faq/how-to.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.
