> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langchain.com/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="Daily calendar brief" icon="calendar">
    A daily agent that scans your calendar and delivers a concise briefing with meeting details and important context.
  </Card>

  <Card title="Email assistant" icon="mail">
    Automate email triage with an agent that flags important emails, drafts and sends replies, and schedules meetings.
  </Card>

  <Card title="LinkedIn recruiter" icon="users">
    Automate recruiting with an agent that digests candidate requirements, adapts to feedback, and outputs a candidate list.
  </Card>

  <Card title="Social media AI monitor" icon="news">
    An agent that tracks top AI discussions from X lists and Hacker News, and delivers a daily Slack message with important updates.
  </Card>
</CardGroup>

<Info>
  For more information, see [Templates](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>
