> For the complete documentation index, see [llms.txt](https://pipeline.groupthought.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pipeline.groupthought.com/faq/frequently-asked-questions/default-theme-content.md).

# Default theme content

The Default theme content or sometimes referred to as the Language Editor is where you can modify the default wording or text used in Pipeline. For example, you can change buttons like "Add to Cart" or "Quick View", form fields, and accessibility labels.&#x20;

## How to

* Use the ellipsis (three dots) at the top of the Theme Editor to view the dropdown menu
* Choose "Edit default theme content":

<figure><img src="/files/l9rBBif9oQfsy3aPaoCb" alt="" width="188"><figcaption></figcaption></figure>

### Filter

Use the filter search tool at the top to quickly find words or content to change:

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

### Tabs

The content has been categorized for easy access. Use the Tab bar to view content based on its category:

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

### Content

After choosing a tab, you can view the content within that category. You can modify the theme text in these fields:

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

After making changes, use the **Save** button to complete.&#x20;

#### Example

Change the Cart upsell promotion heading:

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

Shopify has additional documentation on this feature:

{% embed url="<https://help.shopify.com/en/manual/online-store/themes/customizing-themes/language/change-wording>" %}


---

# 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://pipeline.groupthought.com/faq/frequently-asked-questions/default-theme-content.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.
