# Members

From this board, you can invite new members and keep track of their status. Once the member joins your spot, you will also find the information they entered in their registration form displayed on the board.

## Filters&#x20;

You can filter the data in the audience table. This will make it easier for you to perform actions such as sending a bulk message to a certain type of member, deleting invitations or deactivating members. To filter the audience table:&#x20;

* Click on the `Filters` button above the table.&#x20;
* A modal opens.

<figure><img src="/files/6NV0lYlfQiebxqiJyxeo" alt=""><figcaption></figcaption></figure>

In this box, you can select the column to which you wish to apply the filter. Then choose the operator (`contains`, `is equal`, etc.) and the value you wish to filter on.&#x20;

You can add further criteria by clicking on `Add filter`. The operator between the two filters is `AND`. In other words, your table will contain only those members that meet both the first filter's criterion **and** the second filter's criterion.&#x20;

You can delete a filter by clicking on the cross to the left of the filter.&#x20;

{% hint style="info" %}
By default, the audience table is filtered and displays only members with an `Accepted`, `Invited`, `Pending` or `Declined` status.
{% endhint %}


---

# 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://help.meltingspot.io/english/manage-spot/audience/members.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.
