# REST APIs & Integration

- [Introduction](https://dev.apirtc.com/apirtc-developer-portal/rest-apis-and-integration/introduction.md): Apizee and ApiRTC REST APIs enable developers to manage video chat lifecycle and integrate valuable data into other systems.
- [Apizee REST APIs](https://dev.apirtc.com/apirtc-developer-portal/rest-apis-and-integration/apizee-api-rest-description.md): Several use cases can be implemented through Apizee REST APIs.
- [Session Events API](https://dev.apirtc.com/apirtc-developer-portal/rest-apis-and-integration/apizee-api-rest-description/session-events-api.md): This documentation describes how to interact with the Apizee API to retrieve events that occur during video sessions ("video-assistance").
- [3rd-party software integration](https://dev.apirtc.com/apirtc-developer-portal/rest-apis-and-integration/3rd-party-software-integration.md): Apizee video capabilities can be integrated into any business platform.
- [Webhooks](https://dev.apirtc.com/apirtc-developer-portal/rest-apis-and-integration/webhooks.md): Webhooks are a great way to trigger actions in 3rd party systems.
- [Rate Limits](https://dev.apirtc.com/apirtc-developer-portal/rest-apis-and-integration/rate-limits.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://dev.apirtc.com/apirtc-developer-portal/rest-apis-and-integration.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.
