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

# AI customer success workflows

> See how customer success teams use Adapt to automate account updates, surface risks, and resolve issues

Adapt helps customer success teams stay on top of customer relationships, track account health, and respond quickly to issues.

## Key Use Cases

### Account Health

Monitor customer health and identify risks.

```
Which customers are at risk of churning?
```

```
Show me customers with declining usage
```

```
What's our overall customer health score?
```

### Support Analysis

Understand customer issues and feedback.

```
What are the most common support issues this week?
```

```
Show me conversations with negative sentiment
```

```
Which customers have contacted support the most?
```

### Customer Research

Get context before customer meetings.

```
Prepare me for my call with [customer] tomorrow
```

```
Summarize my recent interactions with [account]
```

```
What's the history with this customer?
```

## Example Questions

<AccordionGroup>
  <Accordion title="Health & Churn">
    ```
    What customers haven't logged in for 30 days?
    ```

    ```
    Show me accounts with expired credit cards
    ```

    ```
    Which customers downgraded recently?
    ```
  </Accordion>

  <Accordion title="Support">
    ```
    How many support tickets this week?
    ```

    ```
    What bugs are customers reporting?
    ```

    ```
    Find conversations about billing issues
    ```
  </Accordion>

  <Accordion title="Account Context">
    ```
    What's the revenue from this customer?
    ```

    ```
    Show me their product usage
    ```

    ```
    What have we discussed in Slack about them?
    ```
  </Accordion>
</AccordionGroup>

## Key Integrations

| Integration   | Secret Name                         | What it enables              |
| ------------- | ----------------------------------- | ---------------------------- |
| **Stripe**    | `STRIPE_API_KEY`                    | Revenue, subscription status |
| **HubSpot**   | `HUBSPOT_ACCESS_TOKEN`              | Contact info, history        |
| **Intercom**  | `INTERCOM_ACCESS_TOKEN`             | Support conversations        |
| **Zendesk**   | See [docs](/integrations/zendesk)   | Ticket history               |
| **Snowflake** | See [docs](/integrations/snowflake) | Product usage data           |

## Getting Started

<Steps>
  <Step title="Connect Stripe">
    Add `STRIPE_API_KEY` for revenue data
  </Step>

  <Step title="Add support tools">
    Connect Intercom or Zendesk for support data
  </Step>

  <Step title="Try health analysis">
    Ask about at-risk customers
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="Intercom Integration" icon="comments" href="/integrations/intercom">
    Connect customer messaging
  </Card>

  <Card title="Stripe Integration" icon="credit-card" href="/integrations/stripe">
    Connect revenue data
  </Card>
</CardGroup>
