# 3.5 Complex Queries

Catering to a wide range of databases, Inery provides a rich set of complex queries to retrieve documents satisfying particular conditions. Using Inery’s robust query mechanism for complex searches to filter the search as per particular conditions, a user can retrieve the necessary information.

Whilst providing CRUD functionality, it allows for all common queries (Advanced Filter/Sort, Select, Parameter, Summary, AutoLookup, and Action Queries) and provides the ability for creating and manipulating non-relational databases. This facilitates flexibility, since the developer using Inery can implement its usage and create a logic that uses its features to create a relational database structure.


---

# 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://inery.gitbook.io/whitepaper/inery-whitepaper/3.0-features-of-inery/3.5-complex-queries.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.
