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

# Previewing files

> Open spreadsheets, PDFs, documents and images right in the conversation — search inside a PDF, page through it, no download needed.

Open what your coworker produced without downloading it first.

## What opens in place

Click a file in the panel and it opens beside the conversation.

|                     | What you get                                                            |
| ------------------- | ----------------------------------------------------------------------- |
| **PDFs**            | Full document, page by page, with search and a page rail to jump around |
| **Spreadsheets**    | Rendered as a table you can scroll and read                             |
| **CSV files**       | The same, as a proper table rather than raw text                        |
| **Documents**       | Formatted, the way they're meant to look                                |
| **Images**          | Full size                                                               |
| **Markdown**        | Formatted, not raw                                                      |
| **Web pages**       | Rendered                                                                |
| **Data files**      | Structured and readable rather than one long line                       |
| **Audio and video** | Played in place                                                         |

<Frame caption="A result opened in place. You can read the numbers your coworker is talking about while you talk about them.">
  <img src="https://mintcdn.com/glorium/JBtd_griZWPnHu68/images/cowork/files/previews/01-spreadsheet.webp?fit=max&auto=format&n=JBtd_griZWPnHu68&q=85&s=faf343a428160cec57d84a0d20cd5fad" alt="A reconciliation spreadsheet rendered as a readable table, with two rows flagged as differing" width="1152" height="452" data-path="images/cowork/files/previews/01-spreadsheet.webp" />
</Frame>

The PDF viewer is the one worth knowing about. Search finds text inside the document, and the page rail down the side lets you jump to a page — so a coworker handing you a forty-page report gives you something you can actually check.

## Why this matters

The point isn't convenience. It's that **checking your coworker's work should be easier than doing it yourself**, or you won't check.

A result you have to download, find in your downloads folder and open in another application is a result you'll skim and accept. One that opens next to the conversation, where you can read the number and compare it against what your coworker said, is one you'll actually verify.

## Good to know

<Tip>
  Ask questions about what you're looking at. "Row 40 looks wrong — where did that come from?" while the spreadsheet is open in front of you is a much better conversation than describing the problem from memory.
</Tip>

<Note>
  Previewing doesn't change anything. To edit, use the editor for text files — see [The file manager](/cowork/files/file-manager) — or ask your coworker.
</Note>

## Common questions

<AccordionGroup>
  <Accordion title="Can I search inside a PDF?" icon="magnifying-glass">
    Yes. The viewer has a search box that finds text in the document, and a page rail for jumping straight to a page.
  </Accordion>

  <Accordion title="What if a file will not open?" icon="download">
    Download it and open it locally. Anything unusual still downloads fine even when there's no preview for it.
  </Accordion>

  <Accordion title="Can I see an image my coworker generated?" icon="image">
    It appears inline in the conversation and as a file in the panel. See [Generating images](/cowork/capabilities/generating-images).
  </Accordion>

  <Accordion title="Does previewing a large file slow things down?" icon="gauge-high">
    Large files load progressively rather than all at once, so a long PDF opens quickly and fills in as you page through.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Seeing what changed" icon="code-compare" href="/cowork/files/changes">
    Compare before and after.
  </Card>

  <Card title="The file manager" icon="folder-tree" href="/cowork/files/file-manager">
    Where previews open from.
  </Card>

  <Card title="Working with code and files" icon="code" href="/cowork/capabilities/code-and-files">
    How the files got made.
  </Card>

  <Card title="Files overview" icon="folder" href="/cowork/files/overview">
    Back to the basics.
  </Card>
</CardGroup>
