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

# Agent marketplace

> The Marketplace offers ready-made agents curated by iTeam. You can try one before installing it, and installing gives you your own copy — free to edit without affecting the original.

The **Marketplace** is iTeam's shelf of ready-made agents. Instead of writing an agent from scratch, you start from one that already works and adjust it to your context.

<Frame caption="📸 Screenshot to insert [/en/intelligence/marketplace]: the Marketplace screen with cards of available agents and the install button.">
  <img src="https://mintcdn.com/iteam/E1mg8rFlXblsaNT0/images/placeholder.svg?fit=max&auto=format&n=E1mg8rFlXblsaNT0&q=85&s=36c435f4df28c31a7e114586a931bbd2" alt="The Marketplace screen" width="800" height="420" data-path="images/placeholder.svg" />
</Frame>

## Try before you install

Every Marketplace agent can be tested **before** it enters your company. You chat with it, see how it answers, and only then decide.

<Tip>
  Use the test drive to check the **tone** and **depth** of the answers. It's faster than installing, testing, and uninstalling.
</Tip>

## What happens when you install

<Steps>
  <Step title="You get a copy">
    Installing creates an agent that is **yours**, inside your company — with its own prompt, tools, and configuration.
  </Step>

  <Step title="Edit freely">
    Changing the name, prompt, tools, or model **does not affect** the original or anyone else who installed the same agent.
  </Step>

  <Step title="Connect your data">
    Wire up your company's sources, APIs, and skills. That's what turns a generic agent into one that knows your business.
  </Step>
</Steps>

<Info>
  The copy is deep: the installed agent carries what it needs to work. It isn't tied to the source template.
</Info>

## After installing

<CardGroup cols={2}>
  <Card title="Give it data access" icon="database">
    An agent with no data source answers from general knowledge. Connect it to your resources.
  </Card>

  <Card title="Tune the prompt" icon="pencil">
    Add your company's vocabulary and the rules it must follow.
  </Card>

  <Card title="Put it in a team" icon="users">
    Agents work better together. See **Agent Teams**.
  </Card>

  <Card title="Publish to a channel" icon="message-circle">
    Take the agent where people already are. See **Channels**.
  </Card>
</CardGroup>
