# App Features Blocks

## Overview

Thunkable’s app features are easy-to-integrate and drastically expand your app’s native mobile functionality. They often relate to your app's functionality and quietly run in the background.&#x20;

App features are accessed from your project's Blocks tab.

<div align="left"><figure><img src="/files/KLpIiLOYTNYLYkOegCtx" alt=""><figcaption></figcaption></figure></div>

## Sensors

{% content-ref url="/pages/-LfA1crGiKMpklUz4WhZ" %}
[Gyroscope](/blocks/app-features/sensors-blocks/gyroscope.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LfA20SMHQrlH-mJBS3b" %}
[Magnetometer](/blocks/app-features/sensors-blocks/magnetometer.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LfA1OWZyIDmvsyU9zEn" %}
[Accelerometer](/blocks/app-features/sensors-blocks/accelerometer.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LZ7M7dFzGNTGtDCeSiC" %}
[Location Sensor](/blocks/app-features/sensors-blocks/location-sensor.md)
{% endcontent-ref %}

## Audio/Video

{% content-ref url="/pages/-MJWl0uwtoab2VaZSWOZ" %}
[Speech Blocks](/blocks/app-features/speech.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LZ7M7d6SUm-G-gwUMSa" %}
[Sound Blocks](/blocks/app-features/sound.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LZ7M7d9ryi3QkHwWEzK" %}
[Camera Blocks](/blocks/app-features/camera.md)
{% endcontent-ref %}

{% content-ref url="/pages/BuGK0BrZoaSYEKWI4rkt" %}
[Files Blocks](/blocks/app-features/files-blocks.md)
{% endcontent-ref %}

## Social

{% content-ref url="/pages/-LZ7M7dQxWjZETcxNx2i" %}
[Share Blocks](/blocks/app-features/share.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LZ7M7dSCl2EdHCp89a2" %}
[Sign In Blocks](/blocks/app-features/sign-in.md)
{% endcontent-ref %}

## Notifications

{% content-ref url="/pages/-Ldj5N\_ihAONcQKOiXnn" %}
[Push Notification Blocks](/blocks/app-features/push-notifications-by-one-signal.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LZ7M7d01XW5hqws52VP" %}
[Alerts Blocks](/blocks/app-features/alert.md)
{% endcontent-ref %}

## Other

{% content-ref url="/pages/-LZ7M7dOyjbHML3g3ykb" %}
[Timer Blocks](/blocks/app-features/timer.md)
{% endcontent-ref %}

## Advanced App Features

{% content-ref url="/pages/-MYKTBEiE-2O47gzrRK4" %}
[Advanced Blocks](/blocks/advanced-app-features.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/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.
