# Actions

The actions button of a filter will open up a page with a bunch of actions you can do on the resulting objects of that filter (members, ...).

### Export to CSV

This allows you to export the resulting data to a CSV file. Once you selected this option you are presented with a list of what datapoints you can select on the resulting objects. Select the columns you need and click the "Start" button at the bottom of the page.

The platform will send you an email with a link to the CSV file once it's ready.

### Bulk tag / untag

This action will tag or untag all resulting objects once. On the next page you can select the tag you want to use.

{% hint style="info" %}
This is an action that is ran once. Do not confuse this with an [automated](/event/general/tags.md) tag. Automated tags keep updating for you.
{% endhint %}

### Bulk assign / unassign rewards

This action will assign or unassign rewards to or from the resulting objects once. On the next page you can select the reward you want to use.

{% hint style="info" %}
This is an action that is ran once. Do not confuse this with an [automated](/event/general/rewards.md) reward. Automated rewards keep updating for you.
{% endhint %}

### Bulk give / ungive rewards

Same as the previous action, only now giving or ungiving (taking back) rewards.

### Bulk lock / unlock

For members you can use this action to bulk [lock or unlock](/event/planning/members/details.md) their memberships.

### Bulk request double confirmation of work schedule

For members you can use this action to request planning [double confirmation](/event/planning/settings/members/double-confirmation.md) in bulk.

### Bulk open or close double confirmation pages

Use this to open or close those double confirmation pages for many people in 1 click.

### Bulk approve / reset double confirmation

The title says what it does :)

### Bulk assign food or beverage

Assign [meals and drinks](/event/general/food-and-beverages.md) to people by the thousands at once.

### Bulk (de)assign zones

You can assign [zones](/event/accreditation/zones.md) to members. Use this action to do it in bulk.

### Bulk add or remove visiting days

The resulting objects in this filter have visiting days. Use this action to add or remove visiting days in bulk.

### Bulk disable wristbands

Bulk disable all the wristbands of the resulting people.

### Bulk download planning XLSX

This generates a big XLS file containing planning information and the people in it.

{% hint style="info" %}
Depending on your selections, there are more options on the platform.
{% 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://docs.eventication.com/event/general/filters/actions.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.
