---
title: What the Retrieval area shows
type: explanation
section: drive
summary: Retrieval lists the items an application manages for retrieval and RAG paths. It is a filtered view of your files, not a place to run a query.
sources:
  - evolve-front-end/components/content-platform/content-platform-area-initial-filter-state.ts
  - evolve-front-end/components/content-platform/content-platform.constants.ts
  - evolve-front-end/components/content-platform/content-platform-shell-v2-client.tsx
  - evolve-front-end/app/i18n/locales/en/content-platform.json
verified:
  at: 2026-09-04
  env: code
  by: content-lane-drive
ttl_days: 45
related: [drive/home, drive/my-drive, drive/accepted-file-types]
---

**Retrieval** lists the items in Drive that an application manages, rather than ones a person uploaded by hand. Those items are what retrieval and RAG paths read. The area is a filtered list of files: you can browse, filter, preview and select them exactly as anywhere else in Drive.

## What lands there

An item appears in **Retrieval** when it is marked as application-managed. Items that arrived through an API rather than the upload panel are the usual case. The area's own empty state says so: **No app-managed items found. Items retrieved via the API appear here.**

Your own uploads do not appear here. They are in **My Drive**.

## What you cannot do here

There is no query box, no answer panel and no citation view in this area. Asking a question against your content happens in AI Studio, not in Drive. **Retrieval** is the inventory of what the retrieval path can read, so it answers "is this file indexed and reachable" rather than "what does this file say".

## Why an item might be missing

- The file is not application-managed. It will be under **My Drive** or in a managed folder.
- Processing has not finished. A file gains its extracted text after the upload completes; see [What Drive makes from your files](/help/drive/renditions).
- The extraction failed. The file is usable but carries no text, which keeps it out of retrieval paths.

## Related

- [Find your way around Drive](/help/drive/home)
- [What Drive makes from your files](/help/drive/renditions)
- [Accepted file types](/help/drive/accepted-file-types)
