# Using The Plum Voice Suite

- ['How To' Guides](https://docs.plumvoice.com/documentation/using-the-plum-voice-suite/how-to-guides.md): Detailed guide on how to use certain features and functionality in Plum's product suite
- [Using Plum’s Transcription API](https://docs.plumvoice.com/documentation/using-the-plum-voice-suite/how-to-guides/using-plums-transcription-api.md): Detailed examples explaining how to use the transcription API across the Plum's product suite
- [Send SMS messages using Fuse's REST module](https://docs.plumvoice.com/documentation/using-the-plum-voice-suite/how-to-guides/send-sms-messages-using-fuses-rest-module.md)
- [Upload an Audio Recording to Storage](https://docs.plumvoice.com/documentation/using-the-plum-voice-suite/how-to-guides/upload-an-audio-recording-to-storage.md)
- [Best Practices for Outbound Calling on the Plum Voice Platform](https://docs.plumvoice.com/documentation/using-the-plum-voice-suite/how-to-guides/best-practices-for-outbound-calling-on-the-plum-voice-platform.md)
- [Robocalling, STIR/SHAKEN, and ANI](https://docs.plumvoice.com/documentation/using-the-plum-voice-suite/how-to-guides/best-practices-for-outbound-calling-on-the-plum-voice-platform/robocalling-stir-shaken-and-ani.md)
- [Use Cases](https://docs.plumvoice.com/documentation/using-the-plum-voice-suite/use-cases.md): Examples of how Plum's product offerings can help you and your business.
- [Adding Transcription to the Voice Channel](https://docs.plumvoice.com/documentation/using-the-plum-voice-suite/use-cases/adding-transcription-to-the-voice-channel.md): Transcription Use Cases for Improving Customer Experiences
- [Combining SMS and Voice for better customer experiences](https://docs.plumvoice.com/documentation/using-the-plum-voice-suite/use-cases/combining-sms-and-voice-for-better-customer-experiences.md)


---

# Agent Instructions: 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:

```
GET https://docs.plumvoice.com/documentation/using-the-plum-voice-suite.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
