> For the complete documentation index, see [llms.txt](https://docs.saas.haut.ai/haut.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saas.haut.ai/haut.ai/guides/lead-generation-for-clinics.md).

# Consumer App for Clinics: From Setup to Follow-Up

How skin and aesthetic clinics use the Consumer App to show visitors their own face results, capture contact details, and book consultations.

Skin and aesthetic clinics win new patients by showing prospective clients something specific about their own skin, then inviting them to book. The [Consumer Apps](/haut.ai/haut.ai-features/consumer-apps.md) lets you do exactly that with no code: a visitor runs an AI face skin analysis, sees their results, and leaves you their contact details so you can follow up and book a consultation.

This guide covers the **face** skin analysis app. You'll choose the face application type when you create it in the first step.

This guide is for clinics, medspas, and aesthetic or dermatology practices that want to turn website visitors and in-clinic guests into booked consultations. By the end you'll have a Consumer App set up as a lead-generation funnel, embedded where your prospects are, and wired to send each new lead into your CRM.

{% hint style="info" %}
The Consumer App is also called the **Skin Consultant App** in some parts of the platform (for example, the dashboard URL `saas.haut.ai/app/skin-consultant`). They are the same product.
{% endhint %}

{% hint style="success" %}
The Consumer App is available for <mark style="color:green;">all</mark> Subscription Plans.
{% endhint %}

***

## How the flow works

For a clinic, the Consumer App turns a skin analysis into a lead in five stages:

1. **Attract** — a prospect opens your app from your website, a link, or a QR code in the clinic.
2. **Analyze** — they take a selfie and get a personalized AI skin analysis.
3. **Capture** — a short survey collects their name, email, and phone number, with consent.
4. **Follow up** — their results are emailed automatically, and the lead lands in your CRM.
5. **Convert** — your team books the consultation or treatment.

The steps below configure each stage in order. If you don't sell products online, you can still run the whole funnel — the analysis and lead capture work on their own.

***

Follow these steps to set up the funnel:

1. [Set Up Your Clinic's Consumer App](/haut.ai/guides/lead-generation-for-clinics/set-up-your-clinic-app.md)
2. [Present Treatments and Consultations](/haut.ai/guides/lead-generation-for-clinics/present-treatments-and-consultations.md)
3. [Add a Survey to Collect Visitor Details](/haut.ai/guides/lead-generation-for-clinics/capture-leads-with-a-survey.md)
4. [Share and Embed the App](/haut.ai/guides/lead-generation-for-clinics/share-and-embed-the-app.md)
5. [Send Results by Email and Route Contacts to Your CRM](/haut.ai/guides/lead-generation-for-clinics/follow-up-and-route-leads.md)
6. [Track App Performance with Google Analytics](/haut.ai/guides/lead-generation-for-clinics/measure-and-optimize.md)

***

{% hint style="warning" %}
Not a Haut.AI client yet?
{% endhint %}

<a href="https://haut.ai/book-a-demo?utm_source=referral&#x26;utm_medium=saas_docs&#x26;utm_campaign=Docs_SaaS_HautAI" class="button primary" data-icon="user-vneck">Book a demo</a> <a href="https://haut.ai/product/ai-skin-analysis?utm_source=referral&#x26;utm_medium=saas_docs&#x26;utm_campaign=Docs_SaaS_HautAI" class="button secondary" data-icon="external-link">Platform overview on haut.ai</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.saas.haut.ai/haut.ai/guides/lead-generation-for-clinics.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.
