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

# Built-in agents

> The agents that ship ready to run, what each one is for, and how to keep an editable copy of one.

The built-in templates gallery holds every agent Oneprofile ships, ready to run as is. Add one straight to a column, or apply it in the editor and keep a copy you can rewrite.

<Frame caption="The Built-in templates gallery, previewing a template's prompt before you apply it.">
  <img src="https://mintcdn.com/oneprofile/tTSwOooaeEqcpv7r/images/agents/built-in-agents.png?fit=max&auto=format&n=tTSwOooaeEqcpv7r&q=85&s=5547478b6501c8977b822f4781541ef3" alt="The Built-in templates dialog listing templates under Built-in and Saved by your team on the left, with a selected template's prompt and input chips shown on the right beside an Apply template button." width="1440" height="780" data-path="images/agents/built-in-agents.png" />
</Frame>

## Browse what ships built in

<Steps>
  <Step title="From a table">
    Click **Tools**, open the **Agent** tab, and scroll past **Your agents** to **Built-in agents**.
  </Step>

  <Step title="From the Agents page">
    Click **Built-in templates** to open the full gallery, or pick a card under **Start with a template**.
  </Step>
</Steps>

## Run one as is

Deploying straight from **Built-in agents** adds a column whose prompt, effort and web research are built in and configured by Oneprofile. You only choose which columns feed its inputs, from the **Inputs** section of that column's editor.

## Keep a copy to make it your own

Applying a template from the gallery copies its whole setup: the prompt, its inputs, effort, web research, business context and output fields. Save it and it becomes a new agent under **Browse agents**, yours to edit freely.

<Steps>
  <Step title="Open the gallery">
    Click **Built-in templates**.
  </Step>

  <Step title="Preview it">
    Select a template on the left to read its prompt on the right, with each input shown as a chip.
  </Step>

  <Step title="Apply and save">
    Click **Apply template**, then click **Save** in the editor. The original template is untouched.
  </Step>
</Steps>

## Good to know

<AccordionGroup>
  <Accordion title="What does not come across when I apply a built-in template?">
    Its curated description, and an internal rulebook that only governs how a built-in run itself is priced and refunded. Oneprofile writes your copy a fresh description once you save it.
  </Accordion>

  <Accordion title="Can I edit a built-in agent's prompt straight on the table?">
    No. A column deployed straight from **Built-in agents** keeps its prompt, effort and research fixed. Only which columns feed its inputs is yours to change there.
  </Accordion>

  <Accordion title="Does the built-in icon come with the copy?">
    No. A built-in's icon is a token for the catalog and the picker. Your copy starts with the default agent icon until you set your own.
  </Accordion>

  <Accordion title="Do my team's own saved templates show up in the same gallery?">
    Yes, listed under **Saved by your team**, below the built-ins.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Build an agent" icon="notebook-pen" href="/agents/build-an-agent">
    Write a prompt from a blank page instead of a template.
  </Card>

  <Card title="Agent columns" icon="bot" href="/tables/columns/agent-columns">
    See how a deployed agent column behaves on a table.
  </Card>
</CardGroup>
