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

# Search, lists, targets, monitoring

> Search elite engineers, keep a pipeline, and get pinged when someone actually moves — in the dashboard, Claude, or your ATS.

FreshTalent is a talent graph for teams who hire specialized engineers. You search the way a recruiter talks, keep people on a list, pin the search as a Target so it stays fresh, and read Monitoring when a profile actually changes.

The same loop runs in the [dashboard](https://freshtalent.ai), in [Claude / Cursor](/mcp-setup), or over [REST](/api-reference/overview).

<CardGroup cols={2}>
  <Card title="1. Search" icon="search" href="/guides/search">
    Recruiter language or filters. Every search also returns the structured query it ran, so you can save it or start a Target.
  </Card>

  <Card title="2. Lists" icon="list" href="/guides/lists">
    The pipeline: To contact, Contacted, Responded, Passed.
  </Card>

  <Card title="3. Targets" icon="radar" href="/guides/targets">
    A standing people search or company network. Accept who to keep, then start monitoring.
  </Card>

  <Card title="4. Monitoring" icon="activity" href="/guides/monitoring">
    Profile diffs — Open to work, Current company, and the rest. Email and Slack from Settings → Notifications.
  </Card>
</CardGroup>

## Pick a path

<CardGroup cols={2}>
  <Card title="I'm recruiting" icon="users" href="/quickstart">
    Find people, build a list, start a Target, read Monitoring. No API required.
  </Card>

  <Card title="I'm integrating" icon="cable" href="/integrate">
    Wire FreshTalent into Claude, Cursor, or your ATS / CRM / outreach stack.
  </Card>
</CardGroup>

## What you can do on day one

| You want…                                     | Do this                                                   |
| --------------------------------------------- | --------------------------------------------------------- |
| Palantir FDEs who left at least 18 months ago | [Search](/guides/search), then [Targets](/guides/targets) |
| Browse a team and its leavers                 | [Companies](/guides/companies)                            |
| A live pipeline of people to contact          | [Lists](/guides/lists)                                    |
| Pinged when someone goes Open to work         | [Monitoring](/guides/monitoring)                          |
| Claude or Cursor to run the loop              | [Connect an agent](/mcp-setup)                            |
| Events in Greenhouse / Ashby / HubSpot        | [ATS & CRM](/connect/ats-crm)                             |

## Authentication in one line

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
Authorization: Bearer ft_live_…
```

`X-Api-Key` is accepted too. Create a key in the [dashboard](https://freshtalent.ai) under **API Keys**. Full detail in [Authentication](/authentication).
