> 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/public/get-started.md).

# Get Started

Bring telehealth to your product by registering as an MD Integrations partner.

### Register as a partner

Registration is required for every integration path. Share details about your brand, product, and planned use case. The MD Integrations team then prepares your onboarding.

<a href="https://partners.mdintegrations.com/register" class="button primary">Register as a partner</a>

### What you receive

Registration unlocks the resources needed to plan, build, and launch:

* **Sandbox access** — test patient flows and explore platform behavior before launch.
* **Partner documentation** — access setup guides for the API, White-Label Apps, Shopify, and WooCommerce. This also includes core concepts and endpoint references.
* **Dedicated support** — work with MD Integrations support and engineering in a shared Slack channel.

### Plan your launch

Your launch timeline depends on the integration path and your implementation scope. White-Label Apps and storefront plugins usually require less engineering than a custom API integration. The sandbox and partner documentation support every route.

Not sure which path fits your product? Read [Integration Paths](/public/integration-paths.md) before registering. Contact the team with questions about your use case.

### Common questions

<details>

<summary>How quickly can we launch?</summary>

Most partners can launch in under two weeks. Your timeline depends on the integration path and scope.

</details>

<details>

<summary>When do I get sandbox access?</summary>

You receive sandbox access after you register as a partner.

</details>

<details>

<summary>Which integration path should I choose?</summary>

Choose a prebuilt option for faster setup. Choose the API for a custom experience.

</details>


---

# 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/public/get-started.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.
