# Infographic Scenario Examples

Focused `curl` samples for generating visual one-pagers. Each recipe uses `/content/Create` with `outputType: "infographic"` and highlights how to control orientation and detail while keeping payloads small.

## Available Recipes

* [📝 Create an Infographic from Text](/quick-start/infographics/from-text.md)
* [🔗 Create an Infographic from a Website](/quick-start/infographics/from-website.md)
* [📐 Control Orientation and Detail](/quick-start/infographics/set-orientation-and-detail.md)
* [💡 Create an Infographic from a Topic Prompt](/quick-start/infographics/from-topic.md)
* [🏢 Apply Brand Logo with `projectId`](/quick-start/infographics/brand-with-project-id.md)

Ready to ship? Start with the text recipe, then mix in additional resources or tweak layout knobs as needed.


---

# 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/infographics/infographic-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.
