# DEB-145: Implementation of Personalisation of the application to individuals

> **Jira:** [DEB-145](https://divami.atlassian.net/browse/DEB-145)  
> **Source Report:** [20260315.md](../../reports/jira/20260315.md)

- **Status:** Start
- **Assignee:** Maggidi Amulya
- **Priority:** Medium
- **Created:** 2026-02-16T08:54:56.607+0530
- **Updated:** 2026-02-16T08:58:38.651+0530

**Description:**

The system or the agent will have the criteria like how it should behave for a C-suit number or someone or someone in the same persona or like what are all the major data points that particular persona has to visualize and see on day to day basis based on this the landing page will be varying for the different person.

**Architecture Diagram:**

```mermaid
flowchart TD
    A[User Logs In] --> B[Load User Profile<br/>from User Info DB]
    B --> C[Determine Persona<br/>e.g. C-Suite / Manager / Analyst]
    C --> D[Core Agent: Fetch persona-specific layout]
    D --> E{Persona Type}
    E -->|C-Suite| F[KPI tiles, executive summary,<br/>high-level charts]
    E -->|Manager| G[Team metrics,<br/>project status, alerts]
    E -->|Analyst| H[Detailed tables,<br/>drill-down charts, raw data]
    F & G & H --> I[Render Personalised Dashboard]
    I --> J[User Aware Agent<br/>tailors chat responses to persona]
```
