> For the complete documentation index, see [llms.txt](https://docs.flashsearch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flashsearch.io/layout/customization/customize/general.md).

# General

### 1. Product label

Product labels are label for products like **New**, **Sale** or **Sold out**. It shows the user the status of products.

To open Product label, go to customize your theme -> **General -> Product label**.

![](/files/1fFYQrDK4eAM8raNw2kc)

#### 1.1. Look and feel

**Sale label:** This label will appear on products that are **on sale**. You can change type, background color and text color for it.

![](/files/eyMAzf0br0wxNRt107I3)

*Result on live collection page:*

![](/files/q8XKxERafv1s8IdG4u4n)

**Sold out label:** This label will appear for products that are **out of stock.** You can change background and color for this label.

![](/files/nIQXs3DLgtpGxr70dEQW)

**New label:** It will show with new products. But with Flash Search, you can set the new label to show for products created after how many days.

![](/files/XrFnK1jLEViVAZwTmlq9)

#### 1.2. Translations

You can change all labels to your language here.

![](/files/KsmFXCU1XHEqJofo3VzR)

### 2. Price

#### 2.1. Look and feel

**Price varies format:** There are two types for price, a type of **lowest price - highest price** and other one is **From lowest price**.

![](/files/fuNNXoZogJgaL0mPazJF)

**Price color:** You can change color for original, discounted and compare price.

![](/files/ie2YONCbU5hNliIZZH2z)

#### 2.2. Translations

Under Translations tab, you can change the price varies text.

![](/files/tum5RTFXFUfdajJK7zF8)


---

# 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://docs.flashsearch.io/layout/customization/customize/general.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.
