# Adapting your theme

{% hint style="danger" %} <mark style="color:red;">Theme retirement</mark> | Context is no longer available on the Shopify theme store. **Theme support and updates for current users will end after May 18, 2024**. [Learn more here](/context/readme/theme-retirement.md).
{% endhint %}

With a few features offered by Shopify, you can take full control of the content on your store. Learn how to **localize your theme content for multiple markets and languages**, and **display dynamic content for specific products and pages on your store**.

### Edit default theme content

The **Default theme content editor** lets you edit your general theme content in a single language. See our guide to [Edit default theme content](/context/general/adapting-your-theme/edit-default-theme-content.md).

### **Add dynamic content (metafields)**

You can display specialized content for specific products, pages, and other parts of your store by adding [dynamic content with metafields](/context/general/adapting-your-theme/dynamic-content-with-metafields.md).

### **Sell in multiple languages**

You can translate your store and theme content so customers can shop in their preferred language. See our guide for [Selling in multiple languages](/context/general/adapting-your-theme/multiple-languages.md).

### **Show unique content for different markets**

With Shopify's **Contexts** and **Translate & Adapt** app, you can create custom content for specific markets. Learn more in our guide to [Create custom content for a market](https://help.shopify.com/en/manual/markets/languages/translate-adapt-app#create-custom-content-for-a-market).


---

# 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.fluorescent.co/context/general/adapting-your-theme.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.
