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

# Getting Started

> Learn the basics of the thig.ai platform

# Getting Started

This guide covers the core concepts and navigation of thig.ai.

## Platform Overview

thig.ai is organized around these key areas:

| Area                               | What It Does                                   |
| ---------------------------------- | ---------------------------------------------- |
| **Chat** (`/chat`)                 | Create new PRD projects via AI conversation    |
| **Dashboard** (`/admin`)           | View stats, recent projects, and quick actions |
| **Projects** (`/admin/projects`)   | Manage all your PRD projects                   |
| **Templates** (`/admin/templates`) | Create and browse PRD templates                |
| **Review** (`/review/[id]`)        | Edit, collaborate, and export PRDs             |

## Navigation

<Frame caption="The admin dashboard with sidebar navigation">
  <img src="https://mintcdn.com/thigai/PQo5Z6buOOTFjQ46/images/dashboard.png?fit=max&auto=format&n=PQo5Z6buOOTFjQ46&q=85&s=d531861976fdd28074f198ccb27855a6" alt="thig.ai admin dashboard" width="1440" height="900" data-path="images/dashboard.png" />
</Frame>

The left sidebar provides quick access to all sections. It includes:

* **Core** — Dashboard, Projects, Billing
* **Content** — Templates, Marketplace, Knowledge Base
* **Team** — Team Members, Announcements, Webhooks (admin only)
* **Insights** — Usage Analytics, Feature Access

<Frame caption="Usage Analytics with real-time cost tracking and performance metrics">
  <img src="https://mintcdn.com/thigai/PQo5Z6buOOTFjQ46/images/analytics.png?fit=max&auto=format&n=PQo5Z6buOOTFjQ46&q=85&s=b8fc65b0af93abe180cceda1d444e670" alt="Usage Analytics dashboard" width="1440" height="900" data-path="images/analytics.png" />
</Frame>

* **Settings** — AI Settings, API Keys, Branding, Integrations, and more

<Tip>
  Use **Cmd+K** (Mac) or **Ctrl+K** (Windows) to open the Command Palette for quick navigation to any page.
</Tip>

## User Roles

thig.ai uses a three-tier role system:

### Organization Roles

| Role       | Permissions                                                      |
| ---------- | ---------------------------------------------------------------- |
| **Owner**  | Full access — billing, settings, member management, delete org   |
| **Admin**  | Manage members, templates, settings (no billing or org deletion) |
| **Member** | Create and manage own projects                                   |
| **Viewer** | Read-only access to shared projects                              |

### What Each Role Can Do

* **Create projects**: Owner, Admin, Member
* **Manage templates**: Owner, Admin
* **Invite team members**: Owner, Admin
* **View analytics**: All roles
* **Manage billing**: Owner only
* **Configure settings**: Owner, Admin

## AI Providers

thig.ai supports three AI providers:

<CardGroup cols={3}>
  <Card title="OpenAI" icon="robot">
    GPT-4 and GPT-4o models
  </Card>

  <Card title="Anthropic" icon="brain">
    Claude models
  </Card>

  <Card title="Google Gemini" icon="sparkles">
    Gemini Pro models
  </Card>
</CardGroup>

You can:

* Use **platform-provided keys** (included with your plan)
* **Bring your own keys** (BYOK) for any provider
* Set a **default provider** per organization

## Dark Mode

Toggle between light and dark themes using the theme button in the sidebar or via the Command Palette.

## Next Steps

<CardGroup cols={2}>
  <Card title="Create Your First Project" icon="plus" href="/user-guide/ai-chat">
    Start an AI conversation to build a PRD
  </Card>

  <Card title="Set Up Your Team" icon="users" href="/user-guide/team-management">
    Invite members and configure roles
  </Card>
</CardGroup>
