> For the complete documentation index, see [llms.txt](https://answeringservicecare.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://answeringservicecare.com/docs/getting-started/implementation-checklist.md).

# Implementation checklist

Use this page to understand how ASC moves your account from kickoff to live service.

The process is structured. We confirm your goals, approve your script, validate your setup, and prepare your team for launch.

### Responsibilities and expectations

{% columns %}
{% column %}

#### What you do

* Share your business goals and call handling needs.
* Join training and review the [Client Portal guide](/docs/app/client-portal.md).
* Review scripts and approvals quickly.
* Confirm billing and autopay details.
* Test the live workflow before launch.
  {% endcolumn %}

{% column %}

#### What ASC does

* Lead onboarding and live training sessions.
* Share best practices for your workflow.
* Configure and validate your account setup.
* Support launch and early adoption.
* Review integrations when they are in scope.
  {% endcolumn %}
  {% endcolumns %}

### What to expect during implementation

{% stepper %}
{% step %}

### Kickoff and discovery

Your implementation specialist starts with a welcome call or Zoom meeting.

We review your business goals, call handling expectations, relays, escalations, enabled features, launch timing, and billing expectations.
{% endstep %}

{% step %}

### Script review and approval

ASC drafts your script based on the agreed scope.

You review it, request revisions, and give final approval before setup moves forward.
{% endstep %}

{% step %}

### Account setup

After script approval, ASC configures your account for launch.

This includes your script, message flow, notification paths, and any agreed features or integrations.
{% endstep %}

{% step %}

### Pre-launch confirmation

Before launch, ASC completes final quality checks and sends your launch confirmation.

The notice includes your activation date, account details, and the guides your team needs for day-one use.
{% endstep %}

{% step %}

### Go live

On launch day, ASC activates your account and begins handling calls.

We monitor early activity closely and address needed adjustments as quickly as possible.
{% endstep %}

{% step %}

### First-month oversight and transition

Implementation remains your primary contact through the first full calendar month.

We support questions, adjust scripting if needed, monitor adoption, and help your team settle into the workflow. After the first full calendar month, we introduce your dedicated Customer Success contact and complete a warm handoff.
{% endstep %}
{% endstepper %}

### Launch checklist

Use this list to stay on track before activation.

#### Business and scope

* [ ] Confirm your business goals and launch date.
* [ ] Confirm business hours, holidays, and after-hours coverage.
* [ ] Confirm how ASC should handle routine, urgent, and lead calls.
* [ ] Confirm what information agents should collect from callers.

#### Script and workflow approval

* [ ] Review the active script in Scripts.
* [ ] Confirm greeting, intake questions, and escalation language.
* [ ] Approve relays, escalations, and other special workflows.
* [ ] Sign off on the final script before setup begins.

#### Portal, messages, and notifications

* [ ] Confirm the right users can sign in.
* [ ] Review access in Accounts and users.
* [ ] Review Messages and Oncall calendar.
* [ ] Confirm delivery methods, contact order, and escalation timing.

#### Billing and launch readiness

* [ ] Confirm billing contacts and autopay expectations.
* [ ] Review Billing and payments.
* [ ] Place a live test call before launch.
* [ ] Confirm your team has the guides needed for day-one use.

### First-month checkpoints

#### 10 business day touchpoint

ASC reviews:

* utilization trends
* message quality
* client feedback
* operational friction points
* autopay confirmation

#### One-month review

ASC reviews:

* first full month usage
* overage patterns
* plan alignment
* first invoice timing
* client satisfaction

If usage exceeds plan expectations, we discuss the right next step.

### What ASC needs from you

* Timely script feedback and approvals.
* Clear escalation and contact information.
* Confirmation of business hours and call handling rules.
* Participation in training and launch testing.

### Support and training

Use these channels during onboarding and after launch:

* Help Center
* Email: <success@answeringservicecare.com>
* Billing: <billing@answeringservicecare.com>
* Live chat: [answeringservicecare.com](https://answeringservicecare.com)
* Phone: [(800) 770-0442](tel:+18007700442)

### Related pages

* Quickstart
* User Portal
* Customer resources
* ASC Zapier App


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://answeringservicecare.com/docs/getting-started/implementation-checklist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
