> For the complete documentation index, see [llms.txt](https://help.blotato.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blotato.com/tips-and-tricks/hooks.md).

# Hooks

The hook is the most important piece of your content, whether text or video.

It's the first 5 seconds. Without a great hook, people scroll right past your content.

Here are common hook frameworks and examples:

* **The "Pattern Interrupt"**
  * Begin with surprising visuals
  * Share an unexpected statistic
  * Introduce the solution
  * Provide supporting evidence
* **The "Authority Builder"**
  * Mention a widely held belief
  * Counter it with data
  * Present an improved approach
  * Demonstrate successful outcomes
* **The "Problem Agitate Solution"**
  * Identify the problem
  * Intensify its impact
  * Unveil the solution
  * Exhibit the transformation
* **The "Hidden Secret"**
  * Hint at a discovery
  * Spark curiosity
  * Disclose the method
  * Illustrate its application
* **The "Before/After Bridge"**
  * Display the initial state
  * Suggest a transformation
  * Connect with the solution
  * Validate the outcome
* **The "Educational Hook"**
  * Pose an engaging question
  * Deliver valuable information
  * Present the solution
  * Encourage action
* **The "Social Proof"**
  * Highlight results upfront
  * Establish credibility
  * Explain the method
  * Suggest subsequent steps
* **The "Myth Buster"**
  * Introduce a common myth
  * Refute it
  * Present the truth
  * Back it up with evidence
* **The "Quick Win"**
  * Promise an immediate result
  * Outline a simple method
  * Emphasize its ease
  * Confirm its rapidity
* **The "FOMO"**
  * Highlight the opportunity
  * Instill a sense of urgency
  * Illustrate what might be missed
  * Provide the solution

## Curated hook library

For a full library of 100 proven hook frameworks, grouped into 13 categories with examples, install the [viral-hooks Claude skill](/claude-skills/claude-skills/viral-hooks.md). It picks the strongest hook for your topic, fills it in, and stress-tests it before you post.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.blotato.com/tips-and-tricks/hooks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
