# Tips & Tricks

#### How to Write a Great Prompt

A good prompt is:

* **Specific**: Describe the scene clearly.
* **Actionable**: Include movement or animation.
* **Framed**: Indicate camera focus or subject positioning.
* **Stylized**: Mention vibes, styles, or background music.
* **Sequential (if needed)**: Tell us what happens first, next, and last.

#### Do’s

* Use clear scene descriptions ("girl in driver’s seat", "zoom in slowly")
* Specify camera or framing ("keep in frame", "zoom in")
* Include style/mood cues ("trap music", "bold text")
* Mention sequence if multiple steps ("Then", "After that")

#### Don’ts

* Avoid being too vague (“Make it cool”  )
* Don’t skip key context (e.g. who or what is in frame)
* Avoid mixing too many ideas in one sentence

#### Helpful Template Prompts

**PFP Animation:**

> “Place \[character] in \[location]. Animate them \[action]. Keep the camera focused on \[subject]. Add \[music style] music to match the vibe.”

**Product focused promo videos:**

> “Show \[product] in \[setting]. Highlight \[feature] using \[animation or zoom]. Come up with script that highlights \[USP]. End with \[text or CTA]. Use \[music style] music.”


---

# 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.holoworld.com/holoworld/ava-studio/tips-and-tricks.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.
