> For the complete documentation index, see [llms.txt](https://docs.bfore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bfore.ai/docs/console/filters-search-and-exports.md).

# Filters, search, and exports

The list pages share a common set of controls.

## Search

Type your query in the search box and press **Enter**. The placeholder tells you what the page searches (asset names, attack URLs, and so on).

## Date range picker

Click the date range button to choose a period. Presets with keyboard shortcuts:

| Preset                 | Shortcut |
| ---------------------- | -------- |
| Today                  | T        |
| Last 7 days            | W        |
| Last 30 days (default) | M        |
| Month to date          | D        |
| Last 2 months          | 2        |
| Last 3 months          | 3        |
| Last 6 months          | 6        |
| Year to date           | Y        |

For a custom range, click a start day and an end day in the calendar, then **Apply** (Enter applies, Esc cancels). Your selection is remembered across sessions.

{% hint style="info" %}
The console remembers the date range you last used. Picking a consistent review window, for example the last 7 days, checked at the same time each day, is the simplest way to make sure nothing sits unreviewed.
{% endhint %}

### Search overrides the date range on some pages

On the **Takedowns** and **Disrupted attacks** pages, entering a search term automatically searches across all time, regardless of the date range you have selected. While a search is active:

* The date range button changes to show **All time** and becomes disabled.
* Hovering over or focusing the button displays the message: "Search results ignore the date range filter and include matches from all time".
* The date range picker cannot be opened until you clear the search.

Once you clear the search term and press **Enter**, the date range picker returns to your previously selected range.

Other list pages keep the date range filter active while searching.

## Sorting and pagination

Most lists offer an **Order by** dropdown (newest or oldest first) and a **Page size** of 20, 50, or 100 items. The footer shows the total result count and page numbers.

## Filters in the URL

Active filters are reflected in the page URL, so you can bookmark a filtered view or share it with a teammate.

## CSV exports

The **CSV** button downloads the current list with your filters applied, showing progress while it runs. Exports are limited to 10,000 results - narrow your filters if you hit the limit.

The attack detail page additionally offers an **Export as…** menu with CSV, JSON, a printable PDF, and a copy-link option.

## Notifications

Actions confirm with a notification in the top right corner (success, info, warning, or error). Notifications dismiss themselves after a few seconds.


---

# 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.bfore.ai/docs/console/filters-search-and-exports.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.
