> For the complete documentation index, see [llms.txt](https://coldbox-validation.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coldbox-validation.ortusbooks.com/v3.x-1/readme.md).

# Introduction

This module is a server side rules validation engine that can provide you with a unified approach to object, struct and form validation. You can construct validation constraint rules and then tell the engine to validate them accordingly. You can also create validation profiles to create a more complex validation schema for fields.

## System Requirements

* Lucee 5+
* ColdFusion 2016+

## Introduction

ColdBox validation is based on a way to declaratively specify validation rules for **properties** or **fields** in an object or form. The **constraints** can exist inside of the target object or you can define object and form constraints in your ColdBox [configuration file](/v3.x-1/overview/declaring-constraints/configuration-file.md) so you can reuse validation constraints or as we call them: **shared constraints**. You can also create validation constraints on the fly or store them pretty much anywhere you like.

You can then use 2 simple validation methods and report on the results: `validate(), validateOrFail()`

## Professional Open Source

![Ortus Solutions, Corp](/files/-LWbz0FwX9mtBeSrsDFI)

The ColdBox ORM Module is a professional open source software backed by [Ortus Solutions, Corp](https://www.ortussolutions.com/) offering services like:

* Custom Development
* Professional Support & Mentoring
* Training
* Server Tuning
* Security Hardening
* Code Reviews
* [Much More](https://www.ortussolutions.com/)

## Discussion & Help

The Box Products discussion group and community can be found here:&#x20;

[https://community.ortussolutions.com/c/communities](https://community.ortussolutions.com/c/communities/contentbox/15)

### HONOR GOES TO GOD ABOVE ALL

Because of His grace, this project exists. If you don't like this, then don't read it, it's not for you.

> "Therefore being justified by **faith**, we have peace with God through our Lord Jesus Christ: By whom also we have access by **faith** into this **grace** wherein we stand, and rejoice in hope of the glory of God." Romans 5:5


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://coldbox-validation.ortusbooks.com/v3.x-1/readme.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.
