# General Add-ons

- [Status Notifications (events)](https://dev.ropo.com/guides/general-add-ons/status-notifications-events.md)
- [Status Updates (polling)](https://dev.ropo.com/guides/general-add-ons/status-updates-polling.md)
- [Get PDF](https://dev.ropo.com/guides/general-add-ons/get-pdf.md)
- [Preview of invoice](https://dev.ropo.com/guides/general-add-ons/preview-of-invoice.md)
- [Local print of invoice](https://dev.ropo.com/guides/general-add-ons/local-print-of-invoice.md)
- [MyRopoLink](https://dev.ropo.com/guides/general-add-ons/myropolink.md)
- [PayLink](https://dev.ropo.com/guides/general-add-ons/paylink.md)
- [Onboarding](https://dev.ropo.com/guides/general-add-ons/onboarding.md)
- [Onboarding - APIkey Endpoint](https://dev.ropo.com/guides/general-add-ons/onboarding/onboarding-apikey-endpoint.md): This documentation describes, how to create an API endpoint for receiving Ropo One API-keys of the new profiles, which have been created via Onboarding API.


---

# 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://dev.ropo.com/guides/general-add-ons.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.
