> For the complete documentation index, see [llms.txt](https://black-sheep-finance.gitbook.io/black-sheep-finance-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://black-sheep-finance.gitbook.io/black-sheep-finance-docs/guides/dashboard.md).

# Using the dashboard

The dashboard at [blacksheepfinance.money/dashboard](https://blacksheepfinance.money/dashboard) is the human side of Black Sheep.

## Pages

| Page             | What it's for                                               |
| ---------------- | ----------------------------------------------------------- |
| **Overview**     | Total balance, agent count, recent activity                 |
| **Agents**       | Create, label, freeze, fund agent wallets                   |
| **Wallet**       | Your personal / treasury wallet                             |
| **Policies**     | Edit caps, thresholds, allowlists per wallet                |
| **Approvals**    | Pending approval queue — approve / reject in one click      |
| **Transactions** | Searchable ledger with links to Solana explorer             |
| **Webhooks**     | Add endpoints, view delivery logs, replay failed deliveries |
| **Developers**   | API keys + live API explorer                                |
| **Security**     | Audit log, session list, key rotation                       |
| **Analytics**    | Spend per agent, per category, per day                      |
| **Disclosures**  | Compliance disclosures you've accepted                      |
| **Pasture**      | Curated list of vendors that accept USDC                    |

## Common flows

### Issue an agent for a new project

1. **Agents → New agent**, label it (e.g. `support-bot prod`).
2. Save → you land on the agent detail page with its pubkey.
3. **Policies → Edit** for that wallet, set caps.
4. Copy pubkey, fund from treasury.
5. Create an API key scoped for that team (**Developers → Create key**).

### Approve a payment

1. Notification arrives in Slack (`approval.pending`).
2. Click the link → lands on **Approvals**.
3. Inspect amount, recipient, memo.
4. **Approve** → policy is re-evaluated → tx is signed and broadcast.

### Investigate a failure

1. **Transactions** → click the failed row.
2. View on-chain in Solana explorer via the signature link.
3. Cross-reference the **Audit log** for the decision trail.


---

# 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://black-sheep-finance.gitbook.io/black-sheep-finance-docs/guides/dashboard.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.
