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

# App

- [Client Portal](https://answeringservicecare.com/docs/app/client-portal.md): Overview of client-facing workflows in the ASC Client Portal.
- [Access and dashboard](https://answeringservicecare.com/docs/app/client-portal/access-and-dashboard.md): Sign in to the ASC Client Portal, read your dashboard widgets, and understand the month-to-date usage report.
- [Accounts and users](https://answeringservicecare.com/docs/app/client-portal/accounts-and-users.md): Review account information and manage portal access by user.
- [Messages](https://answeringservicecare.com/docs/app/client-portal/messages.md): Review, search, sort, and acknowledge messages, and track related activity.
- [Scripts](https://answeringservicecare.com/docs/app/client-portal/scripts.md): Review the active script used for your account and confirm how ASC is handling your calls.
- [Oncall calendar](https://answeringservicecare.com/docs/app/client-portal/oncall-calendar.md): Manage contacts, delivery methods, events, and escalation levels.
- [Contacts and delivery methods](https://answeringservicecare.com/docs/app/client-portal/oncall-calendar/contacts-and-delivery-methods.md): Add, rename, merge, and remove Oncall contacts, and configure the delivery methods our agents use to send your message notifications.
- [Events and escalation levels](https://answeringservicecare.com/docs/app/client-portal/oncall-calendar/events-and-escalation-levels.md): Manage Oncall events, recurring schedules, escalation chains, and calendar exports.
- [Billing and payments](https://answeringservicecare.com/docs/app/client-portal/billing-and-payments.md): Review balances, choose a payment method, and manage billing-related actions in the ASC Client Portal.
- [Profile, reports, and API keys](https://answeringservicecare.com/docs/app/client-portal/profile-reports-and-api-keys.md): Manage profile settings, reports, API keys, and shared technical references.
- [Profile settings and reports](https://answeringservicecare.com/docs/app/client-portal/profile-reports-and-api-keys/profile-settings-and-reports.md): Manage profile details, MFA, exports, reports, and API tokens in the User Portal.
- [ASC Mobile App](https://answeringservicecare.com/docs/app/mobile-app.md): Use the Liberty mobile app to review messages, calls, notifications, and account activity on the go.


---

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