# Getting Started

**DynamicWhere.ex** is a powerful and versatile library for dynamically creating complex filter expressions in Entity Framework Core applications. This library enhances your EF Core queries by providing support for creating dynamic filters using objects, making it easier to generate complex queries for your data.

With **DynamicWhere.ex**, you can easily define and apply conditions, logical connectors, and intersections to filter data from your database. It offers a flexible way to construct dynamic filter expressions for various data types, including text, numbers, booleans, and date-time values, using a wide range of logical operators.

## Installation

You can install the library via [NuGet](https://www.nuget.org/packages/DynamicWhere.ex/). Run the following command in your project's NuGet Package Manager console:

```bash
Install-Package DynamicWhere.ex
```

## License

This library is released under a free and open-source license, allowing you to use it in your projects without restrictions.

## Credits

This extension is built upon the foundation of [System.Linq.Dynamic.Core](https://github.com/StefH/System.Linq.Dynamic.Core), and we extend our appreciation to the authors and contributors of the original library for their valuable work.


---

# 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.dynamicwhere.com/getting-started.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.
