# IQL Search

IQL is a powerful and flexible query language designed to help users easily retrieve, manipulate, and analyze data from various sources in a structured way. It combines the simplicity of traditional query languages like SQL with advanced features, offering intelligent capabilities that enhance query efficiency and deliver deeper data insights.

With IQL, users can define sophisticated filters and conditions to narrow down results. It supports pattern matching, range searches, and custom expressions, making data retrieval more precise and effective.

### How to Use IQL

To use **IQL** (Intelligent Query Language), follow this format:

* On the left, specify a **Search Index** (e.g., Coordinator, Priority, Created).
* In the middle, choose an **Operator** (e.g., =, !=, Like, In).
* On the right, enter a **Value** or use a **Keyword** (e.g., "Eutech", CurrentUser, CurrentMember, StartOfMonth).

<figure><img src="/files/hQ0vFngA5llv0skt1etA" alt=""><figcaption><p>IQL Search Page</p></figcaption></figure>

Conditions can also be combined using **AND** or **OR** operators, allowing you to build more complex queries.

<figure><img src="/files/SHCQ69BTAHK0JSVQ0e7k" alt=""><figcaption><p>Complex IQL</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://help.iviva.com/dx-platform/iviva.dx-platform/search-transactions/iql-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.
