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

# Overview

> Navigate the Fileloom dashboard at app.fileloom.io to manage templates, files, API keys, and team members.

The Fileloom dashboard is your central hub for managing everything in your workspace. Access it at [app.fileloom.io](https://app.fileloom.io).

<Frame caption="Fileloom dashboard showing usage stats, quick actions, and sidebar navigation">
  <img src="https://mintcdn.com/migambiglobal/-mvqbnb14Byx-nAt/images/dashboard/dashboard-home.png?fit=max&auto=format&n=-mvqbnb14Byx-nAt&q=85&s=cd82494bca2dcd181f2772f85f46e5ba" alt="Dashboard Home" width="1913" height="913" data-path="images/dashboard/dashboard-home.png" />
</Frame>

## Signing In

Fileloom supports multiple authentication methods:

* **Email & Password** — Create an account with your email
* **Google** — Sign in with your Google account
* **GitHub** — Sign in with your GitHub account
* **SSO** — Available on Scale Enterprise plans

<Info>
  A default workspace is created automatically when you sign up. You can create additional workspaces later.
</Info>

## Dashboard Layout

The dashboard consists of a sidebar navigation and main content area.

### Sidebar Navigation

| Section                 | Description                                |
| ----------------------- | ------------------------------------------ |
| **Workspace Selector**  | Switch between workspaces (top of sidebar) |
| **Dashboard**           | Overview and quick stats                   |
| **Templates**           | Create and manage PDF templates            |
| **Files**               | View generated PDFs                        |
| **API Keys**            | Manage API authentication keys             |
| **Webhooks**            | Configure event notifications              |
| **Credits Indicator**   | Shows remaining credits                    |
| **Invite to Workspace** | Add team members                           |
| **Documentation**       | Link to these docs                         |
| **Support**             | Contact support                            |
| **Account**             | Profile and settings                       |

### Workspace Settings

Click the gear icon next to your workspace name to access:

* **General** — Workspace name, slug, storage settings
* **Members** — Team member management
* **Billing** — Subscription and payment
* **API Keys** — API key management
* **Webhooks** — Webhook configuration
* **Integration** — External storage setup
* **Usage** — Detailed usage statistics

## Usage Overview

The dashboard displays your current usage at a glance:

* **PDFs Generated** — This month and all-time
* **Quota Used** — Progress toward monthly limit
* **Credits Remaining** — Available credit pack balance
* **Storage Used** — Total storage consumption

## Next Steps

<CardGroup cols={2}>
  <Card title="Workspaces" icon="folder" href="/dashboard/workspaces">
    Manage workspace settings
  </Card>

  <Card title="Templates" icon="file-code" href="/dashboard/templates">
    Create and edit templates
  </Card>

  <Card title="API Keys" icon="key" href="/dashboard/api-keys">
    Generate API keys
  </Card>

  <Card title="Team Members" icon="users" href="/dashboard/team-members">
    Invite collaborators
  </Card>
</CardGroup>
