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

# Create an Agent from Marketplace

The Marketplace is a centralized hub for discovering and deploying pre-built AI agents, tools, and templates. Use it to import ready-made agents that are already configured with predefined tools and workflows, instead of building from scratch.

***

## When to Use the Marketplace

Import from the Marketplace when you want to:

* Quickly prototype or validate a use case without writing custom logic
* Reuse a pre-configured agent with predefined tools and workflows
* Reduce setup time using a platform-provided or community-shared template

***

## Steps

### 1. Open the Agent Creation Flow

In your agentic app, go to **Agents** → **+ New Agent** → **Import from Marketplace**.

### 2. Browse and Select an Agent

Search or filter the Marketplace catalog to find an agent that fits your use case. Review the agent's description, associated tools, and configuration details before selecting.

### 3. Import the Agent

Click **Import** to add the agent to your application. The imported agent is created as a new instance scoped to your app and does not modify the original Marketplace template.

### 4. Review and Customize

After import, open the agent from the **Agents** section and verify each component:

| Component      | What to verify                                           |
| -------------- | -------------------------------------------------------- |
| **Profile**    | Name and description match your use case                 |
| **Definition** | Instructions are aligned with your goals and constraints |
| **Tools**      | Configured tools connect to your systems                 |
| **Settings**   | AI model and context window are appropriate              |

Edit any component to customize the agent for your specific requirements.

***

## Next Steps

* [Test the agent](/agent-platform/agents/create-an-agent#test-the-agent) before publishing
* [Configure delegation rules](/agent-platform/agents/create-from-scratch#step-5-configure-delegation) if your app uses the Adaptive Network pattern
