> For the complete documentation index, see [llms.txt](https://guides.accentvoice.com/accent-cloud-phone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.accentvoice.com/accent-cloud-phone/ios/keypad.md).

# Keypad

The Keypad is the initial page displayed upon login and is the central location for making calls, accessing your voicemail, and editing app [Settings](/accent-cloud-phone/ios/settings.md).&#x20;

## Screen Layout

<figure><img src="/files/eznqGWGqeOXS4SiBuLuY" alt="" width="563"><figcaption></figcaption></figure>

## Making a Call

Calls can be initiated via several different methods:

* Dialing a 10-digit number from the Keypad and pressing the Dial Button to initiate the call.
* Choosing a number from one of your [Contacts](broken://pages/-MWioItANkPIj5xFVv44) listed within the Directory or you personal Address Book.
* Selecting a favorite from the [Quickdial](/accent-cloud-phone/ios/quickdial.md) page.

Once a call is initiated the app will present the [in-call screen](/accent-cloud-phone/ios/phone-calls.md).&#x20;

## Accessing Voicemail

If you have messages in your voicemail box, the Voicemail Button will appear on the Keypad along with a numeric indicator in the top left corner of the screen. To access your voicemail and listen to your messages press the Voicemail Button.  &#x20;


---

# 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://guides.accentvoice.com/accent-cloud-phone/ios/keypad.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.
