# Artificial Intelligence

## Open AI API

For the AI supported tools we use:

* OpenAI API

The use of the API's is secured (API keys) and data will not be used for training models.

On the platform in the AI Stduio you can build custom AI Agents for use in:

* **Chat with AI**
* **Forms and dashboards on events - actions**
* **Data flows**

Executing these Agents will send a request to the API containing the inputs and your API key. As a result a user will receive a response containing the model’s output.

Some examples of AI Agents:

## AI Agents

* **Extract data from text**: Extract specific data from natural language text input (type or speak)
* **Extract data form image**: Extract specific data from an uploaded image
* **Analyse image**: Analyse the content of an uploaded image
* **Analyze audio**: Transcribe spoken text from an audio or video file into written text
* **Custom task**: Execute a task using a specific prompt
* **File search**: Search on files using natural language receiving optional answers and referring documents

## Disclaimer

[Disclaimer for the Use of Third-Part-AI Tools (ENG & NL)](https://cdn.prod.website-files.com/6496b7306de92e9b5a1be0cb/68932c0df2725723e55fa4bc_Disclaimer%20for%20the%20Use%20of%20Third-Party%20AI%20Tools%20\(ENG%20%26%20NL\)%20aug.%202025.pdf)

&#x20;


---

# 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://academy.any2info.com/any2info-academy/no-code-platform/ai-studio/ai-tools.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.
