# Hooks, body, and CTAs

Use `@Hook` for the opening line, `@Body_...` for scene-specific dialogue or narration, and `@CTA` for the final action. This keeps copy separate from scene direction.

Example hook: `I stopped buying three different recovery drinks after trying this.` Example body: `It has electrolytes, magnesium, and no added sugar, so I can use it after long runs.` Example CTA: `Try the starter pack today.`

Use separate body ingredients for separate scenes. This prevents long scripts from being inserted into multiple prompts and makes it easier to edit pacing.


---

# 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.avastudio.com/ingredients/hooks-body-and-ctas.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.
