> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/cerby-web-app/activity/filter-events-on-the-activity-page.md).

# Filter events in the Activity page

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super** **Admins**, **Admins**, and **Users**
* Item **Owners**
* Only supported using the Cerby web app
  {% endhint %}

As an item **Owner**, you can view the activity on your items. As a workspace **Admin**, Super **Admin**, or **Owner**, you can view the activity on all the items across your Cerby workspace

To filter information on the **Activity** page, you must complete the following steps using the Cerby web app:

1. Log in to your corresponding[ Cerby](https://app.cerby.com/) workspace.
2. Select the **Activity** option from the left navigation drawer. The **Activity** page is displayed.
3. Apply any of the filters you want to use. They are located at the top of the view. The following are the available filters:
   * **Date range:** Select a time frame to filter events based on when they occurred.
   * **Custom:** Specify a custom date range.
   * **Today:** Display events from the current day.
   * **Last 7 days:** Display events from the past week.
   * **Last 30 days:** Display events from the last month.
   * **Last 3 months:** Display events within the last three months.
   * **Apps:** Select specific apps to view related events.
   * **Accounts:** Select specific accounts associated with the events.
   * **Users:** Select specific users to display events involving their activity.
   * **Event type:** Select a particular event type, such as login attempts, changes, or other activity types, to refine the results.


---

# 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://help.cerby.com/cerby-web-app/activity/filter-events-on-the-activity-page.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.
