> ## Documentation Index
> Fetch the complete documentation index at: https://developer.eka.care/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

# Assessment Platform Overview

Eka Care's Assessment Platform empowers healthcare providers with AI-driven health assessments. Simply configure your workflow, and our platform will guide patients through intelligent questionnaires to provide tailored health insights.

## 🎯 What is the Assessment Platform?

The Assessment Platform is an AI-powered health assessment tool that evaluates patients through dynamic, intelligent questionnaires. It supports symptom check, risk and general assessments.

## 🛠️ Integration Products

The Assessment Platform offers **3 different ways** to integrate health assessments into your workflow:

### 1. 🎨 **Web SDK**

*Pre-built UI components for web applications*

**What it is**: Ready-to-use JavaScript SDK with built-in UI components\
**Who it's for**: Web applications wanting quick integration with minimal coding

**How it works**:

* Include SDK script → Initialize with config → Render assessment UI
* Pre-built responsive UI
* Handles all API calls automatically

**Get Started**: [Web SDK Documentation](https://developer.eka.care/api-reference/health-ai/assessment/SDKs/assessment-ts-sdk)

***

### 2. 📦 **Backend SDKs**

*Pre-built libraries for server-side integration*

**What it is**: Ready-to-use code libraries for backend services\
**Who it's for**: Applications needing server-side assessment management

**Available SDKs**:

* [Python SDK](https://developer.eka.care/api-reference/health-ai/assessment/SDKs/ekapython-sdk) - For Python/Django/Flask applications

**How it works**:

* Import SDK → Call simple methods → Get assessment results
* Handles authentication and response formatting automatically

***

### 3. 🌐 **REST APIs**

*Direct API access for custom integrations*

**What it is**: Raw HTTP endpoints that you call directly\
**Who it's for**: Advanced developers, microservices, or any programming language not covered by SDKs

**How it works**:

1. Initialize assessment → Start assessment → Continue with responses → Submit final answer
2. Full control over the process
3. Works with any programming language

**Get Started**: [API Documentation](https://developer.eka.care/api-reference/health-ai/assessment/assessment-flow/overview)

**Ready to integrate intelligent health assessments?** Choose your integration method above and start building!
