> 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.md).

# Features

- [Cloud Database](https://docs.thunkable.com/ai/features/cloud-database.md)
- [API](https://docs.thunkable.com/ai/features/api.md)
- [User Sign-up, Login, and Authentication via Firebase API](https://docs.thunkable.com/ai/features/api/user-sign-up-login-and-authentication-via-firebase-api.md): Thunkable AI can generate apps with full user authentication using the Firebase Authentication REST API. This includes sign-up, login, and session handling out of the box.
- [Cloud Database](https://docs.thunkable.com/ai/features/api/cloud-database.md): Thunkable AI can generate apps that connect to an external cloud database through a REST API. This guide uses Baserow as an example, but the same approach applies to any API-based database or backend
- [Google Maps](https://docs.thunkable.com/ai/features/api/google-maps.md)
- [In-App Purchases with RevenueCat](https://docs.thunkable.com/ai/features/api/in-app-purchases-with-revenuecat.md)
- [Ads by AdMob](https://docs.thunkable.com/ai/features/api/ads-by-admob.md)
- [Push Notifications with OneSignal](https://docs.thunkable.com/ai/features/api/push-notifications-with-onesignal.md)
- [OpenAI](https://docs.thunkable.com/ai/features/api/openai.md)
- [Versioning](https://docs.thunkable.com/ai/features/versioning.md)
- [Integrations](https://docs.thunkable.com/ai/features/integrations.md)


---

# 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:

```
GET https://docs.thunkable.com/ai/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.
