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

# Available Experts

> A registry of prebuilt Experts available in the Corti Agentic Framework

The Corti Agentic Framework ships with a **registry of prebuilt Experts** that the Orchestrator can compose into multi-step clinical workflows. Each Expert is a discrete capability, ranging from in-context memory recall, to clinical reference lookup, to medical coding, to structured interviewing.

Browse the list below to see what is available out of the box. You can also [bring your own Expert](/agentic/experts) by exposing an MCP server and registering it with Corti.

<Tip>
  Want to inspect the live registry programmatically? Use the [Expert Registry API](/agentic/agents/list-registry-experts) endpoint to retrieve the full list of available experts, their descriptions, and configuration schemas.
</Tip>

## Core toolbox

These experts are foundational to most agent workflows and should be available to the Orchestrator by default.

<Columns cols={2}>
  <Card title="Memory" icon="brain-circuit" href="/agentic/experts/memory">
    Recall and analyze content from large contexts and files within a single request. Core toolbox expert — keep available across most workflows.
  </Card>
</Columns>

## Knowledge & clinical reference

<Columns cols={2}>
  <Card title="POSOS" icon="pill" href="/agentic/experts/posos">
    Get medication guidance including dosing, interactions, contraindications, and prescribing considerations from POSOS.
  </Card>

  <Card title="DrugBank" icon="capsules" href="/agentic/experts/drugbank">
    Look up detailed drug information, medication profiles, and drug-drug interactions from DrugBank.
  </Card>

  <Card title="PubMed" icon="microscope" href="/agentic/experts/pubmed">
    Search PubMed for scientific articles, abstracts, and citations from biomedical literature.
  </Card>

  <Card title="Clinical Trials" icon="flask-conical" href="/agentic/experts/clinicaltrials-gov">
    Search for clinical trials, study protocols, eligibility criteria, and recruitment status.
  </Card>

  <Card title="Web Search" icon="globe" href="/agentic/experts/web-search">
    Search the web and retrieve up-to-date information from online sources.
  </Card>
</Columns>

## Medical coding

<Columns cols={2}>
  <Card title="Medical Coding (General)" icon="asterisk" href="/agentic/experts/medical-coding">
    Assign medical diagnosis and procedure codes from clinical notes using AI-assisted coding across all supported coding systems.
  </Card>

  <Card title="Medical Coding (ICD-10-CM)" icon="asterisk" href="/agentic/experts/medical-coding">
    Assign ICD-10-CM diagnosis codes (US standard) from clinical notes.
  </Card>

  <Card title="Medical Coding (ICD-10 WHO)" icon="asterisk" href="/agentic/experts/medical-coding">
    Assign ICD-10-WHO international diagnosis codes from clinical notes.
  </Card>

  <Card title="Medical Coding (ICD-10-PCS)" icon="asterisk" href="/agentic/experts/medical-coding">
    Assign ICD-10-PCS inpatient procedure codes (US standard) from clinical notes.
  </Card>

  <Card title="Medical Coding (ICD-10 UK)" icon="asterisk" href="/agentic/experts/medical-coding">
    Assign ICD-10-UK diagnosis codes (UK standard) from clinical notes.
  </Card>
</Columns>

## Computation & structured workflows

<Columns cols={2}>
  <Card title="Medical Calculator" icon="calculator" href="/agentic/experts/medical-calculator">
    Perform clinical calculations such as BMI, HbA1c, glucose conversions, and other medical formulas.
  </Card>

  <Card title="Interviewing" icon="clipboard-list" href="/agentic/experts/questionnaire-interviewing">
    Guide users through structured questionnaires and clinical interviews step by step.
  </Card>
</Columns>

<Note>
  Need an Expert that isn't listed here? You can [register your own MCP server](/agentic/experts) as a custom Expert, or [contact us](https://help.corti.app/) to discuss new integrations.
</Note>
