# Add-Ons

- [Add-on list](https://docs.blynk.io/en/add-ons/add-on-list.md): Tools you can add on top of Blynk Business plan to better achieve your goals
- [Paywalls](https://docs.blynk.io/en/add-ons/paywalls.md)
- [Databases](https://docs.blynk.io/en/add-ons/databases.md): Build structured databases that connect your business data with IoT devices and sensors
- [Amazon Alexa](https://docs.blynk.io/en/add-ons/amazon-alexa.md)
- [Google Assistant](https://docs.blynk.io/en/add-ons/google-assistant.md)
- [Localization](https://docs.blynk.io/en/add-ons/localization.md)
- [Database Access](https://docs.blynk.io/en/add-ons/database-access.md)
- [Marketing](https://docs.blynk.io/en/add-ons/marketing.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://docs.blynk.io/en/add-ons.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.
