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
  • Resources
  • Versioning
  • Browser support
Web

Web SDK

Overview

The Ada Web SDK makes it easy to embed Ada’s AI agent directly into your website or web application. It is designed for flexibility and customization, allowing you to programmatically manage key settings and actions to create a personalized user experience.

With the SDK, you can:

  • Utilize event listeners to monitor key events such as when a new message is received, when an agent joins or leaves, and when a conversation ends.
  • Customize the AI agent’s behavior by setting the initial language, defining greetings, and passing user-specific data through metaFields for personalized interactions.

Resources

  • To begin, check out the Web SDK Quick Start Guide.
  • For detailed instructions, including customization and other settings, check out the detailed instructions here.
  • For a comprehensive list of settings and actions, check out the Web SDK Reference.

Versioning

The Ada Web SDK script automatically updates to provide the latest stable features, ensuring seamless integration and minimal maintenance. Stay informed about new features and updates by visiting our Release Notes.

Browser support

See Ada Browser Compatibility.

Previous

Getting started

Next
Built with