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

# Layest Agent Library: Browse Pre-built Agent Templates

> Browse and deploy pre-built agent templates from the Layest Agent Library. Save time with ready-made agents for customer support and data processing.

The Layest Agent Library is a curated catalog of pre-built agent templates designed to solve common business problems out of the box. Instead of configuring an agent from scratch, you can pick a template that matches your use case, deploy it to your workspace in seconds, and then customize its instructions, tools, and model to fit your exact requirements. Templates are maintained by the Layest team and updated regularly to reflect best practices.

## What Is the Agent Library?

Every template in the library is a fully configured agent blueprint that includes:

* A **system prompt** tuned for a specific role or task
* Recommended **model settings** (temperature, max tokens)
* Pre-attached **tools and integrations** appropriate for the use case
* Example **test inputs** so you can verify behavior before going live

Templates are read-only starting points. When you deploy one, Layest creates a private copy in your workspace that you own entirely — your changes never affect the original template or other teams using it.

<Info>
  The Agent Library is available on all Layest plans. The number of agents you can deploy simultaneously depends on your plan tier. Check your workspace settings for current limits.
</Info>

***

## Template Categories

The library organizes templates into categories so you can quickly find what you need.

<CardGroup cols={2}>
  <Card title="Customer Support" icon="headset">
    Agents that handle inbound queries, triage tickets, answer FAQs, and escalate complex issues to human agents. Integrates with help-desk tools and knowledge bases.
  </Card>

  <Card title="Data Processing" icon="database">
    Agents that extract, transform, validate, and summarize structured and unstructured data from files, APIs, and databases.
  </Card>

  <Card title="Research & Summarization" icon="magnifying-glass">
    Agents that search the web, synthesize documents, generate briefs, and deliver structured research reports on any topic.
  </Card>

  <Card title="Workflow Automation" icon="bolt">
    Agents that orchestrate multi-step business processes — sending notifications, updating records, routing approvals, and more.
  </Card>

  <Card title="Sales & Outreach" icon="envelope">
    Agents that qualify leads, draft personalized outreach emails, enrich contact data, and update CRM records automatically.
  </Card>

  <Card title="Code & Developer Tools" icon="code">
    Agents that review pull requests, generate documentation, write tests, explain error messages, and answer developer questions.
  </Card>
</CardGroup>

***

## Finding a Template

1. In the Layest dashboard, go to **Agents** in the left-hand sidebar.
2. Click **Agent Library** at the top of the page (or select **New Agent → Browse Library**).
3. Use the **search bar** to find templates by keyword, or browse by category using the filter panel on the left.
4. Click any template card to open a preview, which shows:
   * A description of what the agent does
   * The recommended model and settings
   * The included tools and integrations
   * Sample inputs and expected outputs

<Tip>
  Use the **Sort by: Most Popular** option to see which templates are most widely used across the Layest community — a good signal for quality and reliability.
</Tip>

***

## Deploying a Template

<Steps>
  <Step title="Open the template preview">
    Click the template card in the library to open its detail panel. Review the description, included tools, and example outputs to confirm it matches your use case.
  </Step>

  <Step title="Click 'Deploy to Workspace'">
    Click the **Deploy to Workspace** button in the top-right of the preview panel. Layest will create a private copy of the template in your workspace instantly.
  </Step>

  <Step title="Confirm the deployment">
    A confirmation dialog will show the agent name and any integrations it requires. If a required integration is not yet connected, you will see a yellow warning with a link to connect it. You can proceed and connect the integration later.
  </Step>

  <Step title="Review and activate">
    After deployment, you are taken directly to the agent's configuration page. The agent starts in **Draft** mode. Review the pre-filled instructions and settings, then toggle it to **Active** when you are ready.

    <Note>
      Deployed templates are yours to modify freely. The original template in the library is never affected by your changes.
    </Note>
  </Step>
</Steps>

***

## Customizing a Deployed Template

After deploying a template, you can customize every aspect of it just as you would a blank agent:

* **Edit the system prompt** to match your brand voice, specific product details, or custom rules
* **Swap the model** if you need higher capability or lower cost
* **Add or remove tools** to connect different integrations
* **Adjust behavior settings** like fallback responses and escalation thresholds

Open the agent from your **Agents** list and click **Configuration** to access all settings. Changes are saved as a new version, and you can roll back to any previous version from the **Version History** tab.

<Tip>
  Before editing a template heavily, consider using the **Duplicate** option (available in the agent's action menu) to keep a clean copy of the original deployment. This gives you a safe baseline to compare against as you iterate.
</Tip>

***

## Sharing and Contributing Templates

If you have built an agent that works exceptionally well, you can submit it to the Layest Agent Library to share it with the community:

1. Open the agent you want to share.
2. Click the **⋯ More** menu and select **Submit to Library**.
3. Fill in the template description, category, and example inputs.
4. The Layest team reviews submissions and publishes approved templates within a few business days.

<Info>
  Submitted templates are anonymized — your workspace name and private configuration details are not exposed. Only the instructions, tool definitions, and example inputs you explicitly include are published.
</Info>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="First Agent Guide" icon="rocket" href="/agents/first-agent">
    New to Layest? Follow the step-by-step guide to create your first agent from scratch.
  </Card>

  <Card title="Agent Configuration" icon="sliders" href="/agents/agent-configuration">
    Learn every configuration option available after you deploy a template.
  </Card>
</CardGroup>
