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

# Context

> What Latch Agent sees and uses to inform its responses.

<Columns>
  <div>
    The agent can see your conversation history, notebook contents, and analysis results to understand what you're working on and provide relevant responses.
  </div>

  <Frame>
    <img src="https://mintcdn.com/latchbio/O9ccDM5r9gHXixUG/images/agent/context.png?fit=max&auto=format&n=O9ccDM5r9gHXixUG&q=85&s=3ca2685fede48879ab26a7ffe723dd68" alt="Context" width="1302" height="1188" data-path="images/agent/context.png" />
  </Frame>
</Columns>

## What the Agent Can See

### Conversation

The agent remembers your entire conversation history in the current session, including your questions, the agent's responses, and any analysis results.

### Current Notebook

The agent can see:

* All code in your notebook cells
* Execution results and outputs from running cells
* Plots and visualizations you've generated
* Interactive widgets and their current settings
* Variables and data in your notebook

This helps the agent understand what analysis you've already done and build on your work.

### Analysis Plan

If you're working through a multi-step analysis, the agent can see your plan and track progress through each step.

### Platform-Specific Knowledge

The agent has access to documentation for supported technologies (Xenium, Vizgen, Takara, Visium, AtlasXOmics, etc.) and can reference best practices and workflows specific to your platform.

### Attached Files

When you attach files via the chat, the agent can use them in the analysis.

## What the Agent Cannot See

* **Previous sessions**: Each notebook session is isolated—the agent starts fresh each time
* **Other notebooks**: The agent only sees the current notebook you're working in
* **External websites**: The agent cannot browse the internet or access external URLs

<Note>
  If you want the agent to continue work from a different notebook, ask the agent in your previous notebook to create a summary file, upload to Latch Data, and attach the summary file in the new notebook.
</Note>
