For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Login
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
  • Introduction
    • Overview
  • Web
    • Overview
    • Getting started
    • SDK API Reference
  • iOS
    • Overview
    • Getting started
    • SDK API Reference
  • Android
    • Overview
    • Getting started
    • SDK API Reference
  • React Native
    • Overview
    • Getting started
    • SDK API Reference
Login
LogoLogo
On this page
  • Compatibility
  • Known Limitations
Android

Android SDK

Overview

The Ada Android SDK makes it easy to embed Ada’s AI agent directly into your Android application. Designed for flexibility and customization, the SDK lets you programmatically control key settings and actions to deliver a tailored user experience.

Use the SDK to: • Embed Ada’s AI agent into your Android app seamlessly. • Customize the AI agent’s behavior with features like setting the language, defining initial greetings, and passing user-specific data via metaFields.

Explore all available settings and actions in the Android SDK Reference.

To get started, visit the Android SDK Quick Start Guide.

Compatibility

The SDK supports Android 9 (Pie) and up.

Known Limitations

Session persistence across app restarts is not supported. The SDK stores session state in the WebView’s localStorage, which is not guaranteed to survive a force-quit on Android. See Session Persistence for details.

Previous

Getting started

Next
Built with