> 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/release-notes/readme/jul-18-2026-asc-mobile-app.md).

# Jul 18, 2026: The ASC mobile app

The Answering Service Care mobile app is now available for iOS and Android. Run your answering service from your phone: place calls from your business number, hold and release your calls, follow every message, and track usage in real time.

### What you can do

* **Call from your business number** on any device, straight from the in-app dialer, so your personal number stays private.
* **Hold your calls** when you step away and release them when you are ready. While your calls are held, our live agents take your messages.
* **See your business at a glance** from a home dashboard, with recent activity, messages, contacts, voicemails, billing, and usage one tap away.
* **Follow two-way SMS** as live agents reply to every text 24/7, and step in yourself whenever you want.
* **Track your numbers** with a usage report covering calls, SMS, chat, and to-dos.

### A look inside

{% columns %}
{% column %}

<figure><img src="/files/Oj5s6dv2T1uDOqd1JjNl" alt="ASC mobile app dialer showing a business caller ID and keypad"><figcaption><p>Dial out from your business number.</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/6QbN82mNELQnF2cONAY7" alt="ASC mobile app home screen with calls held and a timer"><figcaption><p>Hold and release your calls.</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/RKVju45uWJM6vWaGQuRO" alt="ASC mobile app home dashboard with recent activity and quick actions"><figcaption><p>Your business at a glance.</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/CGlrooDhf5zJd7u5Hwuq" alt="ASC mobile app usage report with calls, SMS, chat, and to-do totals"><figcaption><p>Track calls, texts, and chats.</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

<figure><img src="/files/31r3U2oZDllCKcyWmjd2" alt="ASC mobile app SMS inbox with live agent replies"><figcaption><p>Live agents reply to every text, 24/7.</p></figcaption></figure>

### Get the app

Download the ASC mobile app from the App Store or Google Play, then sign in with your Client Portal credentials. See the [ASC Mobile App](https://answeringservicecare.com/docs/app/mobile-app) guide to get started.


---

# 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/release-notes/readme/jul-18-2026-asc-mobile-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.
