> ## 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.

# Managing Projects

> How to organize, update, archive, and delete your projects

# Managing Projects

Once you've created projects, Finch Fusion provides tools to keep them organized and up to date. This guide covers project management tasks.

## Switching Between Projects

To work on a different project:

1. Click the **project selector** dropdown at the top of the sidebar
2. Your available projects are listed alphabetically
3. Click the project you want to open
4. The sidebar updates to show that project's documents and reports

<Tip>
  Recently accessed projects appear at the top of the list for quick access.
</Tip>

## Viewing Project Details

To see information about a project:

1. Open the project you want to inspect
2. Click the **Settings** icon next to the project name
3. View project details including:
   * Creation date
   * Number of documents
   * Number of reports
   * Collaborators

### Project Stats

Each project tracks usage statistics:

| Stat          | Description                                        |
| ------------- | -------------------------------------------------- |
| Documents     | Total number of uploaded and web-sourced documents |
| Reports       | Number of generated or manually created reports    |
| Collaborators | Number of users with access to the project         |

## Renaming a Project

To change a project's name:

1. Open the project settings
2. Click the **Edit** button next to the project name
3. Enter the new name
4. Click **Save** to confirm

<Info>
  Renaming a project does not affect its documents, reports, or shared access.
</Info>

## Organizing Your Projects

As your number of projects grows, keep them organized by:

### Using Clear Naming Conventions

Establish a consistent naming pattern:

* `[Client] - [Topic] - [Date]`
* `[Industry] - [Analysis Type] - [Quarter/Year]`
* `[Company] - [Report Type]`

## Archiving Projects

For projects that are finished but may be needed for future reference, you can archive them instead of deleting them.

### How to Archive

1. Open the project you want to archive
2. Click the **Settings** icon
3. Select **Archive Project**
4. Confirm the action

### What Archiving Does

* The project is removed from your active project list
* All documents, reports, and chat history are preserved
* Collaborator access is maintained
* The project can be restored at any time

### Restoring an Archived Project

To bring an archived project back to your active list:

1. Navigate to your archived projects
2. Find the project you want to restore
3. Click **Restore**
4. The project returns to your active project list with all content intact

<Info>
  Archiving is reversible, unlike deletion. Use archiving when you want to declutter your workspace without losing any data.
</Info>

## Project Contents

Each project contains:

| Content Type | Description                                             |
| ------------ | ------------------------------------------------------- |
| Documents    | Uploaded source files (PDFs, DOCX, TXT) and web sources |
| Reports      | Generated analysis and reports                          |
| Chat History | Conversations with the AI assistant                     |
| Graphs       | Knowledge graphs showing entity relationships           |

## Deleting a Project

<Warning>
  Deleting a project permanently removes all its documents, reports, and chat history. This action cannot be undone. Consider archiving instead.
</Warning>

To delete a project:

1. Open the project you want to delete
2. Click the **Settings** icon
3. Scroll to the bottom of the settings panel
4. Click **Delete Project**
5. Confirm the deletion in the dialog that appears

### What Gets Deleted

When you delete a project:

* All uploaded documents are permanently removed
* All generated reports are deleted
* Chat history is erased
* Knowledge graphs are removed
* Shared access is revoked for all collaborators

### Who Can Delete Projects

* **Project owners** can delete their projects
* **Collaborators** with edit access cannot delete projects
* **Viewers** have no delete permissions

## Troubleshooting

<AccordionGroup>
  <Accordion title="I can't find my project">
    Check if you're logged into the correct account. Projects are tied to your user account and organization. Also check if the project has been archived.
  </Accordion>

  <Accordion title="I accidentally deleted a project">
    Unfortunately, deleted projects cannot be recovered. Consider using archive instead of delete for projects you might need later. Contact support if you need assistance.
  </Accordion>

  <Accordion title="My project won't load">
    Try refreshing the page. If the problem persists, check your internet connection or contact support.
  </Accordion>
</AccordionGroup>
