> For the complete documentation index, see [llms.txt](https://docs.allshore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allshore.ai/getting-started/the-partner-workspace.md).

# The Partner workspace

## The navigation rail

Everything in the Partner workspace hangs off the rail on the left, organized into five groups. The order is deliberate — what you look at, then who you sell to, then who delivers, then the money, then the machinery:

| Group            | Screens                                                       |
| ---------------- | ------------------------------------------------------------- |
| **Overview**     | Dashboard · Radar                                             |
| **Clients**      | Clients & contracts · Pipeline · Client sign-offs             |
| **People**       | Roster · Org chart · Wellbeing                                |
| **Time & money** | Team time · Invoicing · Expenses · Payroll · Margin · Reports |
| **Configure**    | Agents · Document templates · Settings                        |

Groups **collapse** — click a group heading to fold it — and your collapse state is remembered as you navigate. The group holding the screen you're on always stays open.

Two screens are reached from within others rather than from the rail: a client's detail page (from **Clients & contracts**) and payroll **Providers** (from **Payroll**).

## Knowing where you are

The top bar shows a **breadcrumb trail** on detail screens — for example a specific contract shows its client and section — so deep pages always tell you how you got there.

## On a phone

Every screen works down to small phone widths. Below tablet width the rail becomes an **off-canvas drawer** behind the menu button in the top bar: it traps focus while open, closes on Escape or when you navigate, and carries the same rail foot — so your identity and **Sign out** are always reachable on mobile.

## Sample data

New workspaces can be seeded with **example data** so the screens aren't empty on day one. When it's present you'll see a persistent **sample banner** and `sample` chips on the demo clients and contracts. Sample records are marked so the scheduled agents skip them, but they otherwise behave like real records — an invoice generated against a sample client is a real draft. A partner admin can remove the demo dataset at any time from **Settings → Example data**; do it before you start real billing. See [First-day setup](/getting-started/first-day-setup.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.allshore.ai/getting-started/the-partner-workspace.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
