# Searching and Filtering

While working in folders you will often encounter the situation where there are many more files displayed than the ones you actually want to work with. There are two main systems for reducing the number of files displayed to those you specifically want to target:

* Filtering is used to hide files from the current display of a folder - for example, you might hide all files ending in **.bak**, or filter the display to only show image files. You can filter the list in two ways - with the quick filter using the [Filter Bar](https://chaoses-ib.gitbook.io/directory-opus/manual/basic_concepts/searching_and_filtering/filter_bar), or with the various filter fields in the [Folder Options](https://github.com/Chaoses-Ib/DirectoryOpus/blob/main/Manual/basic_concepts/searching_and_filtering/folder_options/README.md) system. There are also some global filtering options on the [**Global Filters**](https://chaoses-ib.gitbook.io/directory-opus/manual/preferences/preferences_categories/filtering_and_sorting/global_filters) Preferences page that you can use to always hide particular files.
* Searching is used to locate files in and below the current folder - you might search for all MP3 files in the current folder or its sub-folders. The easiest way to search is with the indexed [Windows Search](https://chaoses-ib.gitbook.io/directory-opus/manual/basic_concepts/searching_and_filtering/windows_search) system, although you can also use the [Find Files](https://chaoses-ib.gitbook.io/directory-opus/manual/basic_concepts/searching_and_filtering/find_files) function to perform more structured searches.

The main difference between filtering and searching is that filtering operates on the current list of files and removes files from the display, whereas searching starts from the current location and builds a new list of files that match the supplied criteria.

More:\
[Filter Bar](https://chaoses-ib.gitbook.io/directory-opus/manual/basic_concepts/searching_and_filtering/filter_bar)\
[Show Everything](https://chaoses-ib.gitbook.io/directory-opus/manual/basic_concepts/searching_and_filtering/show_everything)\
[Toolbar Filter Fields](https://chaoses-ib.gitbook.io/directory-opus/manual/basic_concepts/searching_and_filtering/toolbar_filter_fields)\
[Quick Search](https://chaoses-ib.gitbook.io/directory-opus/manual/basic_concepts/searching_and_filtering/windows_search)\
[Find Files](https://chaoses-ib.gitbook.io/directory-opus/manual/basic_concepts/searching_and_filtering/find_files)


---

# 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://chaoses-ib.gitbook.io/directory-opus/manual/basic_concepts/searching_and_filtering.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.
