> 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/help-center/troubleshooting/overview.md).

# Troubleshooting

If something isn't working the way you expect, this section covers the things you can check from your own account, and how to get help from ASC fast when you need it.

### Browse by topic

<table data-view="cards"><thead><tr><th>Title</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td>Calls and recordings</td><td></td></tr><tr><td>Texts, replies, and on-call</td><td></td></tr><tr><td>Notifications not arriving</td><td></td></tr></tbody></table>

### Before you contact us

A few quick checks resolve most issues and help us help you faster:

{% stepper %}
{% step %}

### Check your contact details

Open your **On-call calendar** and confirm the phone numbers and email addresses on your contacts are current. Most missed notifications come down to an out-of-date number or address.
{% endstep %}

{% step %}

### Confirm your call forwarding

If calls aren't reaching ASC, confirm your business line is still forwarded to your ASC number. Test by calling your business number yourself.
{% endstep %}

{% step %}

### Note what happened

Jot down the date and time (with your timezone), the phone number or contact affected, and exactly what you saw or heard. That's all we need to investigate quickly.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Still stuck, or calls are failing right now? Don't wait, contact us through the Help Center. For active call problems, call the emergency line listed there.
{% 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/help-center/troubleshooting/overview.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.
