# Advanced Blocks

These components require a little more set-up than the other [app features](/blocks/app-features.md), but deliver awesome functionality to your app.

{% content-ref url="/pages/-LZ7M7dLaXQFG7k5JnTI" %}
[Web APIs Blocks](/blocks/advanced-app-features/web-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lh1L652iVyQPFnws3n0" %}
[Bluetooth Low Energy Blocks](/blocks/advanced-app-features/bluetooth-low-energy.md)
{% endcontent-ref %}

{% content-ref url="/pages/wLBQFZ2GuTZ7Z4ef4ASr" %}
[In-App Purchase Blocks (with RevenueCat)](/blocks/app-features/in-app-purchase-blocks-with-revenuecat.md)
{% endcontent-ref %}

{% content-ref url="/pages/vPfuerh87oFIdFUFcvyk" %}
[OpenAI Services ChatGPT Integration Blocks](/blocks/advanced-app-features/openai-services-chatgpt-integration-blocks.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LjSxwrHZRtPWR8ebr3F" %}
["Any Component" Blocks](/blocks/advanced-app-features/any-component-blocks.md)
{% endcontent-ref %}


---

# 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.thunkable.com/blocks/advanced-app-features.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.
