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

# Platform

> How MIP works — reasoning, databases, files, compute, and outputs.

<img src="https://jtvoivw4pq5vvtmu.public.blob.vercel-storage.com/Title%2817%29.webp" alt="MIP" />

## Overview

MIP is an AI-native research platform for biology. It combines a domain-specialized reasoning engine with scientific databases, a live literature index, uploaded files, and cloud compute so you can ask questions, analyze data, run workflows, and generate structured outputs from one place.

The platform is built around four layers: a **reasoning layer** that understands biological entities and relationships; a **data layer** that connects to public databases and your uploaded files; a **compute layer** that can execute code and run autonomous jobs; and an **output layer** that turns results into documents, spreadsheets, figures, code, and molecular viewers.

<Note>
  MIP is a research and decision-support tool. Outputs should be reviewed by a qualified domain expert before being used in publications, clinical work, regulatory work, or other high-stakes settings.
</Note>

## Who MIP is for

MIP is built for researchers and teams working across biology and biomedicine. This includes:

* **Molecular and cell biologists** investigating gene function, protein interactions, and disease mechanisms
* **Bioinformaticians** running pipelines, validating data, and exploring multi-omics datasets
* **Drug discovery scientists** mapping targets, pathways, and compound activity
* **Translational researchers** bridging bench findings with clinical and population data
* **Lab directors and principal investigators** overseeing analysis across projects and team members
* **Scientific writers and reviewers** turning literature and analysis into structured drafts

Whether you are working on a single gene or a multi-file analysis, MIP adapts to the scope and depth of your question.

## Architecture

<Steps>
  <Step title="Reasoning layer">
    A domain-specialized AI engine understands biological entities and relationships: genes, variants, proteins, pathways, diseases, drugs, phenotypes, experiments, and datasets. It decomposes complex questions into tool calls, searches relevant databases, interprets results, and synthesizes answers with citations.
  </Step>

  <Step title="Data layer">
    MIP connects to public scientific databases, live literature sources, web search, and files you upload or generate in the platform. Files can be referenced directly in chat, code execution, and background jobs.
  </Step>

  <Step title="Compute layer">
    A private execution environment can run Python and R with scientific libraries, and background jobs can run longer autonomous workflows in isolated sandboxes.
  </Step>

  <Step title="Output layer">
    MIP creates structured artifacts such as research briefs, evidence tables, figures, spreadsheets, code files, protein viewers, paper drafts, and downloadable job outputs.
  </Step>
</Steps>

## Research modes

The chat interface supports two selectable research modes.

| Mode                    | What it emphasizes                                                                                           |
| ----------------------- | ------------------------------------------------------------------------------------------------------------ |
| **Biomedical Research** | Literature, gene and protein function, pathways, disease mechanisms, variants, drugs, and evidence synthesis |
| **Omics Analysis**      | RNA-seq, single-cell, multi-omics, uploaded datasets, statistics, data QC, and computational analysis        |

Research mode is selected before the first message and then locked for the chat, so follow-up turns stay coherent.

## Uploaded data and files

MIP supports many research file types through chat uploads, the Files page, code execution, and background jobs.

Common inputs include:

* Tables: CSV, TSV, JSON, XLSX
* Genomics and sequence files: VCF, FASTA, BED, MTX
* Single-cell and omics files: H5AD, count matrices, metadata tables
* Documents: PDF, TXT, Markdown, protocols, manuscripts
* Images and figures: PNG, JPG, SVG
* Archives: ZIP and GZ files

Files are organized by project and can be referenced with `@` in chat.

## Data sources

MIP integrates evidence from public databases across scientific categories. Available sources can vary by capability and plan.

| Database                    | Category            | Used for                                                                   |
| --------------------------- | ------------------- | -------------------------------------------------------------------------- |
| **PubMed**                  | Literature          | Peer-reviewed publications, systematic reviews, methods, and reviews       |
| **bioRxiv / medRxiv**       | Literature          | Preprints and emerging research                                            |
| **ClinVar**                 | Clinical evidence   | Variant clinical significance, review status, and conditions               |
| **OMIM**                    | Clinical evidence   | Gene-disease relationships and inheritance patterns                        |
| **ClinGen**                 | Clinical evidence   | Gene-disease validity and dosage sensitivity                               |
| **gnomAD**                  | Population genetics | Allele frequencies across global populations                               |
| **dbSNP**                   | Population genetics | Variant rsID identifiers                                                   |
| **GWAS Catalog**            | Population genetics | Genome-wide association study results                                      |
| **UniProt**                 | Protein             | Protein sequence, function, domains, PTMs, and active sites                |
| **PDB**                     | Structure           | Experimentally determined protein structures                               |
| **AlphaFold**               | Structure           | AI-predicted protein structures                                            |
| **ChEMBL**                  | Drug discovery      | Bioactivity data and compound-target relationships                         |
| **Open Targets**            | Drug discovery      | Target-disease associations and tractability                               |
| **DrugBank**                | Pharmacology        | Drug mechanisms, interactions, and pharmacokinetics                        |
| **PharmGKB**                | Pharmacogenomics    | Drug-gene interactions and dosing guidance                                 |
| **KEGG / Reactome**         | Pathways            | Biological pathway maps and curated reactions                              |
| **Gene Ontology**           | Annotation          | Biological process, molecular function, and cellular component annotations |
| **MyGene.info / NCBI Gene** | Gene                | Gene metadata, summaries, nomenclature, and orthologs                      |
| **HPO**                     | Phenotype           | Human Phenotype Ontology terms and gene associations                       |

<Tip>
  If there is a database or data source you need integrated, let us know at [contact@purna.ai](mailto:contact@purna.ai). We actively prioritize requests from researchers.
</Tip>

## Output types

<AccordionGroup>
  <Accordion title="Research briefs and evidence tables" icon="book-open">
    Summaries, source-backed comparisons, contradiction analysis, citation tables, and literature landscapes.
  </Accordion>

  <Accordion title="Spreadsheets and data exports" icon="table">
    Tabular data in CSV or spreadsheet format for downstream analysis or sharing.
  </Accordion>

  <Accordion title="Code files and execution results" icon="terminal">
    Python or R scripts, statistical outputs, transformed datasets, and generated figures. See [Code Execution](/code-execution).
  </Accordion>

  <Accordion title="Protein and structure outputs" icon="cubes">
    Protein visualizations, sequence viewers, model outputs, structure predictions, and molecular design artifacts.
  </Accordion>

  <Accordion title="Hypothesis evaluation" icon="swords">
    Multi-agent debate outputs including consensus, unresolved tensions, minority dissent, and supporting evidence. See [Consilium](/guides/consilium).
  </Accordion>

  <Accordion title="Visualizations and figures" icon="chart-bar">
    Charts, scientific figures, plots, pathway maps, and image outputs generated from natural language or code.
  </Accordion>
</AccordionGroup>

## Limitations

* MIP does not make autonomous clinical, regulatory, or experimental decisions.
* AI-generated analysis should be verified against primary sources and underlying data.
* Database-backed answers reflect the source records available at query time.
* Uploaded-file analysis depends on file quality, metadata clarity, and the context you provide.
* Code execution and background jobs can produce incorrect results if the requested analysis is underspecified or the input data is malformed.

## Security and privacy

* Data is encrypted in transit and at rest.
* Private chats remain visible only to their owner unless shared.
* Team-visible projects let collaborators access selected workspaces.
* Uploaded files and generated outputs are scoped to your account, project, and sharing settings.
* Data access and mutations are logged for auditability.

<Note>
  Do not include direct identifiers, secrets, credentials, or confidential third-party data in prompts, file names, project names, or shared conversations unless your organization has approved that workflow.
</Note>
