# Saved searches

Saved searches let you bookmark a combination of filters so you can return to them quickly without rebuilding the search each time.

## Saving a search

1. Apply your desired filters on the organization, people, or jobs search page
2. Click **Save Search** (or use the save icon in the search bar)
3. Name the search
4. The search is added to your saved searches list

## Accessing saved searches

Saved searches are available from the left sidebar under **Searches**, or directly at [sumble.com/searches](https://sumble.com/searches). Click any saved search to jump straight to the results with all filters applied.

## Managing saved searches

From the saved searches page you can:

* **Rename** a search to keep your list organized
* **Delete** a search you no longer need
* **Re-run** a search to see updated results with the latest data

Saved search results update automatically — the filters are saved, not the results, so you always see current data when you re-run a search.


---

# Agent Instructions: 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:

```
GET https://docs.sumble.com/web-application/saved-searches.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
