> 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/useful-resources/customer-resources.md).

# Customer resources

Use this page for the most common ASC client resources in one place.

These links cover portal access, account setup, testing, billing, legal, and integrations.

### Account access and setup

* [Client Portal guide](/docs/app/client-portal.md): Access messages, manage users, and review account activity.
* [How to test your account](https://answeringservicecare.com/how-to-test-your-account/): Place a test call, review the result, and confirm your setup.
* [Call forwarding instructions](https://answeringservicecare.com/call-forwarding-instructions/): Forward your phones to ASC so calls route correctly.
* [FAQ](https://answeringservicecare.com/why-asc/faq/): Get quick answers about your ASC service.

### Referrals and integrations

* [$200 Referral Program](https://answeringservicecare.com/referral-program/): Refer a business to ASC and earn $200 when they sign up.
* [ASC Zapier App](/docs/useful-resources/integrations/asc-zapier-app.md): Connect ASC to Zapier and automate follow-up workflows.

### Billing

* [Sign up for Autopay](https://answeringservicecare.com/autopay-form/): Pay your ASC bill automatically each month.
* [How to read your invoice](https://answeringservicecare.com/billing/): Review line items and billing details with less guesswork.
* [W-9 form](https://answeringservicecare.com/w9/): Download ASC’s W-9 for tax and payment records.

### Legal

* [Terms and Conditions](https://answeringservicecare.com/terms-and-conditions/): Review the terms that apply to your service.
* [Privacy Policy](https://answeringservicecare.com/privacy-policy/): Understand how ASC collects, uses, and protects information.

{% hint style="info" %}
Need help with account-specific questions? Contact ASC through your normal support channel.
{% 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/useful-resources/customer-resources.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.
