> For the complete documentation index, see [llms.txt](https://shopvid.gitbook.io/shopvid-shoppable-video-reels/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shopvid.gitbook.io/shopvid-shoppable-video-reels/others/setting.md).

# Setting

Configure your Shopvid app to match your store's theme and language preferences. These settings help ensure video display correctly across your storefront and reach customers in their preferred language.

### General Settings

#### Selecting Your Theme

The theme setting determines how videos display on your storefront.

**To select a theme:**

1. Navigate to the **General** tab in Settings.
2. Click the **Theme** dropdown menu.
3. Select your store's active theme from the list (e.g., "Horizon").
4. The change applies automatically.

### Translation Settings

Make your videos accessible to customers worldwide by configuring language detection and adding translations.

#### Language Detection

Choose how Shopvid determines which language to display to your customers.

**To configure language detection:**

1. Navigate to the **Translation** tab in Settings.
2. Under **Detect language**, select one of two options:
   * **Browser's language**: Detects language based on customer's browser settings (recommended)
   * **Customer's IP**: Determines language based on customer's location

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

#### Adding Translated Languages

Shopvid supports multiple languages to help you reach international customers.

**To add a new language:**

1. In the **Translation** tab, click **Add language**.
2. A dropdown menu appears with several available languages
3. Select your desired language from the list.
4. Click **Add** to confirm.

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

#### Managing Translated Languages

After adding languages, they appear in your **Translated languages** section.

**To view or edit a language:**

1. Find the language in your **Translated languages** list.
2. Click **View** next to the language name.
3. Update translations for video elements like captions, buttons,....

**Default language:**

Your store's primary language appears as "Default language" and cannot be removed. This ensures shopvid always have a fallback language option.


---

# 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://shopvid.gitbook.io/shopvid-shoppable-video-reels/others/setting.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.
