# How-to Videos

Our video library is ideal for visual learners. Watch quick tutorials that walk you through every aspect of Blings—from building your first flow to integrating with your CRM and analyzing your results.

<table data-view="cards"><thead><tr><th></th><th></th><th>Duration</th></tr></thead><tbody><tr><td><strong>Building Your First Flow</strong></td><td>Follow along as we create a flow from scratch, add scenes and connect them with simple conditions.</td><td>4:27</td></tr><tr><td><strong>Uploading &#x26; Managing Assets</strong></td><td>Learn how to upload images, GIFs and videos to your media library and reuse them across projects.</td><td>3:10</td></tr><tr><td><strong>Personalization with URL Parameters</strong></td><td>See how to personalize a video link with URL parameters and merge tags in your email platform.</td><td>2:55</td></tr><tr><td><strong>Creating Quizzes &#x26; Calculating Scores</strong></td><td>Build a quiz, assign scores, and branch your flow based on results.</td><td>5:13</td></tr><tr><td><strong>Integrating with HubSpot</strong></td><td>Insert personalized videos into a HubSpot email, add dynamic thumbnails and test your campaign.</td><td>6:05</td></tr></tbody></table>

Search videos...

New tutorials are added regularly. Have an idea for a video? Let us know on the [Support & Contact](https://github.com/yonatanmn/plsdoc/blob/main/how-to-videos/changelog-blog-support/support.md) page.


---

# 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://help.blings.io/how-to-videos.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.
