# AI Settings

AI Settings are used for configuring and managing AI models within the system.

It provides the ability to enable or disable AI functionality globally:

* When AI Settings are enabled, users can access and use all AI-powered features such as sentiment analysis, AI chat panel, and text rephrase.
* When disabled, all AI features are turned off, and users will not be able to view or use any AI functionalities across the system.

These settings also define how Azure OpenAI–based models are connected, configured, and associated with different AI features.

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

### AI Models

This section allows you to:

* Set up multiple AI models for AI-powered assistance
* Associate models with InoWiz features

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

### Inogic’s Default AI Model Behavior

&#x20; &#x20;

* After **license activation**, an Inogic’s **default AI model** is automatically created.
* This default model comes **preconfigured** and **locked**:

&#x20;         Credentials cannot be edited.

&#x20;         The model configuration is maintained by the system. &#x20;

* The default AI model ensures that AI features work immediately without additional setup.

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

* Model Name:\
  Identifies the default AI model used for AI-powered capabilities. &#x20;
* Connector:\
  Specifies the AI service provider used for processing AI requests.
* Default AI Model: Enabled (Yes)\
  Indicates that this model is the system default and is automatically applied to supported AI features.

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

#### Administration

* **Total Tokens:** Displays the total token limit allocated to the model.
* **Consumed Tokens:** Shows the number of tokens already used. Users can monitor this value to track AI usage. Tokens are consumed whenever AI features are used, such as prompts, sentiment analysis, chat assistance, and other AI-powered operations.

Since this is the Inogic’s default AI model, all credentials and settings are **read-only**.

### Creating a New AI Model

Available actions:

* &#x20;**+ New AI Model** - Create a new AI model
* **Add Existing AI Model** - Associate an already created AI model

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

**New AI Model Configuration**

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

&#x20;  &#x20;

* Model Type:\
  Specifies the type of AI model being created. Users can select the model type based on their specific requirements and preferences.
* Connector:\
  Defines the AI service provider.

**Authentication**

<figure><img src="/files/2XEIzztSTTAzWTNY7Mb2" alt=""><figcaption></figcaption></figure>

Enter the required Azure OpenAI details:

* Model Name: The Azure OpenAI model to be used.
* Endpoint URL: The Azure OpenAI service endpoint.
* API Key: The authentication key for secure access.
* Schema Details: Defines how requests are sent to the AI model.
* Schema Example: Provides a sample payload structure for reference.

#### Administration

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

* Total Tokens: Specify the token limit for this AI model.

Once saved, the model becomes available for association with AI features.

* Click **Add Existing AI Model**.

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

• Select an existing AI model from the list.

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

• Confirm selection.

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

**Result:**\
The AI model is successfully associated with the selected AI feature.

### AI Model Actions

<figure><img src="/files/6klt9EcKlKT0xLNLAum7" alt=""><figcaption></figcaption></figure>

After selecting an AI model, the following options are available:<br>

* **Edit**\
  Modify the configuration of the selected AI model.
* **Remove**\
  Disassociate the selected AI model from the AI feature.\
  \&#xNAN;*(Note: The AI model record still exists in the system.)*
* **Validate**\
  Validate the selected AI model to ensure credentials and configuration are correct.
* &#x20;**Clear Selection**\
  Clear the currently selected AI model.


---

# 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.inogic.com/whatsapp4dynamics/ai-integration-inowiz-copilot/configuration/ai-settings.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.
