# Integrations

- [Introduction](https://dev.realpadsoftware.com/integrations/introduction.md)
- [Changelog](https://dev.realpadsoftware.com/integrations/introduction/changelog.md): Chronological overview of changes to Realpad API and integrations-relevant updates.
- [Quickstart Guide](https://dev.realpadsoftware.com/integrations/introduction/quickstart-guide.md)
- [Authentication and Error Handling](https://dev.realpadsoftware.com/integrations/introduction/authentication-and-error-handling.md)
- [Landing page](https://dev.realpadsoftware.com/integrations/landing-page.md)
- [Fetching pricelist data](https://dev.realpadsoftware.com/integrations/landing-page/fetching-pricelist-data.md)
- [Sending leads](https://dev.realpadsoftware.com/integrations/landing-page/sending-leads.md)
- [Updating pricelist data](https://dev.realpadsoftware.com/integrations/landing-page/updating-pricelist-data.md)
- [Uploading project media](https://dev.realpadsoftware.com/integrations/landing-page/uploading-project-media.md)
- [Data Takeout](https://dev.realpadsoftware.com/integrations/data-takeout.md)
- [Payments](https://dev.realpadsoftware.com/integrations/payments.md)


---

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