# Searchbar

Our searchbar is distributed over all modules in our platform. It is used in the host and endpoint overview, but also in audit reports, alerts and many other places. It always works according to the same principle, which combines a filter and search function.

So you can quickly find the desired entries no matter where.

## Filter Results

![](https://gblobscdn.gitbook.com/assets%2F-LTMe1v0eboWCAUTQHbT%2F-M72l0t5TrFnQ2iyv8ms%2F-M72lC46vazHWyG52mOO%2FSearchbar_Filter_750px.gif?alt=media\&token=a4977b81-0cb0-4a28-afdf-77800141886a)

Every place in the Enginsight platform where you find the searchbar is equipped with filters for the respective purpose. For example, your hosts can be filtered according to the installed operating system or whether they are currently accessible. In the audit reports of the pentetration test, you can filter by category and urgency. You can also filter assets (hosts, endpoints, inventory) according to the tags you have assigned.

The different filters offered can be combined. For example, you can filter for enabled hosts with a specific operating system. Or in a pentest-audit for critical vulnerabilities in the category "Encryption".

Just click into the searchbar. A drop-down menu will show you the corresponding filters.

## Custom Search

![](https://gblobscdn.gitbook.com/assets%2F-LTMe1v0eboWCAUTQHbT%2F-M72l0t5TrFnQ2iyv8ms%2F-M72lFNmr5LGDRWuPnrc%2FSearchbar_Custom_750px.gif?alt=media\&token=6067d17f-08f2-40ae-8138-d83a5c356800)

In addition to the filters we have entered, you can also use the search bar to start a search for keywords you have chosen yourself. We call this a 'Custom Search'.

Just click in the search field and start typing. Confirm your input with the Enter key.

Custom search and filter can of course be used simultaneously. Restrict the selection with a filter first and search this selection again with your own keyword.


---

# 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.enginsight.com/docs/manual/english/operation/platform/searchbar.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.
