# Introduction

Realpad is a Customer Relationship Management (CRM) system specifically designed for Real Estate Developers. We offer a comprehensive platform to manage and streamline various aspects of real estate development projects. Whether you are looking to enhance your sales processes, manage customer interactions, or improve overall efficiency, Realpad has the tools to help you succeed.

One of the key features of Realpad is its API, which allows you to interact with the system and build custom integrations tailored to your specific needs. This means you can seamlessly connect Realpad with your existing software and workflows, ensuring a smooth and efficient operation across all areas of your business. To help you get started, we provide detailed guides and documentation on how to implement these use cases. Explore the possibilities and see how Realpad can transform your real estate development business!

## Quickstart guide

Start [here](https://dev.realpadsoftware.com/integrations/introduction/quickstart-guide) if you need the very basics of how to use the Realpad API.

## Choose your use case

* Integrating [landing-page](https://dev.realpadsoftware.com/integrations/landing-page "mention") with Realpad CRM to collect leads and pricelist data.
* [data-takeout](https://dev.realpadsoftware.com/integrations/data-takeout "mention") from  Realpad CRM
* Incoming [payments](https://dev.realpadsoftware.com/integrations/payments "mention") synchronization
* Check out the recent changes in the [changelog](https://dev.realpadsoftware.com/integrations/introduction/changelog "mention")

## Support

If you have any questions, please contact us on [support@realpadsoftware.com.](mailto:support@realpadsoftware.com)

## Newsletter

{% hint style="info" %}
To stay in touch with the latest updates in our system we suggest [**subscribing to the Integration (API) updates**](https://docs.google.com/forms/d/e/1FAIpQLSfZ1_bQr22k52LuOgiv8cOyN0hmU6VYIBgpZpmrc58CPkEcWQ/viewform?usp=pp_url\&entry.1904105779=IT+\(API,+Integrations\)\&entry.1203981262=receive+emails+about+new+features+in+Realpad\&entry.1203981262=get+access+to+bleeding-edge+features) or visiting this page regularly, otherwise, we can't guarantee that your integration won't be broken.
{% 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://dev.realpadsoftware.com/integrations/introduction.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.
