# Third party app development

Ushahidi Platform is designed to be extensible and pluggable. Developers can create applications that connect to Ushahidi Platform in order to access its data, extend its features or automate the integration with other systems.

The following resources are available for such task:

* [REST API Documentation](/platform-developer-documentation/dev-legacy-v3/tech-stack/api-documentation.md). The REST API makes the data and methods of the Platform available through the network.
* [Web hooks](/platform-developer-documentation/dev-legacy-v3/tech-stack/connected-app-development/web-hooks.md) . With Web hooks the platform is able to push events to external systems, in order to continuously notify them of updates in the data.

{% content-ref url="/pages/-MF6ctk68ODduK3SfuEL" %}
[Web hooks](/platform-developer-documentation/dev-legacy-v3/tech-stack/connected-app-development/web-hooks.md)
{% endcontent-ref %}


---

# 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.ushahidi.com/platform-developer-documentation/dev-legacy-v3/tech-stack/connected-app-development.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.
