# Saved searches

### View saved searches

Saved searches are shown directly in the saved searches sidebar.

### Find saved search

1. Click the 'Search for'-bar
2. Type value to search for

### Apply saved search filter

Click the saved search you want to apply.

### Edit saved search

1. Right-click the saved search you want to edit
2. Choose "Edit search query"
3. Modify search query
4. Click "Save query"

{% hint style="info" %}
**Tip** Read more about using the advanced filter here: [How to search efficiently](/tutorials/guides/how-to-search-efficiently.md#advanced-filter)
{% endhint %}

### Rename saved search

1. Right-click the saved search you want to rename
2. Choose "Rename"
3. Set name

### Delete saved search

1. Right-click the saved search you want to delete
2. Choose "Delete"
3. Confirm deletion

### Enable saved search for timeline widget

1. Right-click the saved search you want to enable
2. Choose "Enable for timeline widget"

### Create folder

1. Click "Options"-icon
2. Choose "Create folder"
3. Set name

### Create subfolder

1. Right-click folder
2. Choose "Create sub folder"
3. Set name

### Rename folder

1. Right-click folder
2. Choose "Rename"
3. Set name

### Delete folder

1. Right-click folder
2. Choose "Delete"
3. Confirm deletion


---

# 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.struct.com/reference/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.
