# Welcome!

**Developer**, **It is our honor 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!&#x20;

If you have any questions, don't hesitate to contact our Support: <mark style="color:blue;"><support@nextpark.io></mark>.

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.

{% hint style="success" %}
Check out also the [**ParkFlow.io**](https://app.gitbook.com/o/apfq6lii1d18jgBJQWn7/s/itLitoDCXAvGWx61bo7x/) **- Parking Management System!**
{% endhint %}


---

# 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.nextpark.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.
