> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cysmiq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Use saved filters

> Save, organize, and quickly access commonly used vulnerability filters.

## Overview

Saved filters let you quickly access commonly used filter combinations on the Vulnerabilities page. You can save custom filters, add filters to your favorites for quick access, and use built-in system filters for common workflows.

## System filters

Cysmiq includes built-in system filters for common vulnerability views:

* **Assigned to me**: Vulnerabilities assigned to your account
* **Exploitable**: Confirmed exploitable vulnerabilities
* **High Priority**: Critical and high severity vulnerabilities
* **Open & In Progress**: Vulnerabilities in active lifecycle stages

## Save a custom filter

<Steps>
  <Step title="Apply filters">
    On the Vulnerabilities page, use the filter button to add one or more filters. You can combine multiple filter types such as CWE, Organization, Severity, or Type.

    <Frame caption="Click the filter button to see available filter options.">
      <img src="https://mintcdn.com/cysmiq/b1Lbo3Hes6--JS1V/images/guides/saved-filters/saved-filters-02-filter-menu.webp?fit=max&auto=format&n=b1Lbo3Hes6--JS1V&q=85&s=105ae859d90d83f33c33a5f024641c44" alt="Filter menu showing available filter options including CWE, Organization, Severity, and more." width="2880" height="2160" data-path="images/guides/saved-filters/saved-filters-02-filter-menu.webp" />
    </Frame>

    For example, to filter for all SQL Injection vulnerabilities in a specific organization:

    1. Select **CWE** from the filter menu
    2. Search for "89" and select **CWE-89: SQL Injection**
    3. Select **Organization** and choose your target organization

    <Frame caption="Filter dropdown showing CWE search with SQL Injection selected.">
      <img src="https://mintcdn.com/cysmiq/b1Lbo3Hes6--JS1V/images/guides/saved-filters/saved-filters-03-cwe-dropdown.webp?fit=max&auto=format&n=b1Lbo3Hes6--JS1V&q=85&s=3b0f0380bfc87a30f061e9289f7ba23a" alt="CWE filter dropdown with search showing CWE-89 SQL Injection option." width="2880" height="2160" data-path="images/guides/saved-filters/saved-filters-03-cwe-dropdown.webp" />
    </Frame>
  </Step>

  <Step title="Review filtered results">
    After applying filters, the vulnerability list updates to show only matching results. Active filters appear as pills in the filter bar.

    <Frame caption="Filtered results showing only SQL Injection vulnerabilities for the selected organization.">
      <img src="https://mintcdn.com/cysmiq/b1Lbo3Hes6--JS1V/images/guides/saved-filters/saved-filters-04-filtered-results.webp?fit=max&auto=format&n=b1Lbo3Hes6--JS1V&q=85&s=2a97322d8e26e79213e8641117000dc4" alt="Vulnerability list filtered to show SQL Injection vulnerabilities with filter pills visible." width="2880" height="2160" data-path="images/guides/saved-filters/saved-filters-04-filtered-results.webp" />
    </Frame>
  </Step>

  <Step title="Save the filter">
    Select **Save Filters** to open the save dialog. Enter a descriptive name for your filter.

    <Frame caption="Save filter dialog with name field and public option.">
      <img src="https://mintcdn.com/cysmiq/b1Lbo3Hes6--JS1V/images/guides/saved-filters/saved-filters-05-save-dialog.webp?fit=max&auto=format&n=b1Lbo3Hes6--JS1V&q=85&s=5a44632236a0ba56e769e4389e5dcd74" alt="Save Filter dialog with a text field for filter name and checkbox for making it public." width="2880" height="2160" data-path="images/guides/saved-filters/saved-filters-05-save-dialog.webp" />
    </Frame>

    * **Filter Name**: A descriptive name to identify this filter combination
    * **Make this filter public**: When enabled, all workspace members can see and use this filter

    Select **Save Filter** to save.
  </Step>
</Steps>

## Access saved filters

Select **Saved** in the filter bar to view your saved filters. Filters are organized into two sections:

* **System Filters**: Built-in filters provided by Cysmiq
* **My Filters**: Custom filters you have created

<Frame caption="Saved filters panel showing system filters and custom filters.">
  <img src="https://mintcdn.com/cysmiq/b1Lbo3Hes6--JS1V/images/guides/saved-filters/saved-filters-07-saved-panel.webp?fit=max&auto=format&n=b1Lbo3Hes6--JS1V&q=85&s=31a7f5a9260cc39b07e2ce420a094029" alt="Saved filters dropdown showing System Filters section with Assigned to me, Exploitable, High Priority, and Open and In Progress, plus My Filters section with custom SQL Injection filter." width="2880" height="2160" data-path="images/guides/saved-filters/saved-filters-07-saved-panel.webp" />
</Frame>

Select any filter to apply it immediately.

## Favorite filters

Add frequently used filters to your favorites by clicking the star icon next to any filter. Favorited filters display a filled star for quick identification and appear in the **Favorites** section of the sidebar for one-click access.

<Frame caption="High Priority filter starred as a favorite, shown both in the Saved panel and the sidebar Favorites section.">
  <img src="https://mintcdn.com/cysmiq/b1Lbo3Hes6--JS1V/images/guides/saved-filters/saved-filters-08-starred.webp?fit=max&auto=format&n=b1Lbo3Hes6--JS1V&q=85&s=8c19b29baee0e10a893efcda5b71453c" alt="Saved filters panel with High Priority filter showing a filled star, and the sidebar showing the Favorites section with the same filter for quick access." width="2880" height="2160" data-path="images/guides/saved-filters/saved-filters-08-starred.webp" />
</Frame>

To remove a filter from favorites, click the star icon again.

## Delete a custom filter

To delete a custom filter you created, open the Saved filters panel and select the trash icon next to the filter name. System filters cannot be deleted.

## Tips

* Use specific names that describe both the filter criteria and purpose, such as "SQL Injection - Production Apps"
* Combine multiple filter types to create focused views for your workflow
* Share useful filters with your team by enabling the public option when saving
