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

# Interface Overview

> Learn your way around the Finch Fusion workspace

# Interface Overview

The Finch Fusion interface is designed to help you work efficiently with your documents and reports. This guide walks you through the main areas of the application.

## Main Layout

The workspace is divided into three primary areas:

1. **Sidebar** (left) - Navigation and project management
2. **Main Content Area** (center) - Report viewing and editing
3. **Chat Panel** (right) - AI assistant and generation controls

## Header Bar

The top navigation bar provides:

* **Logo** - Click to return to the home view
* **Projects Menu** - Switch between projects or create a new one
* **New Report** - Start generating a new AI-powered report
* **Templates** - Access and manage report templates
* **Trial/Billing Indicator** - Shows your current plan and remaining reports (e.g., "5 of 5 trial reports remaining")
* **User Menu** - Access your profile, settings, change password, or sign out

## Sidebar

The sidebar provides quick access to all your content and navigation options.

### Project Selector

At the top of the sidebar, you'll find the project selector dropdown. Click it to:

* Switch between your projects
* Create a new project
* Access project settings

### Navigation Sections

The sidebar contains collapsible sections for different content types:

<AccordionGroup>
  <Accordion title="Documents">
    Lists all documents uploaded to the current project. Click a document to preview it or view its processing status.
  </Accordion>

  <Accordion title="Reports">
    Shows all generated reports in the project. Click a report to open it in the main content area.
  </Accordion>

  <Accordion title="Graphs">
    View knowledge graphs created from your project's content. You can open, view, or delete graphs from here.
  </Accordion>
</AccordionGroup>

### Sidebar Actions

* **Upload Button** - Add new documents to your project (drag-and-drop also supported)
* **Collapse Button** - Minimize the sidebar to maximize your workspace

## Main Content Area

The central area displays your reports and documents.

### Report Tabs

When you have multiple reports open, they appear as tabs at the top of the content area. You can:

* Click a tab to switch between reports
* Drag tabs to reorder them
* Close tabs you no longer need

### Report View

When viewing a report, you'll see:

* **Report Title** - The name and type of report at the top
* **Sections** - Individual report sections with headings
* **Section Content** - The generated or edited text for each section
* **Entity Highlights** - Color-coded entities (companies, people, dates) within the text
* **Preview/Entities Toggle** - Switch between report content and entity extraction view

### Editing Mode

Click on any section to enter editing mode:

* A rich text editor appears for manual content changes
* Formatting tools are available in the toolbar
* Click outside the section to save changes

### Document Preview

When viewing a document, you'll see the original content with:

* **Preview Tab** - The rendered document with page navigation and zoom controls
* **Entities Tab** - Extracted entities from the document with color-coded highlights
* Processing status indicator

## Chat Panel

The right-side panel is your interface for interacting with the AI assistant.

### Chat Input

At the bottom of the panel:

* **Text Input** - Type your questions or requests
* **Report Type Selector** - Choose the type of report to generate
* **Send Button** - Submit your message
* **Upload Documents** - Attach files directly from the chat
* **Add Web Source** - Include a URL for the AI to reference
* **Graph Mode Toggle** - Enable knowledge graph queries

### Chat History

Above the input, you'll see the conversation history:

* Your messages appear on one side
* AI responses appear on the other
* Generated reports are linked in the chat for easy reference

### Mode Selector

Toggle between different AI modes:

* **Chat** - Quick answers and general questions
* **Graph** - Explore knowledge graphs and entity relationships
* **Deep Research** - Comprehensive analysis using all available sources

## Session Timeout

If your session has been inactive, a timeout dialog will appear with options to:

* **Sign In Again** - Re-authenticate and continue your work
* **Logout** - End the session

## Keyboard Shortcuts

Speed up your workflow with these shortcuts:

| Action          | Shortcut     |
| --------------- | ------------ |
| New Project     | Ctrl/Cmd + N |
| Upload Document | Ctrl/Cmd + U |
| Save Changes    | Ctrl/Cmd + S |
| Toggle Sidebar  | Ctrl/Cmd + B |

## Responsive Design

The interface adapts to different screen sizes:

* On smaller screens, the sidebar collapses automatically
* The chat panel can be toggled on mobile devices
* All features remain accessible on tablets and laptops

<Tip>
  Drag the dividers between panels to customize your workspace layout. Your preferences are saved automatically.
</Tip>
