> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quivly.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Notebooks

> Customer documents written by AI from live data — QBR prep, handoffs, renewal briefs — in a rich-text editor with accept/discard review.

Notebooks are documents that live on a customer's page. The AI writes them from that customer's actual data — calls, revenue, tickets, usage, health — so a QBR brief or sales handoff takes seconds instead of an afternoon of tab-hopping.

Each notebook belongs to one customer. The layout: notebook list on the left, the document in the center, and an auto-built table of contents on the right. Edits autosave.

## Writing with AI

Two ways in:

* **Slash command** — type `/` anywhere in the editor, write a prompt (or pick a [skill](/product/skills)), and the AI inserts content at your cursor.
* **Write with AI** — on an empty notebook, run a saved skill, a free-form prompt, or both (your prompt layers on the skill as extra focus). This fills the whole notebook.

AI text streams in highlighted. When it finishes, choose **Accept**, **Discard**, or **Retry**. Accepted content gets a **Sources** line listing the data platforms the AI actually read — derived from its real lookups, not guessed.

The rest is a normal rich-text editor: headings, lists, tables, and manual editing anywhere.

## Limits

* Prompts up to 5,000 characters.
* Generation runs up to \~2.5 minutes before timing out.

## FAQ

<AccordionGroup>
  <Accordion title="Can a notebook pull data from other customers?">
    No — each notebook is scoped to its customer, enforced server-side.
  </Accordion>

  <Accordion title="Can notebooks be created automatically?">
    Yes. An [agent](/product/agents) can create a notebook as a workflow step, and the [Quivly MCP server](/developers/mcp-server) exposes `create_notebook` so external AI tools like Claude can generate one.
  </Accordion>

  <Accordion title="How do I delete a notebook?">
    From the notebook's settings panel — deletion asks you to type the notebook's title to confirm.
  </Accordion>
</AccordionGroup>
