> 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/first-day-setup.md).

# First-day setup

Your **Dashboard** shows a setup checklist for new workspaces — it's derived from your actual data (it checks off as the real thing exists, not when you tick a box). Dismissing or skipping checklist steps is a **partner admin** action.

Most first-day configuration is admin work. Here is each panel in **Settings** (Configure → Settings), in the order most firms set them up, with who can edit:

| Panel                   | What it configures                                                                                                                                                                                                                                                                                           | Who           |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------- |
| **Invoice branding**    | Business name, invoice number prefix, and address — appears on every invoice document.                                                                                                                                                                                                                       | partner admin |
| **Payment rail**        | Your Stripe settlement configuration, so client payments reconcile to invoices automatically.                                                                                                                                                                                                                | partner admin |
| **Rate card**           | Your standing price list per role — seeds new contract bill rates and feeds the pricing estimator.                                                                                                                                                                                                           | partner admin |
| **Custom fields**       | Extra fields your firm tracks on every consultant record.                                                                                                                                                                                                                                                    | both roles    |
| **Checklist templates** | Onboarding and offboarding checklist templates (per-item due-day offsets, consultant/staff assignees). At hire you pick an onboarding template to start the checklist; offboarding runs your offboarding template **automatically** (if you've authored one), with due dates measured from the leaving date. | both roles    |
| **Collateral**          | The reusable attachment library for proposals (upload: both roles; archive: partner admin).                                                                                                                                                                                                                  | see left      |
| **Slack**               | Link your Slack identity for Ally. Personal — each person links their own.                                                                                                                                                                                                                                   | both roles    |
| **Example data**        | Seed or purge the demo dataset.                                                                                                                                                                                                                                                                              | partner admin |

One more Configure screen belongs to setup: **Document templates** (Configure → Document templates) — the merge-field sources your MSAs, SOWs, NDAs and offer letters generate from. Editing them is partner-admin work. Note the naming: *Document* templates live there; *Checklist* templates live in Settings — they are different things.

With branding, a payment rail, a rate card, and document templates in place, the workspace is ready for its first client — continue with [Clients & pipeline](/clients-and-pipeline.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/first-day-setup.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.
