DocsCatalogPricing
Sign inStart research

Start

Docs homeGetting started

Product

WorkspaceLibrary filesAbstractsPresentationsDashboards

Admin

OrganizationsSecurity & privacy

Developers

Developer APIMCP serverIntegrationsTool catalog

Documentation

Docs homeGetting startedWorkspaceLibrary filesAbstractsPresentationsDashboardsOrganizationsSecurity & privacyDeveloper APIMCP serverIntegrationsTool catalog
Documentation

Research workspace

The workspace combines an agent transcript, generated artifacts, reusable library context, and analysis cells in one session-aware surface.

Open the workspace
Tau-PET endpoints
Biomedical · 3 tool calls
Live
Are tau-PET endpoints replacing amyloid-PET in late-stage Alzheimer trials?
Tools usedPubMedClinicalTrials.gov
In two of three recent late-phase trials, tau-PET correlated more tightly with cognitive decline than amyloid-PET — but the trials are small and heterogeneous.
In two of three recent late-phase trials, tau-PET correlated more tightly with cognitive decline than amyloid-PET — but the trials are small and heterogeneous.
pubmed:30134522trial:NCT04482907
Ask Cortexa — drugs, genes, trials, structures…

Split pane

Cohort prep
Experiment · pandas
Live
Stratify the cohort by enrollment quarter for the training split.
Tools usedrun_python
Stratified split is balanced (Q1 27% · Q2 26% · Q3 24% · Q4 23%). Saved to splits/.
Stratified split is balanced (Q1 27% · Q2 26% · Q3 24% · Q4 23%). Saved to splits/.
Ask Cortexa — drugs, genes, trials, structures…

Core concepts

The workspace is organized around a research session. Each surface either adds context, generates output, or helps continue the work.
Sessions
Conversation, attachments, artifacts, and analysis runs kept together.
Artifacts
Abstracts, decks, charts, molecular structures, cited figures, and citations render inline; save files to reuse them.
Library context
Attach files to one session, or save them for reuse when the source matters later.
Agent memory
Follow-ups can refer to prior answers, exact cited source titles and links, and experiment outputs — including after a long session is compressed.

Keep researching while artifacts build

Abstract, presentation, and dashboard generation runs in the background. You can ask another follow-up immediately; Cortexa keeps the question and the artifact job progresses independently.

See when Cortexa is working

The active response has a moving light around its border while Cortexa is thinking or using tools. The signal stops as soon as the answer begins, and remains static when reduced motion is enabled.

Rate answers to reach the team

Every completed answer carries thumbs up/down next to Copy answer. A thumbs-down lets you pick what went wrong (facts, citations, instructions, depth, formatting) and add a note — that report opens a thread the team answers in My Feedback, exactly like feedback sent from the feedback pill. Ratings help prioritize quality reviews; they never change your session.

Copy answers into Word or Docs

Use Copy answer to place both formatted HTML and clean plain text on the clipboard. Word, Google Docs, Outlook, and other rich editors preserve headings, lists, links, emphasis, and tables; plain-text editors receive readable text without Markdown markers. The session Export menu offers the same formatted copy for the full transcript, while Markdown remains available as a download. Hovering any rendered table also reveals Copy table (pastes with structure into Excel, Sheets, or Word) and an Excel (.xlsx) download; dashboard table panels carry the same actions built from their source data.

Turn the latest answer into a deliverable

The most recent completed Cortexa answer keeps its abstract, presentation, dashboard, and experiment actions visible — even when the session ends with an unanswered follow-up or comes from an older saved session. Earlier generated artifacts remain attached to their original answers.

Live web research

Cortexa can search and read the current web in a turn, or crawl a related set of public pages into a private, reusable Library snapshot.

Web pages and research databases work together

Cortexa uses live web search for current pages, organizations, news, and links you provide. For papers, trials, regulations, and structured scientific records, it prefers the dedicated research source because that evidence is cleaner, more complete, and easier to cite.

Crawl a public website in the background

Ask Cortexa to walk a public site when one answer needs many related pages. A crawl stays on the requested site, obeys robots.txt, runs independently of chat, and saves up to 250 usable pages with direct URL citations and content fingerprints. You can keep chatting while it runs; Cortexa automatically continues the original request after the snapshot is searchable.

Large crawls wait for approval

A crawl waits for your confirmation once it would cost about 50pages’ worth of credits, or sooner if that would be a tenth of the credits you have left. The card shows the page count and credit estimate before anything is spent. A crawl that starts small and turns out to be large pauses and asks again rather than spending the rest of your page budget. Final charges use the usable pages actually saved, not the estimate. You can cancel while mapping or crawling. Cortexa does not crawl login-only sites, bypass CAPTCHAs or paywalls, follow other domains, or use evasion techniques.

When a site is bigger than the crawl

No crawl reads more than 250 pages. When a site holds more than that, the card says how many pages it found and how many will be read, so you can see the snapshot covers part of the site before you approve it. On a site too large to survey up front, Cortexa assumes the full 250 pages and asks before it starts rather than guessing low. Point the crawl at a specific section when you need thorough coverage of one area.

Experiments

Experiment cells are for executable analysis. Use them when you need data preparation, statistical checks, chart generation, or a training pipeline handoff. Later cells can use earlier code and output summaries as context, but generated files are not automatically mounted into a fresh Python run unless they are saved to the Library or passed in explicitly.
Normalize cohort baseline
Experiment 1 · Python
import pandas as pd
import matplotlib.pyplot as plt

df = pd.read_csv("trial-cohort-baseline-2026.csv")
clean = df.dropna(subset=["age", "biomarker_a"])

ax = clean.plot(
    kind="scatter", x="age", y="biomarker_a",
    color="#22d3ee", alpha=0.7, figsize=(7, 4),
)
ax.set_title("Age vs. biomarker A — cleaned cohort")
plt.tight_layout()
plt.savefig("baseline.png", dpi=150)
Results
›Loaded 412 rows · dropped 17 with missing age/biomarker
›Saved figure → baseline.png

Naming experiments

Rename cells to match the analysis intent, such as “Normalize RNA-seq counts” or “Prepare training split.” Titles persist once the session can associate the cell with its saved analysis run.

Spreadsheet revisions preserve untouched cells

When you ask Cortexa to revise an existing .xlsxworkbook, it uses a typed cell-edit operation instead of regenerating the file. The returned workbook is a new version with a cell-level change summary; if serialization changes an unrequested cell, the edit is rejected rather than published.

Analyses that run for hours

Most code finishes inside the answer. When the work genuinely needs longer — a large parameter sweep, a long model fit, a simulation — Cortexa starts it in the background and finishes its reply instead of making you wait. A card in the chat shows progress, time used against the limit, and a Stop button. When the analysis finishes, Cortexa reopens the conversation with the results, so you can close the tab in the meantime.

You approve the cost before a long analysis starts

Anything expensive — or anything that would use a large share of the credits you have left — pauses and asks first. The card shows the most it can cost and the longest it can run before you decide, and nothing runs until you choose. Those limits are enforced while it runs: an analysis that reaches either one is stopped and you are told why. You are charged for the processor time actually used, which is usually less than the estimate.

Split panes

Split panes are designed as session-isolated views. Opening the same session twice will show the same saved state after refresh, but live keystroke-level collaboration is intentionally out of scope until the product adds real-time sync.

Up to 12 panes at once

Drag a session from the sidebar onto the edge of a pane to split it, in any direction, as deep as you like up to 12 panes in one workspace. Each pane runs its own session independently — a run continues whether or not its pane is the one you are looking at, and whether or not the tab is open. Panes get narrow well before the limit does, so on a laptop a grid of four to six is usually more readable than filling the whole budget.

Answer transparency

Cortexa tells you how well-grounded each part of an answer is, so you can see at a glance what needs a second look.
Clickable claim citations
Sourced claims carry an inline pill or source link — in prose and inside evidence-table rows, where each row's source column is clickable too. Hover or focus to preview captured evidence; open the source directly from the preview.
Evidence-completeness flags
When a cited source was only readable as the paper's own abstract or metadata (not full text), the citation is flagged inline — e.g. “(abstract only)”. On by default; toggle it under Settings → Preferences.
Computed figures show their work
A figure Cortexa worked out itself — a growth rate, a per-unit dose, a difference between two studies — isn’t in any source, so it arrives with the inputs it came from (each keeping its own citation) and the method, instead of borrowing a source’s citation as though that source published the result.
Projections are labelled as projections
A forward-looking figure is marked as projected wherever it appears — including inside tables, slide rows, and exports — and states the assumptions and the period it covers. Cortexa won’t project past that period, and won’t produce a forecast with no observed data behind it.
Scoped claims
Claims stay scoped to what Cortexa actually read. If retrieved sources don't contain a value, it says so rather than filling the gap from memory.
Evidence-first operational answers
For consequential procedures, doses, thresholds, deadlines, and safety factors, Cortexa prioritizes authoritative sources, cites the load-bearing claims inline, and tells you when a value could not be grounded in what it read.

How high-stakes questions are handled

Operational questions run an additional policy check that steers the turn toward authoritative retrieval, and cited sources pass a citation audit before they render. When an authoritative passage cannot be retrieved, Cortexa states what evidence is missing rather than presenting an ungrounded value as settled. The policy check is a platform safety step and is not added to the turn's displayed credit consumption. Cortexa uses the recent conversation to distinguish consequential real-world instructions from nonclinical research analysis, including short follow-ups whose study context was established earlier.

When a turn reaches its processing limit

Cortexa stops starting new tool or analysis work, then answers from the evidence and artifacts already gathered. It distinguishes completed findings from remaining gaps, so the result may be partial without appearing to be a failed or silently truncated run. This is an automatic per-turn processing limit, not a budget configured on your account. Cortexa also stops after an empty tool result and one unsuccessful repair attempt rather than repeating searches that are not producing usable information.

When a tool keeps failing

A tool that fails the same way twice — an upstream that times out, a rate limit, a service that cannot be reached — is treated as unavailable for the rest of that turn. Cortexa stops calling it and says in the answer what could not be retrieved, instead of spending the turn on further attempts. Code and data-analysis errors get one extra repair attempt first, because the error message is itself something to act on.

Get full-text grounding

If a key paper is flagged as abstract-only, upload the PDF to the session or Library — Cortexa will synthesize from the full text and the flag goes away on the next answer.

Textbooks and open books

For long-form reference, Cortexa can search NCBI Bookshelf (clinical / biomedical textbooks), OpenStax (foundational STEM open textbooks), and DOAB (open-access scholarly books). Bookshelf results are free-to-read links and short snippets — not a full-text scrape. See the tool catalog for search_ncbi_bookshelf, search_openstax, and search_doab.

On this page

Core conceptsLive web researchExperimentsSplit panesAnswer transparency
Cortexa.

The agent for research teams. 1.4K+ research tools across scientific and professional fields, with sources attached to the claims they support.

Product

  • Documentation
  • Integrations
  • Tool catalog
  • Security & privacy
  • Pricing

Get started

  • Start research
  • Sign in
  • Developer API
  • MCP server

Support

  • Help center
  • Contact us
  • Terms of Service
  • Privacy Policy

© 2026 Cortexa. All rights reserved.

TermsPrivacy·For research context only · Not medical, legal, or financial advice.