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

# README

Maintainer notes for the Git Sync source of [docs.canhav.com](https://docs.canhav.com). This file is for contributors. Visitors should land on [Welcome to CanHav](/getting-started/welcome-to-canhav.md).

If GitBook still publishes this README as a top-level page, set the site homepage to Welcome in Git Sync / `.gitbook.yaml` and republish.

## Structure

| Group                  | Path                         | Focus                                                        |
| ---------------------- | ---------------------------- | ------------------------------------------------------------ |
| Getting started        | `general/` + ideation intros | Welcome, two tracks, three answer types                      |
| Product track          | `ideation/product-track.md`  | Project / product design                                     |
| Token track (ideation) | `ideation/`                  | Token design, computed outputs, warnings, enforced vs stated |
| Public pages           | `ideation/public-pages.md`   | `/p` and `/t`                                                |
| Token Launch           | `token-launch/`              | Launchpad, deploy paths, fees, guarantees                    |
| Accounts               | `accounts/`                  | Clerk (in development)                                       |
| AI and IDE             | `ai/`                        | Export and MCP (in development)                              |
| Reference              | `reference/`                 | Networks and factory versions                                |
| Agent Launch           | `agent-launch/`              | ERC-8004 (not started; pages retained, demoted)              |

Sidebar order is defined in [`SUMMARY.md`](https://github.com/wazarat/canhav.dev/tree/main/docs/SUMMARY.md).

## Product surfaces

1. **Token Launch** on Robinhood Chain Testnet (available now)
2. **Projects** ideation tracks (available now)
3. **Accounts / AI export** (in development)
4. **Foundry scaffold generator** (deferred)
5. **Agent / ERC-8004** (not started)

## Copy rules

* No emojis
* No em dashes (use commas, periods, colons, or hyphens)
* Short pages, one job each
* Status marker on every page: Available now / In development / Deferred / Not started
* Tables for addresses and parameters
* Do not describe in-progress features in the present tense

## Theme

Light theme / white background is a GitBook **Customization** setting. Steps: [`SETUP.md`](https://github.com/wazarat/canhav.dev/tree/main/docs/SETUP.md).

## GitBook setup

Repo root [`.gitbook.yaml`](https://github.com/wazarat/canhav.dev/tree/main/.gitbook.yaml) sets `root: ./docs/`, homepage to Welcome, and sidebar to `SUMMARY.md`.

Full checklist (space, theme, Git Sync, `docs.canhav.com` DNS): see [`SETUP.md`](https://github.com/wazarat/canhav.dev/tree/main/docs/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.canhav.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.
