> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Field verification request

> Decide which fields skip context verification with the Field verification request script, run for every field before it is submitted for checking.

## What it does

This script allows you to specify which fields will not be submitted to the context verification. Can be used to verify different fields at different processing stages.

The input parameters for the script are a field and a document.

## When it is launched

The script is applied to all fields before they are submitted to the context verification. For the fields which skip the context verification, the script is not executed.

## Parameters

| **Name**         | **Type**                                                       | **Access** | **Description**                                                                                     |
| ---------------- | -------------------------------------------------------------- | ---------- | --------------------------------------------------------------------------------------------------- |
| Document         | [IDocument](/flexi-capture/appendix/scripts/idocument)         | Read-only  | The document that contains the field                                                                |
| Field            | [IField](/flexi-capture/appendix/scripts/ifield)               | Read-only  | The field being checked                                                                             |
| NeedVerification | [IBoxedBoolean](/flexi-capture/appendix/scripts/iboxedboolean) | Read/write | Specifies whether to verify the field. If the value is set to **false**, the field is not verified. |
