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

# Files

> Upload and manage file-based data sources.

The **Files** data source allows you to upload documents directly to your GIDR for ingestion and processing.

## Connect Data source

1. Select **Data Sources** > **+ Add**.
2. Choose **Files** as the source type.

<img src="https://mintcdn.com/gidrai/tGsSOYP36yYHS_h9/docs/images/gidr/files_connect_modal.png?fit=max&auto=format&n=tGsSOYP36yYHS_h9&q=85&s=741fbbe6bc7a0d4e83340be2b62f7327" style={{ width: 'auto', maxWidth: '100%' }} alt="Connect Files Modal" width="565" height="365" data-path="docs/images/gidr/files_connect_modal.png" />

3. Drag and drop your files or click to upload. Supported formats include PDF, HTML, Markdown, Word, PowerPoint, Audio, and Video (max 100 MB).

<img src="https://mintcdn.com/gidrai/tGsSOYP36yYHS_h9/docs/images/gidr/files_upload_box.png?fit=max&auto=format&n=tGsSOYP36yYHS_h9&q=85&s=3f538094506db4dbc21fc85478248867" style={{ width: 'auto', maxWidth: '100%' }} alt="Files Upload Box" width="1024" height="277" data-path="docs/images/gidr/files_upload_box.png" />

## Managing Files

Once uploaded, your files will appear in the list view.

### Processing Status

Initially, files may appear as **Queued** or **Processing**.

<img src="https://mintcdn.com/gidrai/tGsSOYP36yYHS_h9/docs/images/gidr/files_list_queued.png?fit=max&auto=format&n=tGsSOYP36yYHS_h9&q=85&s=c903c64bc4615a649576fa5a1901386b" style={{ width: 'auto', maxWidth: '100%' }} alt="File Queued" width="1024" height="255" data-path="docs/images/gidr/files_list_queued.png" />

When ingestion is complete, the status changes to **Processed**.

<img src="https://mintcdn.com/gidrai/tGsSOYP36yYHS_h9/docs/images/gidr/files_list_processed.png?fit=max&auto=format&n=tGsSOYP36yYHS_h9&q=85&s=6fabc3f9a34de82588c560161d6ced37" style={{ width: 'auto', maxWidth: '100%' }} alt="File Processed" width="1024" height="635" data-path="docs/images/gidr/files_list_processed.png" />

### Reprocessing Files

You can modify ingestion parameters for any file and re-process it.

1. Change editable parameters such as **Processing type** (e.g., from **Text** to **Image**).
2. Adjust other settings like **Chunk size**, **Chunk overlap**, or **Language** as needed.
3. Click the **Play** button (triangle icon) to trigger re-ingestion with the new settings.

<img src="https://mintcdn.com/gidrai/tGsSOYP36yYHS_h9/docs/images/gidr/files_reprocess.png?fit=max&auto=format&n=tGsSOYP36yYHS_h9&q=85&s=643eec1e4d77cf1455db21b43cb83a73" style={{ width: 'auto', maxWidth: '100%' }} alt="Reprocess File" width="1024" height="167" data-path="docs/images/gidr/files_reprocess.png" />

<Note>
  The available parameters and their effects are detailed in the [Ingestion Settings](../info/ingestion-settings) page.
</Note>

## Chunk Manager

For processed files, you can view and edit the generated chunks to fine-tune retrieval accuracy.

1. Click the **Chunk Manager** link (or gear icon) next to a processed file.
2. Review individual chunks, their enabled status, and metadata.

<img src="https://mintcdn.com/gidrai/tGsSOYP36yYHS_h9/docs/images/gidr/files_chunk_view.png?fit=max&auto=format&n=tGsSOYP36yYHS_h9&q=85&s=93e3de92f1cd51b3b182d15409702947" style={{ width: 'auto', maxWidth: '100%' }} alt="Chunk Manager View" width="1024" height="635" data-path="docs/images/gidr/files_chunk_view.png" />

### Editing Chunks

You can toggle a chunk's **Enabled** status to include or exclude it from retrieval. You can also view metadata such as character count and source file details.

### Image Processing View

When a file is processed using the **Image** processing type, the system uses a vision model to analyze the layout and content.

<img src="https://mintcdn.com/gidrai/tGsSOYP36yYHS_h9/docs/images/gidr/files_chunk_view_image_mode.png?fit=max&auto=format&n=tGsSOYP36yYHS_h9&q=85&s=c5b9a7640044d4565e179447d8949599" style={{ width: 'auto', maxWidth: '100%' }} alt="Image Processing Chunk View" width="1024" height="636" data-path="docs/images/gidr/files_chunk_view_image_mode.png" />

The Chunk Manager displays a **side-by-side view**:

* **Left panel**: Shows the original page image.
* **Right panel**: Displays the generated description and extracted data.

This allows you to verify the AI's interpretation of visual elements (charts, diagrams) against the source document while editing the chunks.
