# AI

Appmixer AI utilities allows you to introduce AI functionality in your integrations, automations or simply extend your product with AI capabilities via Appmixer's No-Code Studio.

<figure><img src="/files/WsdqPG1SwsNaYr89oJy9" alt=""><figcaption><p>Pre-built integration template.</p></figcaption></figure>

<figure><img src="/files/G38YO6Kv9IbWMaUu0X5s" alt=""><figcaption><p>End-user can just actiavte the integration without any other configurations.</p></figcaption></figure>

After installing the `appmixer.utils.ai` module, go to the Backoffice to configure the OpenAI `apiKey` for the module:

<figure><img src="/files/l2lV2KQyXyxscClGF3Hy" alt=""><figcaption><p>appmixer:utils:ai connector configuration</p></figcaption></figure>

<figure><img src="/files/BHLxN50p9K7mSqyn0Jfd" alt=""><figcaption><p>apiKey is a mandatory setting, pointing to your OpenAI api key</p></figcaption></figure>

Additionally, you can also override the default OpenAI models for the `SendPrompt` (default is `"gpt-4o"`) and `GenerateImage` (default is `"dall-e-3"`) components:\\

<figure><img src="/files/MwdWnmq2lcW1xyG1sTaR" 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.appmixer.com/connector-configuration/utils/ai.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.
