# Welcome

**Developer, It is our honour to have you here!** We have prepared this document to explain our API. Please follow the Introduction to start developing with us and make parking lots smarter!​

{% hint style="success" %}
Check out also the documentation of [**NextPark**](https://docs.nextpark.io/) **- The Sales Network of Parking lots!**
{% endhint %}

The API is organized according to the REST architectural pattern. The communication between the server and the clients is based on the exchange of JSON messages. The data of the performed requests should be included in the body of the HTTP requests.

If you have any questions, don't hesitate to get in touch with our Support team at <support@parkflow.io>.

The API has been divided into the following categories:

* **WIDGET** - to provide bookings to ParkFlow via API
* **ONSITE** - to integrate onside parking infrastructure such as gateways, cash desk
* **ADAPTER** - to synchronize with built-in 3rd-parties integrations


---

# 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.parkflow.io/welcome.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.
