---
title: "Overview"
description: "When custom AI apps are the right fit and how to embed them in meinGPT"
canonical_url: "https://meingpt.com/en/docs/integrations/custom-ai-apps/overview"
language: en
---

# Overview

Not every AI use case should become an assistant or a workflow.

For some scenarios, small custom UIs are the better option, for example when:

- users need structured inputs through forms
- outputs should be reviewed or confirmed visually
- teams need guided, step-by-step interactions

meinGPT supports this by embedding **Custom AI Apps via iFrame** in a secure way.

## What this enables

- faster handling of recurring tasks
- better UX for complex or multi-step processes
- clean separation between UI logic and AI/tool logic

## Next topics

- [App Building Tools](/en/docs/integrations/custom-ai-apps/app-building-tools)
- [Security & Authentication Proxy](/en/docs/integrations/custom-ai-apps/security-auth-proxy)
