# Developments

{% hint style="info" %}
This is a public documentation and it’s always changing, so keep visiting it in case there’s any update.
{% endhint %}

AlterEstate allows real estate developers to create projects inside the platform. With this documentation you'll be able to retrieve buildings and units inside a real estate project of AlterEstate. This can be used to connect your availability with other softwares.

If you have any question please contact our development team emailing us at <development@alterestate.com>

### Developments API

{% content-ref url="/pages/4jdUNVskwsGGd3Hk3Bvu" %}
[GET - Buildings](/developments/get-buildings.md)
{% endcontent-ref %}

{% content-ref url="/pages/jU7MYjuTWmjiGbJz4KgJ" %}
[GET - Units](/developments/get-units.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://dev.alterestate.com/developments.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.
