Copilot application development is a key component of the Moflow platform that helps you design and manage an intent-driven AI chat assistant. You can customize the assistant's theme, content, and its ability to handle intents and route to features in your native application. After you publish the Copilot application, you can integrate it into your native Android or iOS application using the official Moflow SDKs.
In Copilot application development, you will work with the following features:
Theme settings: Learn how to set a default theme for your Copilot application and adjust the style and size of its components.
Content settings: Learn how to set content for your Copilot application, such as welcome messages, quick replies, titles, and profile pictures.
Intent settings: Learn how to set intent capabilities that allow you to use strategies such as Large Language Models (LLMs) and keyword matching for intent recognition, and attach the corresponding operations.
Feature routing: Learn how to set up and manage feature routing for intents that are integrated in a Copilot application.
SDK integration: Learn how to integrate a published Copilot application into an Android or iOS application.