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
  • Key Features
  • Getting Started
Introduction

Overview

Ada’s Chat SDK enables seamless deployment of an AI agent into websites and mobile applications. Available for Web, iOS, Android, and React Native, the SDKs provide an easy, robust, and flexible way to add a chat interface that supports both AI-powered and human-agent interactions.

The SDKs allow user data and context to be programmatically sent to the AI agent, enabling it to tailor conversations effectively. Examples of data that can be shared include user profile information such as language, premium status, and region, ensuring a more personalized experience.

Key Features

  • Multi-Platform Deployment: Deploy Ada’s AI agent on Web, iOS, Android, and React Native platforms, ensuring a consistent and high-quality experience across devices.
  • Comprehensive API:
    • Extensive set of settings: Customize and adjust settings to meet specific requirements such as initial language, control branding, and more.
    • Event listeners: Monitor events such as when a new message is received, when an agent joins or leaves, and when a conversation ends.
    • User Profile Data: Send detailed user information such as language, premium status, and region for more personalized conversations.

Getting Started

Follow the guide corresponding to your platform to learn more about each SDK:

  • Web SDK Overview
  • iOS SDK Overview
  • Android SDK Overview
  • React Native SDK Overview

Web SDK

Overview
Next
Built with