> ## Documentation Index
> Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-cbdocs-1784230442-77c063c.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Templates

> Start faster with curated Fleet templates and customize tools, prompts, and channels.

LangSmith Fleet includes [starter templates](https://www.langchain.com/templates) to help you create agents quickly. Templates include predefined instructions, [tools](/langsmith/fleet/tools), and [channels](/langsmith/fleet/essentials#channels) (if applicable) for common use cases. You can use templates as-is, or as a baseline to customize.

<Tip>
  If you're new to Fleet, start with the step-by-step [quickstart](/langsmith/fleet/quickstart) to build your first agent using a template.
</Tip>

## Features

Templates are pre-configured agents designed for specific use cases. Each template includes the following components:

### Pre-configured tools

Templates come with a curated set of [tools](/langsmith/fleet/essentials#tools) that enable the agent to perform specific actions. For example, an email assistant template includes tools for reading, sending, and organizing emails. Tools connect to external services through OAuth authentication, allowing your agent to interact with apps like Gmail, Slack, or Linear. For a complete list, refer to [Supported tools](/langsmith/fleet/tools).

### System instructions

Each template includes a *system prompt* (also called *instructions*) that defines the agent's behavior, personality, and capabilities. The system prompt guides how the agent interprets user requests and uses its available tools. You can customize these instructions to match your specific needs.

### Channels (optional)

Some templates include [channels](/langsmith/fleet/essentials#channels) that allow agents to respond to external events automatically. For example, a Slack bot template might include a channel that activates when someone mentions the agent in a Slack conversation. Channels enable proactive agent behavior beyond chat-based interactions.

### Cloning and customization

Templates serve as starting points that you clone to create your own agent. When you clone a template, you create an independent copy that you can customize without affecting the original. You can modify prompts, add or remove tools, attach different channels, and switch models to tailor the agent to your requirements.

## Available templates

<CardGroup cols={2}>
  <Card title="Ashby Screening" icon="user-check">
    Scores applicants and flags the strongest candidates.
  </Card>

  <Card title="Recruiting Outreach" icon="user-search">
    Finds candidates worth reaching out to and drafts your outreach.
  </Card>

  <Card title="Competitor Intelligence Slack Bot" icon="brand-slack">
    Answers Slack questions from a maintained competitor battlecard.
  </Card>

  <Card title="Brand Copywriter" icon="pencil">
    Reviews and drafts blog posts and marketing copy.
  </Card>

  <Card title="Executive Assistant" icon="mail">
    Manages your inbox, calendar, and daily brief.
  </Card>

  <Card title="GTM Agent" icon="target">
    A go-to-market teammate for outbound and research.
  </Card>

  <Card title="On-Call Copilot" icon="bell">
    Turns a noisy page into a triaged ticket and a draft response.
  </Card>

  <Card title="Software Engineer" icon="code">
    Ships code from Slack, Linear, and GitHub in a sandbox.
  </Card>

  <Card title="X Content Manager" icon="brand-x">
    Posts on X in your voice, based on what is actually happening.
  </Card>

  <Card title="Tavily Competitor Research" icon="world-search">
    Produces concise, cited competitor insights.
  </Card>
</CardGroup>

<Info>
  The available templates may change over time. For the most up-to-date set, open **Templates** in Fleet or the [templates gallery](https://www.langchain.com/templates).
</Info>

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/langsmith/fleet/templates.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
