> For the complete documentation index, see [llms.txt](https://docs.uppromote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uppromote.com/management/affiliate-registration-form/benefit-text-display.md).

# Benefit text display

**Benefit text** is a section on the registration form that shows affiliates some basic information relating to their benefits of joining your affiliate program.

<figure><img src="/files/4tipLa9Aiuzq4UwwKbM5" alt="benefit text display example"><figcaption></figcaption></figure>

To edit the **Benefits** section in the Affiliate registration form, go to **Display**> **Registration** > **Registration Page** > **Customize > Content > Benefits.**

If you have more than 1 program, remember to choose the program you want to edit the form of.

<figure><img src="/files/i7OZmFqKnH5japfUcVZW" alt="choose the program to edit form"><figcaption></figcaption></figure>

## 2. Title

Editing this field will change the title of the section.

<figure><img src="/files/YXtwX7IFGK8SUCWeREf2" alt="change the tittle of the section"><figcaption></figcaption></figure>

## 3. Colors

Customizing the colors can help the section stand out. You can click on the small square next to each element to change the color of the corresponding part.

<figure><img src="/files/50ozqQ7ZoXADPsi8XqDU" alt="change color element"><figcaption></figcaption></figure>

## 4. Contents

By default, the Benefits text contains information about [**Cookie days**](/settings/general-settings/cookie.md), **Commission structure**, **Commission amount,** and **Additional terms** (the description of your program).

<figure><img src="/files/b5VFvUzT85fx2lq8Hr8d" alt="change content of the benefit text as you wish"><figcaption></figcaption></figure>

You can add and change the information in the way you want to match with your program details.


---

# 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.uppromote.com/management/affiliate-registration-form/benefit-text-display.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.
