# Overview

- [Introduction](https://developers-v3.zortout.com/overview/introduction.md): ZORT API is protocol to allow your service (3rd party service) connect to ZORT platform to synchronize ZORT data. Ex. Products, Purchase orders and Orders
- [Data Definition](https://developers-v3.zortout.com/overview/data-definition.md)
- [Webhook](https://developers-v3.zortout.com/overview/webhook.md): ZORT have webhook to callback when some events are triggered. The system will send request by "POST" method to your endpoint URL that set in the system.


---

# 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://developers-v3.zortout.com/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.
