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

# Agent templates

> Five ready-made agents written by Squad. Create one in a click, or open it prefilled and change anything first.

The **By Squad** tab on the Agents page holds five agents Squad already wrote: full instructions, a schedule, and outputs, ready to run. Start from one when you want the standing job without writing the brief.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/squad/O_98Wy8uNjlYcgBb/images/agent-templates-light.png?fit=max&auto=format&n=O_98Wy8uNjlYcgBb&q=85&s=2f9f5c608e94bedf6fe4bbb31646f081" alt="The By Squad template gallery" width="2880" height="1800" data-path="images/agent-templates-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/squad/O_98Wy8uNjlYcgBb/images/agent-templates-dark.png?fit=max&auto=format&n=O_98Wy8uNjlYcgBb&q=85&s=c2fbe158ac347828cffae1e326e155f2" alt="The By Squad template gallery" width="2880" height="1800" data-path="images/agent-templates-dark.png" />
</Frame>

The gallery uses the same toolbar as the agents list: card grid by default, a toggle for compact rows, plus search, filter, and sort. Filter by **Trigger** or **Cadence**.

## The five templates

<CardGroup cols={2}>
  <Card title="Competitor tracker" icon="binoculars">
    `competitor-tracker`. Watches your competitors and reports meaningful changes to pricing, product, and positioning each day. It keeps one index document of every competitor you track plus a profile per competitor, and records material changes with dates. Daily.
  </Card>

  <Card title="Social pulse" icon="megaphone">
    `social-pulse`. A daily read on what people are saying about your product and your space across social channels. It keeps one durable record of recurring themes, sentiment shifts, and the communities worth watching. Passing chatter stays in the daily report. Daily.
  </Card>

  <Card title="Market research" icon="trending-up">
    `market-research`. Researches your market daily and reports the trends, players, funding, and regulatory shifts that matter, with takeaways. It maintains a market map of segments, key players, and open questions. Daily.
  </Card>

  <Card title="Distribution opportunities" icon="share-2">
    `distribution-opportunities`. Hunts for channels, partnerships, and communities that could put your product in front of more of the right people. It keeps a playbook of every opportunity with reach, effort, the concrete first step, and current status. Daily.
  </Card>

  <Card title="Strategy consultant" icon="compass">
    `strategy-consultant`. A weekly strategic review of your goals, feedback, and market position, with candid recommendations. It maintains a working perspective file of durable themes, live hypotheses with evidence for and against, open questions, and a log of past advice and what happened to it. Weekly.
  </Card>
</CardGroup>

## What each one produces

All five generate a report, and all five report even on a quiet period, so a day with nothing to say still gives you a written "nothing moved" rather than silence. None of them write to your knowledge base through the **Gain knowledge** output. They keep their own working documents through their instructions instead.

Three of them also feed the signal pipeline. **Competitor tracker**, **Social pulse**, and **Market research** have **Discover insights** on, so what they read becomes signals that cluster into [insights](/insights). **Distribution opportunities** and **Strategy consultant** do not extract signals. Their value is the report.

<Note>
  No template ships with a delivery channel. Add Slack or email after creating, or before, through Configure.
</Note>

## Two ways to start

Each template card and row carries two controls.

<CardGroup cols={2}>
  <Card title="Configure (the cog)" icon="settings">
    Opens the New agent form prefilled with the template's name, description, instructions, schedule, and outputs, plus the standard access defaults. Change anything, then create. This is the path to take if you want to see and set what the agent can reach before it runs.
  </Card>

  <Card title="Create (the plus)" icon="plus">
    Creates the agent immediately from the template as written, queues its first run, and drops you back on the Agents tab with the new agent already running. Template names are fixed, so creating the same one twice appends a number (`Social pulse 2`) rather than failing.
  </Card>
</CardGroup>

<Warning>
  One-click **Create** writes no tools and access levels. Open an agent made this way and every row in **Tools and access** reads as off or None, and the connections list is empty. The agent still runs (it falls back to a built-in default that covers the web, your knowledge base, insights, and goals), but the page will not tell you that, and the moment you set any level on that page the fallback stops applying and only what you set counts. Use **Configure** if you want the access written down from the start.
</Warning>

## After you create one

A template agent is an ordinary agent. Rename it, rewrite its instructions, change its schedule, add triggers, tighten or widen its access, and switch outputs on and off. Nothing about it stays tied to the template.

The first thing worth doing is opening [Tools and access](/agent-tools-access) and setting the levels you actually want, especially if you used the one-click path.
