# Renda Guide

## Renda Guide

- [What is Renda.io?](https://documentation.renda.io/master.md)
- [HTML to PDF](https://documentation.renda.io/microservices/generate-pdf.md): Renda offers a host of transformation functions to support a variety of enterprise document output needs.
- [PDF Transformation](https://documentation.renda.io/microservices/pdf-converter.md)
- [Time based Authentication](https://documentation.renda.io/microservices/time-based-authentication.md): TOTP Generation and validation APIs
- [Communication](https://documentation.renda.io/microservices/communication.md): The communication API enables text message delivery. Authentication systems can be quickly build using a combination of TOTP API and Communication API to authenticate and onboard users
- [QR Code Generation](https://documentation.renda.io/microservices/qr-code-generation.md)
- [Floe](https://documentation.renda.io/integrations/floe.md)
- [Generate PDF](https://documentation.renda.io/integrations/floe/generate-pdf.md)
- [Send SMS](https://documentation.renda.io/integrations/floe/send-sms.md)
- [SAP On-premise](https://documentation.renda.io/integrations/sap-on-premise.md)
- [SAP Fiori](https://documentation.renda.io/integrations/sap-fiori.md)
- [SAP Conversational AI](https://documentation.renda.io/integrations/sap-conversational-ai.md)
- [MS Teams](https://documentation.renda.io/integrations/msteams.md)
- [Code Samples](https://documentation.renda.io/code-samples.md)
- [SAP On-premise](https://documentation.renda.io/code-samples/abap-code-samples-on-premise.md)
- [SAP BTP - ABAP in the cloud](https://documentation.renda.io/code-samples/abap-code-samples-cloud.md)
- [FAQs](https://documentation.renda.io/faqs.md): Explore a wide range of frequently asked questions
- [Changelog](https://documentation.renda.io/changelog.md): Keep upto date with all new our features and improvements!
- [Open Source Credits](https://documentation.renda.io/credits.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://documentation.renda.io/master.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.
