# Slide Deck Scenario Examples

Copy-paste payloads for building slideware with `/content/Create` and `outputType: "slide_deck"`. These recipes show how to feed source material, pick formats, and control length.

## Available Recipes

* [📝 Create a Slide Deck from Text](/quick-start/slide-decks/from-text.md)
* [🔗 Create a Slide Deck from a Website](/quick-start/slide-decks/from-website.md)
* [🎤 Presenter Notes Format](/quick-start/slide-decks/set-presenter-format.md)
* [💡 Create a Slide Deck from a Topic Prompt](/quick-start/slide-decks/from-topic.md)
* [🏢 Apply Brand Logo with `projectId`](/quick-start/slide-decks/brand-with-project-id.md)

Start with the text recipe, then experiment with formats (`detailed` vs. `presenter`) to match your audience.


---

# 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.autocontentapi.com/quick-start/slide-decks/slide-deck-examples.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.
