# Audiences

Audiences are basically groups of dynamically filtered users. By using audiences you can [target specific users](/broadcast/scheduling/basic-settings.md#audience) for a broadcast or show only [specific conversations](/conversations/filtering.md) in the [Conversation section](/basic-concepts/chatbot-details/chatbot-settings/conversation.md).

Audiences can be created inside the global audiences view under the broadcast section or when filtering conversations. Updates done from one side are reflected on the other.\
\
Audiences can be evaluated in near real-time while you build them by just clicking on the refresh button you can see on the bottom right of the Create Audience dialog.

![](/files/-LeSGPTYeggX1vAafHe7)

## Create Audience

### Name

This is the name of the audience. It can be anything you like.

### Only users that match

Using this dropdown you can choose if the current audience conditions are to be checked using AND (all conditions must be met) or OR (any condition can be met). More complex relations can also [be achieved](/broadcast/audiences.md#advanced-filters).

### Conditions

Using this grid you can add multiple conditions that will be matched against each user conversation variables or tag based on the previous logical option. The following fields are available:

| Field      | Description                                                                                           |
| ---------- | ----------------------------------------------------------------------------------------------------- |
| Tag        | Any [tag ](/actions-and-operations/variables-and-tags.md)assigned to the conversation                 |
| Variable   | Any [conversation variable ](/actions-and-operations/variables-and-tags.md)available to your chatbot. |
| First Seen | The time elapsed since the first contact with the user                                                |
| Last Seen  | The time elapsed since the last contact with the user                                                 |
| Audience   | Any other audience you've already created.                                                            |

## Advanced Filters

Each Audience can have only AND or OR matching for all fields but you can still create sub groups and complex filters by matching multiple audiences together.&#x20;

This is achieved by using the Audience condition as filter in another audience. The first audience will instance the second one as a filter and evaluate it to return a match or no match. \
You can then mix each match with other conditions.  Nested audiences can even reference other audiences up to 5 level of depth.


---

# Agent Instructions: 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:

```
GET https://docs10.xenioo.com/broadcast/audiences.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
