# Sep 2024

## **Advanced Query mode for complex queries on logs**

**Release Date**: Sep 10, 2024

**Affected Sections**: Logs

**Advanced Query** is the newest addition to our search and filter capabilities, that allows you to perform even more powerful and complex searches on all your **Logs**.

Building on the strength of our **Query Builder**, which already supports key-value pair searches and free text search, combined with our filters menu, **Advanced Query** introduces a range of advanced operators and nested condition support. This enables you to refine your search queries with greater precision, whether you’re looking for specific log entries or trying to extract insights from complex data sets.

#### Key Features of Advanced Query:

* **Complex querying**: Use logical operators such as `OR`, `AND`, and `NOT` to build complex queries.
* **Nested conditions**: Perform searches that include multiple conditions within conditions for fine-tuned results.
* **Advanced syntax**: Leverage powerful search syntax for numeric comparisons, wildcards, phrase searches, and attribute-based searches.
* **Precision filtering**: Narrow your search by exact matches, partial matches, and exclusions, empowering you to find exactly what you need quickly.

You can easily switch between **Query Builder** and **Advanced Query** by using the button on the right of the search bar.

Whether you're analyzing application logs, debugging issues, or monitoring performance, our enhanced search capabilities provide the flexibility you need to dive deep into your data.

**Learn more about all new querying capabilities in our** [**Search & Filter**](/use-groundcover/search-and-filter.md) **section.**

<figure><img src="/files/8Jyw6kqAlKKSagavIQZQ" alt=""><figcaption></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.groundcover.com/product-updates/earlier-updates/2024/sep-2024.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.
