# Advanced Search

The Advanced Search feature allows users to create complex search queries to refine their search results. This functionality is accessible by clicking the filter icon in the search box. It provides options to use logical operators such as AND, OR, and grouping for advanced query building.

<figure><img src="/files/V6OYrQZVZffxEgGedM1l" alt=""><figcaption><p>Advance Search Modal</p></figcaption></figure>

The Advanced Search feature not only allows users to create complex queries but also provides the functionality to save these queries for later use. Users can access their saved queries directly from the input field in the Advanced Search dialog box.

<figure><img src="/files/1cpQmfUkGh8OMIo6F88Q" alt=""><figcaption><p>Accessing Saved Queries</p></figcaption></figure>


---

# 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.apica.io/fleet-management/advanced-search.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.
