> For the complete documentation index, see [llms.txt](https://help.inveterate.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inveterate.com/help-center/guides/program-setup/landing-page/configuring-the-landing-page/benefits.md).

# Benefits

**Content**&#x20;

You are able to edit the title for the benefits module.  The title should be an overview of what benefits are included with a membership.

Below the title you will see a list of membership benefits, organized by each individual tier.  Ones you have configured and enabled will be visible on your landing page.

You can click into each benefit in this menu to edit the title, description and icon.

On the landing page, users will be able to click on the title of each tier and see each one's specific benefits.

**Design**

1. Select a background color for the benefits module.  This color will appear behind all of your icons and text.
2. Select your text color.  Make sure this color is legible against your background color.

#### Download the PDF below for step-by-step instructions

{% file src="/files/soUKZAQqS9S1XhUaBvxJ" %}

{% embed url="<https://youtu.be/zbo8ws_0VzM>" %}


---

# 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.inveterate.com/help-center/guides/program-setup/landing-page/configuring-the-landing-page/benefits.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.
