# Home

The documentation is split between the[ API](https://foundations-documentation.reapit.cloud/api) and our [Open Source Packages](https://foundations-documentation.reapit.cloud/app-development).

API usage documentation is again split between the [Foundations REST API](https://marketplace.reapit.cloud/developer/api-docs)[ ](https://foundations-documentation.reapit.cloud/api/api-documentation)for querying the Reapit data platform, the[ Desktop API](https://foundations-documentation.reapit.cloud/api/desktop-api) which is relevant to interactions between web-apps and [Reapit Agency Cloud](https://www.reapit.com/agency-cloud/), the [Reapit Connect OAuth](https://foundations-documentation.reapit.cloud/api/reapit-connect) single sign on service, and finally, the [NPM packages](https://www.npmjs.com/org/reapit) we support for [web development.](https://foundations-documentation.reapit.cloud/app-development/web)

In the Open Source docs you will find information, largely about the [Foundations Repo on Github](https://github.com/reapit/foundations). This is the home for all the source code for our web apps, tooling and published packages.&#x20;


---

# 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://foundations-documentation.reapit.cloud/readme.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.
