> For the complete documentation index, see [llms.txt](https://help.litcommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.litcommerce.com/feed-management/feed-basics-and-setup/feed-setup/feed-create-and-set-up-your-feed/feed-rules/feed-actions/feed-actions-append-value.md).

# Feed Actions: Append value

LitCommerce Feed Management offers multiple rules when setting up your feed, enabling you to locate, modify, and optimize your product data for the target platform.

This article introduces you to the “Append value” action.

## <mark style="color:$primary;">**Set up and apply**</mark>

For more details on how to set up and apply the rule, refer [HERE](https://litcommerce.gitbook.io/litcommerce-helpdesk/feed-management/feed-basics-and-setup/feed-setup/feed-create-and-set-up-your-feed/feed-rules).

## <mark style="color:$primary;">**How it works**</mark>

The “Append value” action appears under the Then, And, and Else-statements. It allows you to add extra text or numbers to the product attributes (such as titles, descriptions, and more) without altering the original data.

The added text will appear at the end of the original value.

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

{% hint style="success" %}
**You can insert separators (e.g., space, dash, comma) between values.**
{% endhint %}

This rule is ideal for adding more details, tailoring the content specifically for the platform.

**Example:** You would like to include more details in the product title using the existing data to improve search algorithms and click-through rates. The following action can be set:

Take “Product Title” and “append value” - “ - Best in Town”

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

This will add the text “ - Best in Town” to the titles of all target products, such as “Bee Cupcake produced by Crème Florale Co. - Best in Town”.

<div><figure><img src="/files/m1fYmj5DGZilY2S6QLSW" alt=""><figcaption></figcaption></figure> <figure><img src="/files/W1w8asueQFysMT0k1t9H" alt=""><figcaption></figcaption></figure></div>

If you have any questions, let us know via the Chat Box in the bottom-right corner of our Help Center.


---

# 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://help.litcommerce.com/feed-management/feed-basics-and-setup/feed-setup/feed-create-and-set-up-your-feed/feed-rules/feed-actions/feed-actions-append-value.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.
