# Quickstart: complete deck

Connect your client first — see [Authentication](/perceptis-mcp-server/authentication.md) and the [single-slide quickstart](/perceptis-mcp-server/quickstart-slide.md) for setup steps.

## Generate a deck

Ask your AI client:

> "Create a 10-slide investor deck about our AI product"

The assistant calls `generate_deck`, which runs in three phases:

1. **Storyline** — generates the outline (\~2 min).
2. **Render** — renders each slide in parallel (\~30 s per slide; 5–10 min for a typical 10-slide deck).
3. **Export** — merges the slides into a single `.pptx` and shows you a download link (\~1 min).

A typical 10-slide deck completes in **5–15 minutes** end-to-end. Credits are charged after the storyline phase, based on the final slide count.

## Edit a slide in the deck

Once the deck is ready:

> "Update slide 3 to focus on the EMEA market"

The assistant edits only that slide.


---

# 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://docs.perceptis.ai/perceptis-mcp-server/quickstart-deck.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.
