> For the complete documentation index, see [llms.txt](https://kbase.whitelabel-loyalty.com/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/audiences/audience-tutorials/create-audiences-based-on-user-profile-information/create-a-user-age-audience.md).

# Create a user age audience

## Introduction

Creating audiences related to age can be a good way of limiting access to content designed for an older audience. You could also use it for simple A/B testing of rewards targeting a specific age demographic. See the [Reward availability](/product/loyalty-engine/rewards-and-points/rewards/reward-availability.md) article for more information.

***

## Configuration

### Users over a certain age

1. Navigate to Users > Audiences and then click 'Create' in the top right corner.
2. Give the audience a name and description. Turn on AUDIENCE\_JOINED and AUDIENCE\_LEFT events if needed. Set the refresh rate to 'Daily'.
3. Move to the criteria tab. The criteria should be;
   * Age is equal to or greater than 18
4. Click save.

### Users in an age range

1. Navigate to Users > Audiences and then click 'Create' in the top right corner.
2. Give the audience a name and description. Turn on `AUDIENCE_JOINED` and `AUDIENCE_LEFT` events if needed. Set the refresh rate to 'Daily'.
3. Move to the criteria tab. The criteria should be;
   * Age between from 18 to 34
4. Click save.

***

## Tips

* Age is calculated using the date of birth that the user enters. As this can be changed by the end-user in their profile. Keep this in mind when locking any age restricted content.
* It's possible to use this audience to lock access to the Loyalty Mobile App or Loyalty Microsite entirely. See the [Loyalty Mobile App](/product/interfaces/white-label-interfaces/loyalty-mobile-app.md) and [Loyalty Microsite](/product/interfaces/white-label-interfaces/loyalty-microsite.md) articles for more information.


---

# 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://kbase.whitelabel-loyalty.com/product/loyalty-engine/audiences/audience-tutorials/create-audiences-based-on-user-profile-information/create-a-user-age-audience.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.
