> For the complete documentation index, see [llms.txt](https://docs.enate.net/whats-new/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/whats-new/november-2025-feature-wave/november-2025-feature-wave/warning-notifications-when-disabling-an-ai-adapter.md).

# Warning Notifications When Disabling an AI Adapter

We have introduced some new warning notifications for when you are disabling AI adapters in the Enate Marketplace.

When you select to deactivate any AI adapter in the Marketplace that is currently active, you will see a pop-up asking you to confirm if you want to move ahead with the deactivation of the adapter.

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

#### Document Classification Adapter

If you select to deactivate a Document Classification integration which has been configured and is in use at the Contract level of any of your business processes, you will see a warning message that the adapter cannot currently be deactivated as it is currently in use with an existing Contract. The warning will direct you to first go and remove the adapter from any Contract where it is use, before you can deactivate the adapter.&#x20;

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

#### Configuring IDP Actions without an Active Document Extraction Adapter

If you try to configure a IDP Action into a Case flow without a Document Extraction adapter first having been activated, you will see a warning message once you attempt to select an Extraction Model.

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


---

# 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/whats-new/november-2025-feature-wave/november-2025-feature-wave/warning-notifications-when-disabling-an-ai-adapter.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.
