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

# Supported Routes

> Reference of all available Partoo routes, including parameters, view descriptions, and authentication requirements.

## Overview

This page provides the **complete list of available Partoo pages (routes)** that can be embedded via the SDK.\
Each entry details its :

* the **route name** to pass to `navigate()`
* supported **seedData** and **pageOptions**
* a **description of the view**
* whether **authentication is required**

## Supported Pages and Routes

| Route Name                       | seedData | pageOptions              | View Description                                   | Auth |
| -------------------------------- | -------- | ------------------------ | -------------------------------------------------- | ---- |
| `businesses`                     | `null`   | `null`                   | List of user’s businesses                          | ✅    |
| `business`                       | `null`   | `{ businessId: string }` | Edit view of a specific business                   | ✅    |
| `add`                            | `null`   | `null`                   | Add a new business                                 | ✅    |
| `analytics`                      | `null`   | `null`                   | Analytics dashboard                                | ✅    |
| `presenceManagement`             | `null`   | `null`                   | Presence Management view                           | ✅    |
| `posts`                          | `null`   | `{ status: string }`     | Posts management view                              | ✅    |
| `reviewManagement`               | `null`   | `{ status: string }`     | Review management interface                        | ✅    |
| `reviewAutoReplyWithoutComments` | `null`   | `null`                   | Auto reply settings page for reviews w/o comments  | ✅    |
| `reviewAutoReplyWithComments`    | `null`   | `null`                   | Auto reply settings page for reviews with comments | ✅    |
| `reviewAnalytics`                | `null`   | `null`                   | Review analytics dashboard                         | ✅    |
| `reviewAnalysis`                 | `null`   | `null`                   | Review analysis dashboard                          | ✅    |
| `reviewBooster`                  | `null`   | `null`                   | Review booster tool                                | ✅    |
| `partnerConnections`             | `null`   | `null`                   | Google & Facebook connection settings              | ✅    |
| `messaging`                      | `null`   | `null`                   | Messaging dashboard                                | ✅    |
| `bulkUpdate`                     | `null`   | `null`                   | Bulk update view                                   | ✅    |
| `conversationStarters`           | `null`   | `null`                   | Conversation starter settings                      | ✅    |
| `googleVerification`             | `null`   | `null`                   | Google verification setup                          | ✅    |
| `whatsappSettings`               | `null`   | `null`                   | WhatsApp settings                                  | ✅    |
| `widgetSettings`                 | `null`   | `null`                   | Widget settings page                               | ✅    |
