> For the complete documentation index, see [llms.txt](https://docs.fullwhere.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullwhere.com/documentation/documentation-en/inbox/perform-bulk-actions.md).

# Perform bulk actions

The bulk actions feature in the Inbox lets you save time by applying the same action to multiple interactions at once.

## Selecting interactions <a href="#h_441f821522" id="h_441f821522"></a>

You can select interactions in several ways using the checkboxes located to the left of each row:

* Item by item: manually check the interactions you want to include.
* Page by page: check all interactions visible on the current page. It is possible to select multiple pages by navigating the pagination.
* All filtered items: when you select one or more interactions, you can select all interactions matching your current filters using the shortcut displayed below the filters.

## Available actions <a href="#h_03ddcd4535" id="h_03ddcd4535"></a>

Once your interactions are selected, several grouped actions are possible using the action bar located at the bottom of your screen:

* Assign: assign the interactions to one or more users. You choose the users to assign the selected interactions to. Note: users do not receive an email notification, unlike manual assignment performed from within an interaction.
* Archive: move interactions to the “Archived” view. From the “Archived” view, you can perform the reverse action to unarchive multiple interactions simultaneously.
* Mark as handled: mark interactions as handled.

{% hint style="warning" %}
⚠️ Bulk actions are limited to a maximum of 1,000 items.
{% 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.fullwhere.com/documentation/documentation-en/inbox/perform-bulk-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.
