> For the complete documentation index, see [llms.txt](https://docs.mdintegrations.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mdintegrations.com/readme.md).

# Partner Developer Platform

Start here to build, integrate, and get support with MD Integrations.

Welcome to the MD Integrations Partner Developer Platform.

| <button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask a question</button> |
| -------------------------------------------------------------------------------------------------------------------- |

### Start building

<table data-view="cards"><thead><tr><th>Section</th><th data-hidden data-card-target data-type="content-ref">Start here</th></tr></thead><tbody><tr><td><p><i class="fa-rocket" style="color:$primary;">:rocket:</i></p><p><strong>Get started</strong><br>Set up your account, credentials, and first integration.</p></td><td><a href="https://md-integrations.gitbook.io/md-integrations/documentation/guides/onboarding-guide">https://md-integrations.gitbook.io/md-integrations/documentation/guides/onboarding-guide</a></td></tr><tr><td><p><i class="fa-book-open" style="color:$primary;">:book-open:</i></p><p><strong>Guides</strong><br>Configure offerings, forms, automations, branding, and commerce integrations.</p></td><td><a href="https://md-integrations.gitbook.io/md-integrations/documentation">https://md-integrations.gitbook.io/md-integrations/documentation</a></td></tr><tr><td><p><i class="fa-code" style="color:$primary;">:code:</i></p><p><strong>API reference</strong><br>Explore endpoints for partners, cases, patients, offerings, and questionnaires.</p></td><td><a href="https://md-integrations.gitbook.io/md-integrations/partner-api-reference">https://md-integrations.gitbook.io/md-integrations/partner-api-reference</a></td></tr></tbody></table>

### Explore the platform

<table data-view="cards"><thead><tr><th>Topic</th><th data-card-target data-type="content-ref">Read more</th></tr></thead><tbody><tr><td><p><i class="fa-compass" style="color:$primary;">:compass:</i></p><p><strong>Platform overview</strong><br>Understand the platform and integration model.</p></td><td><a href="/platform-overview.md">Platform Overview</a></td></tr><tr><td><p><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></p><p><strong>Compliance and security</strong><br>Review security and compliance information.</p></td><td><a href="/compliance-and-security.md">Compliance and Security</a></td></tr><tr><td><p><i class="fa-key" style="color:$primary;">:key:</i></p><p><strong>Contact and access</strong><br>Request access or contact the integrations team.</p></td><td><a href="/contact-and-access-request.md">Contact and Access Request</a></td></tr></tbody></table>

### Help and updates

<a href="https://md-integrations.gitbook.io/md-integrations/help-center" class="button secondary" data-icon="life-ring">Help center</a> <a href="https://status.mdintegrations.com/" class="button secondary" data-icon="triangle-exclamation">Status</a> <a href="https://md-integrations.gitbook.io/md-integrations/changelog" class="button secondary" data-icon="clock-rotate-left">Changelog</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mdintegrations.com/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
