> For the complete documentation index, see [llms.txt](https://docs.cebodtelecom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cebodtelecom.com/overview/voicemail/check-voicemail.md).

# Navigate through the Voicemail Menu

A number of option keys are available to navigate through voicemail menu.&#x20;

**Press 1:** Listen to New Voicemail Messages&#x20;

While the messages are playing, use the following keys to:

* **Press 4** to rewind the message for a few seconds
* **Press 6** to fast forward the message for a few seconds

Please note that the above fast forward and rewind message functions are only available when the messages are playing.  When the message reaches the end Press 1 to go to the previous message and Press 3 for next message.

**Press 2:** Listen to Saved Messages

* **Press 1** to Go to the previous message
* **Press 3** to Go to next message.
* **Press 4** to send the Email with the message.  This will send the message and delete the file from the system.

While the messages are playing, use the following keys to Rewind and Fast forward the message. &#x20;

* **Press 4** to rewind the message for a few seconds.
* **Press 6** to fast forward the message for a few seconds.

Please note that the above fast forward and rewind message functions are only available when the messages are playing.  When the message reaches the end Press 1 to go to the previous message and Press 3 for next message.

**Press 5:** Advanced options&#x20;

* **Press 1** to Record Greeting&#x20;
  * Choose the Greeting number (1-9) to record (Option to record and save 9 different greetings such as Main greeting, Temporary holiday greeting)&#x20;
    * Press 1 to Listen to the recording
    * Press 2 to Save the Recording
    * Press 4 to re-record the greeting
* **Press 2** Choose Greeting to be Played (1-9)&#x20;
* **Press 3** Record First and Last name&#x20;
  \*
  * Press 1 to Listen to the recording
  * Press 2 to Save the Recording
  * Press 4 to re-record the greeting
* **Press 6** Change Password&#x20;
* **Press 0** Main Menu&#x20;

**Press 7:** Delete the current message.

**Press # :** To Exit


---

# 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://docs.cebodtelecom.com/overview/voicemail/check-voicemail.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.
