> For the complete documentation index, see [llms.txt](https://4heal.gitbook.io/4heal-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://4heal.gitbook.io/4heal-1/introduction/ai-health-concierge-functional.md).

# AI Health Concierge Functional

#### Card 1 ｜ AI Health Analysis Report

**The only entry that automatically generates an Action Plan**

**Use cases:**

Suitable for users who want an overall health insight, such as:

* “What’s actually wrong with my body recently?”
* “I want a combined view of my sleep, activity, diet, and stress.”
* “I want an automatically generated 7-day action plan.”

**Data sources:**

* Health onboarding questionnaire;
* Multi-device data;
* User manual logs;
* Current consultation context (three-question intake modal).

***

#### Card 2 ｜ Medical Check-up / Lab Report Analysis

**Use cases:**

* Can’t understand their medical or lab report;
* Unsure what “high/low” on a given metric actually means;
* Want to know whether an abnormal result needs attention.

**Supported examples:**

* CBC (Complete Blood Count)
* Liver & kidney function
* Fasting glucose / HbA1c
* Hormone panels
* Trace elements, etc.

***

#### Card 3 ｜ Treatment Plan Rationality Analysis

**Use cases:**

When a user just received a prescription or treatment plan and wants to check:

* Whether there may be potential drug–drug interactions;
* Whether there is duplicate medication;
* Whether the treatment course might be too short/too long;
* Whether certain points should be discussed with their doctor.

※ 4Heal does **not** diagnose, does **not** prescribe, and does **not** replace a doctor’s consultation.

**Basic flow:**

1. Upload prescription, medication screenshot, or treatment plan;
2. Answer the three-question intake;
3. AI generates a structured analysis.

***

#### Card 4 ｜ Mental Health Support

**Emotional support & short-term regulation guidance**

**Use cases:**

* Feeling stressed, anxious, irritable, or easily angered;
* Sleep affected by emotional state;
* Mood impacted by life events;
* Need listening, understanding, or emotional reflection;
* Want to try simple relief exercises (breathing, relaxation, mindfulness).

※ No psychiatric diagnosis, no mental disorder screening, no medication suggestions.

***

#### Card 5 ｜ AI Health Q\&A

**General-purpose entry · Open topic**

Suitable for users who don’t know which card to choose.

You can ask any health-related question, such as:

* “My heart’s been beating fast lately, what should I do?”
* “I feel exhausted, is it my sleep?”
* “How should I eat healthier?”

***

#### Card 6 ｜ Action Plan Center

Action plans can be:

* Automatically generated by AI;
* Or manually created by users.

**Types include:**

* **Physical health plans** (from AI Health Analysis);
* **Emotional health plans** (from Mental Health Support).

**Features include:**

* 7-day action plans;
* Daily tasks (completed / not completed);
* Weekly summary;
* Trend evaluation;
* AI dynamic adjustments;
* Encouragement & feedback.

***


---

# 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://4heal.gitbook.io/4heal-1/introduction/ai-health-concierge-functional.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.
