> For the complete documentation index, see [llms.txt](https://docs.eventication.com/event/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventication.com/event/general/filters/actions.md).

# 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.

**Presets**

You can save your column selection as a named **preset** so you don't have to re-select all columns the next time you export.

When you open the export column selector, you will see a list of saved presets at the top. Selecting a preset loads all its columns in one click. You can also save the current column selection as a new preset.

Presets can be **personal** (only visible to you) or **shared** (visible to all moderators working on the same event or within your organisation, depending on where the preset was created).

#### 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 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 their memberships.

#### Bulk request double confirmation of work schedule

For members you can use this action to request planning double confirmation 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 to people by the thousands at once.

#### Bulk (de)assign zones

You can assign zones 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. This action is available for both people and vehicle filters.

#### Bulk change custom parking zone

For vehicle filters, pick a parking zone and we'll set it as the custom parking zone of all results in one click. Pick the remove option to clear the custom parking zone of all results instead.

#### Bulk change custom parking card configuration

For vehicle filters, pick a parking card configuration and we'll set it as the custom parking card configuration of all results in one click. Pick the remove option to clear it instead.

#### 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
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://docs.eventication.com/event/general/filters/actions.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.
