> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noimosai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create an Agent from Chat

> Convert a successful chat instruction into an agent for ongoing execution.

## Overview

Use this flow when a one-time chat instruction worked and you want to operationalize it as an agent.

NoimosAI reads your chat context, then proposes settings such as agent name, execution timing, instructions, optional destinations, and integrations.

## Where to find

Use the following path to open this action.

1. Open a chat result you want to repeat.
2. Click `Create Agent from Chat`.

<img src="https://mintcdn.com/agoslabstechnologiesfzco/vjbeim587jrR_hCh/public/help-center/arcade/ai-team/create-a-trigger-from-chat/step-05.png?fit=max&auto=format&n=vjbeim587jrR_hCh&q=85&s=b9a3f14955d33b41a4466fc9f73e6a28" alt="Create Agent from Chat button in chat result" style={{ border: '1px solid #e5e7eb', borderRadius: '8px', marginBottom: '1.5rem' }} width="2878" height="1556" data-path="public/help-center/arcade/ai-team/create-a-trigger-from-chat/step-05.png" />

## Review AI-Suggested Settings

Use this section to review what AI prepared before you create the agent.

1. Edit the agent name if needed.
2. Confirm `When to run`.
3. Review `What to do` and edit when needed.
4. Review `Destinations` when needed.
5. Review integrations and connected accounts.

<img src="https://mintcdn.com/agoslabstechnologiesfzco/vjbeim587jrR_hCh/public/help-center/arcade/ai-team/create-a-trigger-from-chat/step-13.png?fit=max&auto=format&n=vjbeim587jrR_hCh&q=85&s=0a62a2106592aeabbc209c251f08c5c4" alt="Review generated agent settings" style={{ border: '1px solid #e5e7eb', borderRadius: '8px', marginBottom: '1.5rem' }} width="2878" height="1556" data-path="public/help-center/arcade/ai-team/create-a-trigger-from-chat/step-13.png" />

## Create and Verify

Use this section to finalize creation and verify the new agent.

1. Click `Save Agent`.

<img src="https://mintcdn.com/agoslabstechnologiesfzco/vjbeim587jrR_hCh/public/help-center/arcade/ai-team/create-a-trigger-from-chat/step-18.png?fit=max&auto=format&n=vjbeim587jrR_hCh&q=85&s=4e6d5988d33c66c7793b6b9d474bceff" alt="Save agent created from chat" style={{ border: '1px solid #e5e7eb', borderRadius: '8px', marginBottom: '1rem' }} width="2878" height="1556" data-path="public/help-center/arcade/ai-team/create-a-trigger-from-chat/step-18.png" />

2. Open `Agents` and confirm the created agent.

<img src="https://mintcdn.com/agoslabstechnologiesfzco/vjbeim587jrR_hCh/public/help-center/arcade/ai-team/create-a-trigger-from-chat/step-20.png?fit=max&auto=format&n=vjbeim587jrR_hCh&q=85&s=44e03f5cce199946a917c6bea2b019c3" alt="Confirm created agent in Agents" style={{ border: '1px solid #e5e7eb', borderRadius: '8px', marginBottom: '1.5rem' }} width="2878" height="1556" data-path="public/help-center/arcade/ai-team/create-a-trigger-from-chat/step-20.png" />

## Configure destinations

`Destinations` are optional. Results are available from `All Tasks` in the related chat session, but you can add destinations when you also want notifications or shared storage.

There are two main ways to add a destination.

1. **Add destination** lets you choose connected apps or storage destinations such as Slack, LINE, Discord, Telegram, WhatsApp, Notion, and Google Drive.

<img src="https://mintcdn.com/agoslabstechnologiesfzco/FJKw6eZ1ZQ6W2xoq/public/help-center/ai-team/agent-output-destination.png?fit=max&auto=format&n=FJKw6eZ1ZQ6W2xoq&q=85&s=33b172d6df5dd38e302900d7e6694670" alt="Add a destination" style={{ border: '1px solid #e5e7eb', borderRadius: '8px', marginBottom: '1rem' }} width="2878" height="1624" data-path="public/help-center/ai-team/agent-output-destination.png" />

2. **Add email** lets you specify an email address so results can also be sent by email.

<img src="https://mintcdn.com/agoslabstechnologiesfzco/FJKw6eZ1ZQ6W2xoq/public/help-center/ai-team/agent-output-email.png?fit=max&auto=format&n=FJKw6eZ1ZQ6W2xoq&q=85&s=43468fe34f49dde63d0e960b7b141049" alt="Add an email destination" style={{ border: '1px solid #e5e7eb', borderRadius: '8px', marginBottom: '1rem' }} width="2878" height="1624" data-path="public/help-center/ai-team/agent-output-email.png" />

In either case, you can choose the output format from `Link`, `Summary`, or `PDF`.

## Human Responsibility

AI proposes and drafts the agent configuration.
People decide whether to keep defaults, edit settings, enable/disable the agent, and approve ongoing execution.

## Related

Use these related pages for deeper guidance.

* [AI Chat Basics](/help-center/chat/ai-chat-basics)
* [Enter Your Own Prompt](/help-center/chat/enter-your-own-prompt)
* [Create an Agent from a Template](/help-center/ai-team/create-an-agent-from-a-template)
