# GPT Providers

## Overview

Enate provides lots of offerings when it comes to the AI space and we have a number of GPT-driven integrations, available in [Enate Marketplace](/enate-help/builder/builder-2021.1/integrations-marketplace.md), to support your users with their day to day activities.

**EnateAI** is a zero-configuration GPT option supplied by Enate which uses our own Azure hosted OpenAI Instance for the GPT3 Engine. This instance is shared with anyone that enables EnateAI, so if you have high volume/high demand then you may be better off configuring your own Azure OpenAI instance and using an Azure Open AI Adapter Version. The configuration of the EnateAI adapters is super simple and is a mere click of a button to enable.

## Patterns Available

These providers are available for the following patterns:

* [Email Classification](/enate-help/integrations/enate-integrations/auto-classify-emails-email-classification.md) - automatically classifies and categorizes Tickets, saving agents having to do this manually. Check out the dedication section to find out more.
* [Email Data Extraction](/enate-help/integrations/enate-integrations/uipath-tip-adding-table-fields.md) - that auto-populates important information from emails into custom cards in your Tickets and Cases, saving agents from having to do this manually. Check out to the dedication section to find out more.
* [Thank You Email Evaluation](/enate-help/integrations/enate-integrations/auto-evaluate-thank-you-emails-thank-you-email-evaluation.md) - automatically detects whether incoming emails to a resolved work are just simple 'thank  you emails', and if so then have them automatically moved back to a state of 'resolved' without agent users having to manually perform such repetitive checks. Check out to the dedication section to find out more.
* [Sentiment Analysis](/enate-help/integrations/enate-integrations/analyse-sentiment-in-emails-sentiment-analysis.md) - analyzes the content of incoming emails, determines their sentiment - e.g. if they're positive or negative and displays this information to your users to they can determine the sentiment of an email at a glance. Check out to the dedication section to find out more.

## Setup Guide

### EnateAI

EnateAI is a zero configuration option supplied by Enate which uses our own Azure hosted OpenAI Instance for the GPT3 Engine.

The setup of EnateAI for all patterns is super simple - simply click on a pattern in [Enate Marketplace](/enate-help/builder/builder-2021.1/integrations-marketplace.md) to activate it.

<figure><img src="/files/zBdYRqxtxpvwbcQBYe1P" alt=""><figcaption></figcaption></figure>


---

# 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.enate.net/enate-help/integrations/enate-integrations/gpt-providers.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.
