# Getting Started

- [Blings Simple Demo](https://help.blings.io/developers/getting-started/readme-1.md)
- [Getting Started with Blings.io Dynamic Video SDK](https://help.blings.io/developers/getting-started/getting-started-with-blings.io-dynamic-video-sdk.md)
- [How to connect my data to the video](https://help.blings.io/developers/getting-started/how-to-connect-my-data-to-the-sdk.md)
- [Custom API Integration](https://help.blings.io/developers/getting-started/how-to-connect-my-data-to-the-sdk/custom-api-integration.md)
- [CRM data integration](https://help.blings.io/developers/getting-started/how-to-connect-my-data-to-the-sdk/crm-data-integration.md)
- [Embedding GIF with Blings Dynamic Thumbnail](https://help.blings.io/developers/getting-started/how-to-connect-my-data-to-the-sdk/crm-data-integration/embedding-gif-with-blings-dynamic-thumbnail.md)
- [URL Parameters as Compact Token-Based Approach](https://help.blings.io/developers/getting-started/how-to-connect-my-data-to-the-sdk/crm-data-integration/url-parameters-as-compact-token-based-approach.md)
- [Braze](https://help.blings.io/developers/getting-started/how-to-connect-my-data-to-the-sdk/crm-data-integration/braze.md)
- [Spreadsheet Data Integration](https://help.blings.io/developers/getting-started/how-to-connect-my-data-to-the-sdk/spreadsheet-data-integration.md)
- [Test data connection with a dummy video](https://help.blings.io/developers/getting-started/how-to-connect-my-data-to-the-sdk/test-data-connection-with-a-dummy-video.md)
- [Project Architecture](https://help.blings.io/developers/getting-started/project-architecture.md)
- [Customizing Video Player](https://help.blings.io/developers/getting-started/customizing-video-player.md)
- [Advanced Topics](https://help.blings.io/developers/getting-started/advanced-topics.md)
- [On-Premise creation](https://help.blings.io/developers/getting-started/advanced-topics/on-premise-creation.md)
- [Advanced Scenes Usage](https://help.blings.io/developers/getting-started/advanced-topics/advanced-scenes-usage.md)
- [Custom Analytics](https://help.blings.io/developers/getting-started/advanced-topics/custom-analytics.md)
- [Embedding Blings MP5 Videos in Mobile Apps](https://help.blings.io/developers/getting-started/advanced-topics/webview-integration.md)
- [A/B test](https://help.blings.io/developers/getting-started/advanced-topics/a-b-test.md)
- [SDK types documentation](https://help.blings.io/developers/getting-started/sdk-types-documentation.md)


---

# 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/developers/getting-started.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.
