> 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/quickstart.md).

# Quickstart

Use this page to get oriented in the ASC Client Portal and move quickly into the right workflows.

The fastest path is to start with your business goals, then confirm the parts of your ASC setup that matter most.

### Start with your business use case

* **After-hours support**: make sure calls reach ASC, messages are delivered, and on-call contacts are correct.
* **Lead capture and sales response**: confirm scripts collect the right details for new inquiries and sales opportunities.
* **Urgent dispatch or escalation**: set up contacts, delivery methods, and escalation timing for emergencies.
* **Multi-user client access**: invite office managers, dispatchers, coordinators, or owners with the right permissions.

### First steps

{% stepper %}
{% step %}

### Confirm access

Sign in to the ASC Client Portal and confirm the right people can access it.

Start with Introduction, then review Access and dashboard and Accounts and users.
{% endstep %}

{% step %}

### Review your live call handling

Open **Scripts** and confirm ASC is greeting callers, asking the right questions, and capturing the right information.

This matters for legal intake, home service emergencies, patient routing, and new lead capture.
{% endstep %}

{% step %}

### Validate messages and escalations

Review Messages and Oncall calendar.

Make sure urgent calls route to the right people and normal calls follow the right follow-up path.
{% endstep %}

{% step %}

### Test the full customer experience

Forward a test call, review the resulting message, and confirm the expected team member receives it.

Use [How to test your account](https://answeringservicecare.com/how-to-test-your-account/) and [Call forwarding instructions](https://answeringservicecare.com/call-forwarding-instructions/) if you need them.
{% endstep %}

{% step %}

### Add billing, reports, or integrations

Once your call flow is working, set up the remaining tools your business needs.

Use Billing and payments, Profile, reports, and API keys, ASC Zapier App, and Customer resources.
{% endstep %}
{% endstepper %}

### Recommended next pages

* Introduction
* User Portal
* Messages
* Scripts
* Oncall calendar

{% hint style="info" %}
If you are launching ASC for a new office, location, or team, continue with the implementation checklist next.
{% endhint %}


---

# 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/quickstart.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.
