> For the complete documentation index, see [llms.txt](https://docs.thunkable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thunkable.com/ai/features/integrations.md).

# Integrations

### Overview

Integrations allow you to add native device capabilities to your app without writing custom code. Using the **Integrations** panel, you can quickly enable features such as Camera, Video Recording, Video Playback, Audio Recording, and more.

When you add an integration, Thunkable AI guides you through a short setup flow to understand how the feature should behave in your app. Based on your answers, the AI automatically configures the integration and generates the necessary functionality.

### Steps to Add an Integration

#### Step 1: Open the Integrations Panel

From the left navigation menu, click **Integrations**.

The Integrations page displays a list of available native features that can be added to your project.

#### Step 2: Select an Integration

Find the feature you want to add and click **Add to App**.

#### Step 3: Describe How the Integration Should Work

The AI will ask a series of questions to understand your intended user experience.

Choose the options that best match your use case.

Depending on the integration, additional settings may be available.

#### Step 4: Submit the Configuration

After completing the setup questions, click **Submit**.

The AI will generate and configure the integration based on your selections.

### Using "Decide for Me"

If you're unsure which option to choose, click **Decide for me**.

The AI will recommend sensible defaults based on your app's intended use case and best practices.

This option is available throughout the integration setup process.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.thunkable.com/ai/features/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
