> For the complete documentation index, see [llms.txt](https://duos-b2b-documentation.gitbook.io/duos-b2b-wholesale/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://duos-b2b-documentation.gitbook.io/duos-b2b-wholesale/markdown.md).

# Content & Translations

The Content & Translation feature in Duos B2B is the key to creating a personalized and globally accessible experience for B2B customers. Tailor the app to perfectly match brand and reach clients worldwide by customizing text and providing accurate translations.

**Key** **features**:

* **Customize content**: Edit the app's default text, messages, and banner displays to align with merchant's brand voice and communication style. Create a unique and consistent experience for B2B buyers.
* **Translate for global reach**: Provide a seamless experience for international customers with accurate translations. The app automatically syncs with store's existing language.
* **Modify content by language**: Fine-tune messaging for specific regions. Customize content for each language to resonate with each language available in the store.

#### How it works:

The Content & Translation feature is divided into two primary fuctions: Content and Translations.

### **1. Content**

This function allows merchants to **modify the default text** elements displayed throughout the Duos B2B app features within merchant store. Think of it as a way to fine-tune the *wording* to better suit merchant brand and target audience.

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

* Within the Duos B2B app, navigate to *Translations* page from navigation menu
* Choose the editing mode on the top right as **Default text**
* Browse the list of customizable text elements for each available function. These may include titles, subtitles, button labels, confirmation/error messages, or even the text displayed in banners.
* Click on the text element merchants wish to modify. Enter desired text into the provided field.
* Once you are satisfied with your modifications, click *Save* to apply the new text.

### **2. Translations**

This section ensures that B2B clients experience the app in their preferred language. It syncs with Shopify store's language, allowing merchants to manage translations and localize the app's content effectively.

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

* Within the Duos B2B app, navigate to *Translations* page from navigation menu
* Choose the editing mode on the top right as **Translations**
* Choose the language merchants wish to translate the app into from the dropdown menu. The available languages will reflect the languages configured in Shopify store settings.
* For each text element, enter the appropriate translation into the provided field.
* Once you have completed the translations, click *Save*. The translated content will be displayed to users browsing store in the selected language.

{% hint style="info" %}
If you add a new language to your store, be sure to add the corresponding translations within the Duos B2B app.
{% endhint %}


---

# 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://duos-b2b-documentation.gitbook.io/duos-b2b-wholesale/markdown.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.
