> For the complete documentation index, see [llms.txt](https://docs.fylr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fylr.io/for-users/quick-access/saved-searches-and-lists.md).

# Saved Searches (& Lists)

## Saved Searches

Unlike the collections, saved searches save the **search request** instead of specific records. Meaning, when opening a saved search a new search will be started and the search result can be different to the search result when saving the search.

Users with the system right "**Fixed saved searches for editors**" can access 3 pre-defined saved searches.

<table><thead><tr><th width="255.5">SAVED SEARCH</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>Created or updated today</td><td>Shows all records that were either created today or updated today by the logged in user.</td></tr><tr><td>Created today</td><td>Shows all records that were created today by the logged in user.</td></tr><tr><td>Updated today</td><td>Shows all records that were updated today by the logged in user.</td></tr></tbody></table>

Users with the system right "**Saved Searches**" can access their saved searches here. To save a search, use the **three dot menu** in the search, click "**Save search...**" and set a **name** for the search so you can identify the saved search later (duplicate names are allowed but not recommended). The **settings** from the "**Sources**" menu and the **search** **terms** in the search bar will be **saved**.

By clicking on the **saved search** in the quick access, a **search** with the same request will be **started** (the settings for the "Sources" and the search terms in the search bar will be restored). You can then **modify the search** by removing or adding search terms or filter the result.

Use the **right click** on a saved search to access the following **options**:

<table><thead><tr><th width="154.5">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>Share</td><td>Share the saved search with other users. For the settings please see the <a href="/pages/XT7bn3PvFH91J7mockT5#sharing">collection sharing options</a>.</td></tr><tr><td>Rename</td><td>Rename the saved search.</td></tr><tr><td>Delete</td><td>Delete the saved search.</td></tr></tbody></table>

## Lists

Lists, like keywords, persons or locations, can be added to the quick access by administrators ("Object Types" > "Show in Quick Access"). They will be shown as an **alphabetical list / hierarchy** with a count for each record. **Clicking** on a keyword for example will **start a search** and show all records of the main search that are **linked** to this keyword (subordinate records will be included). **Long** **lists** will automatically be **grouped** in chunks of **50 records**, showing the first and the last record of the chunk as a superordinate group.

{% hint style="info" %}
Lists will only be shown to users who have at least read permissions for the list.
{% endhint %}

Use the **right click** on a record in the list to access the following **options**:

<table><thead><tr><th width="199.5">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>Quick View</td><td>Opens a popover with details of the record.</td></tr><tr><td>Use in Search</td><td>Beams the record in the search bar and starts a search for all records that link to this one. Same as clicking on the record in the quick access.</td></tr><tr><td>Show in Detail</td><td>Opens the details of the record in the detail view on the right.</td></tr></tbody></table>


---

# 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.fylr.io/for-users/quick-access/saved-searches-and-lists.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.
