> 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/welcome.md).

# Welcome

MD Integrations (MDI) is a white-label telehealth platform and API that lets you embed real medical care into your own product — without building a clinical operation from scratch. You control the brand, we power the medicine.

Whether you're a DTC health brand, a pharma or weight-loss company, a retailer or pharmacy, or a diagnostics company, MDI gives your patients a path from "I need care" to "I have a prescription" — all inside an experience that looks and feels like yours.

## A physician-led platform

Every treatment plan on MDI is reviewed by a board-certified physician. Our medical team spans 15+ specialties and holds licenses in all 50 states, backed by a 24/7 SLA for physician response. MDI is HIPAA compliant, SOC 2 and ISO 27001 compliant, and LegitScript certified — the compliance groundwork is already done, so you can focus on your product and your patients.

## One platform, three products

MDI is built from three connected products that work together behind your brand:

* **Clinicians App** — the operational hub for physicians and support staff.
* **Patient App** — the white-label patient experience, covering intake, messaging, and the patient portal.
* **Partner Portal** — your admin control panel for managing your catalog, branding, automations, and billing.

You don't need to build any of these yourself. You plug into them, brand them as your own, and MDI handles the clinical and operational machinery underneath.

## Built to move fast

Partners can go from signing up to launching a live telehealth experience in under a week, with the flexibility to integrate however fits your stack — from a full API integration to a prebuilt, ready-to-go app.

MDI also offers Shopify and WooCommerce plugins for fast ecommerce integration. Our pharmacy orders platform connects you with 30+ pharmacies, while MDI manages prescription and order fulfillment end to end. An automations platform and additional integrations help partners run and scale operations quickly.

Ready to see how it fits together? Continue to [How It Works](/public/how-it-works.md), or jump straight to [Get Started](/public/get-started.md) to begin the registration process.

## Related reading

* [How It Works](/public/how-it-works.md)
* [Choosing Your Integration Path](/public/integration-paths.md)
* [Get Started](/public/get-started.md)


---

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