# External Integration and API Documentation Overview

## [**REST API Integration**](https://cloudassert.github.io/hybrapidocs/)

Hybr has exposed various rest APIs from which you can perform wide range of operations. The below link will redirect you to the API Documentation page.

[Hybr API Documentation](https://cloudassert.github.io/hybrapidocs/)

## [External Webhook Integration](/hybr/api-documentation/external-webhook-integration.md)

Hybr now supports external webhook integration. You can now call the external APIs of the application which supports webhooks.

## [Zapier Integration](/hybr/api-documentation/zapier-integration.md)

Hybr now supports Zapier integration. With the help of external webhook, Hybr is now a registered partner in Zapier. You can now integrate various platform to Hybr with the help of Zapier. Click here to view more details on Zapier integration with Hybr.


---

# 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.cloudassert.com/hybr/api-documentation/external-integration-and-api-documentation-overview.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.
