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

# Engagers To Icp Qualification: Cost, Inputs & CLI Setup

> Classify a person against an ICP using their name and position/headline. Includes SDK V2 guidance, input constraints, response fields, and Deepline credit cost.

```bash theme={null}
deepline plays run prebuilt/engagers-to-icp-qualification \
  --input '{"first_name":"Jane","last_name":"Doe","position":"example","icp_description":"example"}' \
  --watch
```

## How it works

This Play runs its provider steps in the order shown below.

```mermaid theme={null}
flowchart LR
  S0["Deeplineagent"]:::provider
  classDef provider fill:#1e293b,stroke:#475569,color:#e2e8f0
```

## Parameters

| Name              | Type     | Required | Description                                       |
| ----------------- | -------- | -------- | ------------------------------------------------- |
| `first_name`      | `string` | Yes      | Contact first name                                |
| `last_name`       | `string` | Yes      | Contact last name                                 |
| `position`        | `string` | Yes      | Current position/headline                         |
| `company`         | `string` | No       | Company name if known                             |
| `icp_description` | `string` | Yes      | ICP criteria for tier1/tier2/tier3 classification |

## Cost

**1-1.5 credits** — this estimate includes the configured provider steps.

| Step          | Max Credits |
| ------------- | ----------- |
| Deeplineagent | 1.5         |
