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

# Examples

> Example prompts and workflows for the SalesCaptain MCP server.

Once connected, here are some prompts to try with your AI client.

## Contacts & Pipeline

```text theme={null}
Show me all contacts in the "Hot Lead" stage
```

```text theme={null}
Move Acme Corp to the "Closed Won" stage
```

```text theme={null}
Create a new contact for Jane Smith, tag her as "VIP", and add her to the "New Lead" stage
```

## Messaging

```text theme={null}
Send a text message to John Doe confirming tomorrow's appointment
```

```text theme={null}
Summarize my last 5 conversations with Acme Corp
```

## Payments

```text theme={null}
Create an invoice for $500 and send it to Jane Smith
```

```text theme={null}
Which invoices are overdue this month?
```

## Reviews

```text theme={null}
List all reviews from the last 30 days that haven't been responded to
```

```text theme={null}
Draft a reply to our most recent 2-star review
```

## Calls & Analytics

```text theme={null}
Pull call analytics for Acme Corp for the last quarter
```

```text theme={null}
What does our current after-hours call flow look like?
```

## Multi-Step Workflow

A single prompt can chain several tools together:

```text theme={null}
Find all contacts in the "Proposal Sent" stage who haven't replied in 7 days,
send each of them a follow-up text, and move any who reply to "Negotiation"
```
