# Post Processing

You can set up custom post-processing rules that run once the extracted document data is ready or approved.

## Logic Rules

In the `Logic` tab within your AI extraction, you're able to set up custom logic rules to transform & validate data, call APIs, trigger integrations, and more. They follow the same pattern as [advanced logic in forms](/platform/build-forms/advanced-logic.md).

<figure><img src="/files/pCuedPfjXYFJ76hi1TS6" alt="" width="375"><figcaption></figcaption></figure>

## Integrations

Extracted document data can be mapped and sent in your desired format to a set of over 140 native [integrations](https://feathery.io/integrations).


---

# 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.feathery.io/platform/document-intelligence/post-processing.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.
