> For the complete documentation index, see [llms.txt](https://docs.alphaipro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alphaipro.com/readme.md).

# AlphaI+ Documentation - How-To Guides

> Guides organized by **client engagement type** - the way consulting firms actually think. Markdown files for Mintlify/GitBook. `[VIDEO]` and `[IMAGE]` placeholders for recorded content.

## Guide Index

| #  | Guide                                                        | File                      | Scenario                                      | Video   |
| -- | ------------------------------------------------------------ | ------------------------- | --------------------------------------------- | ------- |
| 1  | [Getting Started - First 10 Minutes](/01-getting-started.md) | `01-getting-started.md`   | Universal setup                               | \~3 min |
| 2  | [Understanding Client Types](/02-client-types.md)            | `02-client-types.md`      | Decision tree - "which setup do I need?"      | \~2 min |
| 3  | [Retainer Client (Self-Service)](/03-retainer-client.md)     | `03-retainer-client.md`   | Scenario A: agreed hours + portal             | \~3 min |
| 4  | [Ad-hoc Client (Self-Service)](/04-adhoc-client.md)          | `04-adhoc-client.md`      | Scenario B: no retainer, billed as used       | \~2 min |
| 5  | [Managed Client (No Portal)](/05-managed-client.md)          | `05-managed-client.md`    | Scenario C: admin handles everything          | \~2 min |
| 6  | [Fixed-Cost Recurring](/06-recurring-billing.md)             | `06-recurring-billing.md` | Scenario D: same invoice every month          | \~2 min |
| 7  | [Staff Augmentation (Timesheets)](/07-timesheets.md)         | `07-timesheets.md`        | Scenario E: embedded consultant, weekly hours | \~3 min |
| 8  | [Invoicing Deep Dive](/08-invoicing.md)                      | `08-invoicing.md`         | Manual + auto + recurring + multi-currency    | \~3 min |
| 9  | [Payment Reminders](/09-payment-reminders.md)                | `09-payment-reminders.md` | Manual + automated (any paid plan)            | \~1 min |
| 10 | [Rate Cards, Hours & Analytics](/10-billing-setup.md)        | `10-billing-setup.md`     | Rate config, hours manager, dashboards        | \~2 min |
| 11 | [Client Portal Walkthrough](/11-client-portal.md)            | `11-client-portal.md`     | Share with YOUR clients                       | \~2 min |
| 12 | [Data Export & Compliance](/12-data-export.md)               | `12-data-export.md`       | CSV/ZIP export, GDPR, account deletion        | \~1 min |
| 13 | [AI-Powered Features](/13-ai-features.md)                    | `13-ai-features.md`       | 17 AI features (all paid plans)               | \~2 min |

## How the guides connect

```
Guide 1: Getting Started (everyone)
    ↓
Guide 2: "What type of client do I have?" (decision tree)
    ↓
┌───────────┬──────────────┬───────────────┬──────────────┬──────────────┐
│ Retainer  │ Ad-hoc       │ Managed       │ Recurring    │ Staff Aug    │
│ Guide 3   │ Guide 4      │ Guide 5       │ Guide 6      │ Guide 7      │
└─────┬─────┴──────┬───────┴───────┬───────┴──────┬───────┴──────┬───────┘
      └────────────┴───────────────┴──────────────┴──────────────┘
                                   ↓
                    Guides 8-12: Invoicing, Reminders,
                    Billing Setup, Client Portal, Export
                                   ↓
                    Guide 13: AI Features (all paid plans)
```

## Recording Notes

* **Screen**: 1920×1080, Chrome dark mode, hide bookmarks bar
* **Demo tenant**: "ProxorLabs" with 4 orgs (retainer, ad-hoc, managed, timesheet) + sample data
* **Narration**: Script provided at the bottom of each guide
* **Thumbnail**: AlphaI+ branded dark navy with guide title in white
* **See** [**SETUP.md**](/setup.md) for full platform setup + recording instructions
* **See** [**TESTING.md**](https://github.com/da-witcher/alphai-plus/blob/main/docs/guides/TESTING.md) for 3-tier testing strategy (53 automated + 349 code-verified + 95 manual = 505 total)


---

# 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.alphaipro.com/readme.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.
