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

# Polish the demo

> Turn a raw capture into a clearer, more focused Inkly demo.

A raw capture gives you the product screens. Polishing turns those screens into a guided story.

You can polish in the no-code editor, with your own AI agent, or by editing demo files directly.

## What to polish

* Remove duplicate, accidental, or low-value steps.
* Rewrite labels so each step explains the value clearly.
* Add annotations that guide attention to the right part of the screen.
* Group longer flows into chapters.
* Update intro, closing, CTA, branding, and voiceover settings.
* Replace weak screenshots, videos, or assets when needed.

## Polish with an agent

Ask your agent to use the polishing skill:

```text theme={null}
Use the Inkly demo polish skill to review and polish demos/onboarding.
```

If the skill is not installed, give the agent the direct skill URL:

```text theme={null}
Read this Inkly skill and follow it:
https://www.app.inklyai.dev/__inkly/skills/agent-demo-polish.md
```

After edits, validate and preview:

```bash theme={null}
inkly validate
inkly dev
```

For skill setup, see [Skills for agents](/cli/skills).
