---
audience: developers
summary: End-to-end worked examples for the common ScaiScribe workflows.
title: Tutorials
path: tutorials
status: published
---


# Tutorials

Concrete examples that pull the [Concepts](/docs/scaiscribe/concepts) together. Each tutorial is one self-contained workflow you can copy verbatim and adapt.

| | |
|---|---|
| [Templates](/docs/scaiscribe/tutorials/templates) | Register a `.docx` with `{{placeholders}}`, instantiate per-request, finalize to PDF. |
| [Charts](/docs/scaiscribe/tutorials/charts) | Author every chart kind ScaiScribe supports natively; understand image-fallback tradeoffs. |
| [Ingest + edit](/docs/scaiscribe/tutorials/ingest-and-edit) | Read an existing `.docx`, mutate a section, re-render — with fidelity-warning handling. |
| [Admin workflows](/docs/scaiscribe/tutorials/admin) | Rotate webhook secrets, audit quota usage across a partner, grant a tenant_admin role. |

All examples use the Python SDK. The same patterns work with the TypeScript and .NET SDKs — see [Reference → SDKs](/docs/scaiscribe/reference/sdks) for the method-name mapping.
