# Overview

An ingredient can be text, image, or video. You reference it with an `@` tag inside prompts and template copy. Examples include `@Actor`, `@Product`, `@Hook`, `@Body_Problem`, `@CTA`, and `@Broll_Demo`.

Ingredients make projects easier to change. Instead of rewriting every scene when the hook changes, update `@Hook`. Instead of rebuilding a template for every product, swap `@Product`. This is the foundation of remixing, cloning, templates, and ad variations.

Use ingredients for values that are repeated, swappable, brand-specific, or likely to become test variables.

<figure><img src="/files/RGHiWUtBDU2xPc2fiKAH" alt=""><figcaption></figcaption></figure>


---

# 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/overview.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.
