# Page Reference

One-paragraph description of each Studio page. Use this as the foundation for screen-by-screen tutorials specific to your team.

## Home

`/` — Dashboard with KPI tiles for the active deployment: SP circulation, campaign count, treasury balance, recent activity. The default landing page after sign-in.

## Campaigns

`/campaigns` — Roster of every campaign on your PSPVault, filterable by status. Click into a campaign to view its detail page.

`/campaigns/:id` — Per-campaign view: configuration, pSP issuance history, settlement controls, and an **Authority** tab where you grant `ISSUING_ADMIN_ROLE` and configure per-campaign delegated minters via `setMinter(...)` (the role is global on the vault; the UI surfaces it next to the campaign for convenience).

## Branded SP

`/sp` — At-a-glance view of your branded SP token: total supply, holder count, recent mints, burns, and transfers.

`/sp/treasury` — Mint SP from collateral, redeem SP back to collateral, and manage your treasury Safe. Redemption requests pre-flight against the `EXECUTOR_ROLE`.

`/sp/pending` — PSPVault overview: campaigns inside the vault, vault-level role assignment, and per-vault settings.

`/sp/integrations` — **Whitelist management.** Mint, transfer, and redeem allowlists for your branded SP. See the [Whitelist Management guide](/spreefinance/spree-studio/whitelist-management.md).

`/sp/airdrop` — Bulk SP distribution tool for one-time drops to a list of addresses.

## Members

`/members` — Organization member roster.

## Admin

`/admin` — **Authority and roles for the points themselves.** On-chain role grants and revokes for your Factory and PSPVault, current role-holder roster, and organization membership management. The same role roster is mirrored on each campaign's Authority tab. See the [Authority & Roles guide](/spreefinance/spree-studio/authority-and-roles.md).

## Settings

`/settings` — Organization profile (name, website, description, contact email) and user account settings.


---

# Agent Instructions: 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:

```
GET https://spree-finance.gitbook.io/spreefinance/spree-studio/page-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
