> 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

Perform actions on thousands of objects with one click

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 add or remove days allowed

For form filters. Pick one or more days and choose whether you want to **add** or **remove** them. We apply that choice to every form in the result.

When you add a day that is already allowed on a form, we leave that form alone. The maximum number of people and vehicles for a day we add comes from the default days of the list.

{% hint style="danger" %}
Removing a day also removes the attendees and vehicles that were planned on that day. This is a powerful action, check your filter result before you run it.
{% endhint %}

#### Match day limits to content

For form filters. Every single form has a "match limits to content" button that sets the day limits to whatever the form actually contains. This action does exactly the same thing, but for every form in the filter result at once.

{% hint style="danger" %}
Days that end up with no attendees and no vehicles are removed completely. This is a powerful action, check your filter result before you run it.
{% endhint %}

#### 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 enable wristbands

For [wristband](/event/accreditation/wristbands.md) filters. We enable all the disabled wristbands in the result. Wristbands that are already enabled stay untouched.

{% hint style="warning" %}
If your event invalidates previous wristbands when a new one is created, a person can only have one active wristband. This action then enables only the most recently created wristband per person in the result.
{% endhint %}

#### Bulk email tickets

For attendee filters. We email their [ticket](/event/accreditation/lists/tickets.md) to every attendee in the result that has a valid email address and at least one day. Attendees that have already received their ticket email are skipped, and when several attendees of the same form share an email address, we only send one email. The emails are spread out over time, so a big batch can take a while.

{% hint style="danger" %}
Emails cannot be unsent, check your filter result before you run this action.
{% endhint %}

#### Bulk email parking cards

For vehicle filters. We email the [parking card](/event/accreditation/lists/parking-cards.md) to every vehicle in the result that has a valid email address and at least one day. Vehicles that have already received their parking card email are skipped, and when several vehicles of the same form share an email address, we only send one email. The emails are spread out over time, so a big batch can take a while.

{% hint style="danger" %}
Emails cannot be unsent, check your filter result before you run this action.
{% endhint %}

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