> For the complete documentation index, see [llms.txt](https://docs.enate.net/enate-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/enate-help/enateai/enateai.md).

# EnateAI

Over the past few months at Enate we've been releasing more and more AI-driven features to help tackle the grind of first email management: sorting, classifying and extracting data from them, then expanding out into analysing incoming documents to help with that.

Now, we're taking a really significant step forward and are expanding our AI capabilities with the release of 'EnateAI - AIAnalyst'. With this, you can seamlessly integrate AI-driven activities throughout your business processes.

{% embed url="<https://enate.cdn.spotlightr.com/watch/MTY0ODMwMw==>" %}

AI Analyst's capabilities can navigate through complex service workflows to carry out time-consuming tasks for you like invoice matching, change of directors, and payment reconciliation. These areas, traditionally bogged down by extensive manual effort, are getting a major efficiency boost from Analyst, handling a significant portion of the workload with minimal human intervention. Click below to check it out

{% content-ref url="/pages/Zt0gasNflKb0pCVlT4tj" %}
[EnateAI - AI Analyst (Beta)](/enate-help/enateai/enateai/document-agent/enateai-ai-analyst.md)
{% endcontent-ref %}

AI Analyst builds on top of the work we've already done in the Email space, with a number of AI integrations to support how you can more easily deal with incoming emails, turning unstructured data into structured data, fast and adding extra insights into the information you can get from your mails.

{% content-ref url="/pages/MfpimVjX9xcigLH18WAr" %}
[Email Agent](/enate-help/enateai/enateai/email-agent.md)
{% endcontent-ref %}

In addition to turning unstructured email & data into structured data, EnateAI for IDP is also available to automatically extract relevant data from the Files attached to incoming emails, so that this data can be used in further processing of the work item, saving your agents time and effort.

{% content-ref url="/pages/IWZDZIl8uhIn9Qh9e6lf" %}
[EnateAI for IDP - Document Extraction](/enate-help/enateai/enateai/document-agent/enateai-for-idp-document-extraction.md)
{% endcontent-ref %}

There's also EnateAI options to analyze these incoming email attachments and automatically classify them, applying tags that can be used to optimize any ongoing processing downstream specific to that document type, particularly to help highlight the right files for things like external automation routines to work with. You can read more about this in the EnateAI - Document Classifiction section.

{% content-ref url="/pages/tJsqmS4IvO01EslU8yaw" %}
[EnateAI - Document Classification](/enate-help/enateai/enateai/email-agent/enateai-document-classification.md)
{% endcontent-ref %}

All these integrations are available at the flick of a switch in [**Enate's Marketplace**](/enate-help/builder/builder/integrations-marketplace.md).

## What are the AI models used by EnateAI?

Enate's AI integrations use either GPT5.1 or GPT5mini. For more information on these AI models use the links listed below:

* [​GPT5.1](https://ai.azure.com/catalog/models/gpt-5?search=GPT-5)
* ​[GPT5mini​](https://ai.azure.com/catalog/models/gpt-5.1?search=GPT-5.1)

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.enate.net/enate-help/enateai/enateai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
