# Conversational Analytics with Generative AI Beta

Compose SDK contains generative AI (GenAI) React components and hooks for creating conversational analytics experiences.

Note

This feature is currently under beta release for our managed cloud customers on version L2024.2 or above. It is subject to changes as we make fixes and improvements.

The GenAI components and hooks enable you to:

  • Deliver in-app analytics chat: Enable business users to uncover data insights easily by asking questions in a conversational interface, using the <Chatbot /> component. Learn more about the chatbot or see how to get started using the chatbot in your code.
  • Provide easy quickstart insights: Encourage exploration of the data landscape with AI-generated recommended queries from within the chatbot or with the useGetQueryRecommendations() hook. See how to get started using query recommendations in your code.
  • Bring insights to life with data storytelling: Enhance collaboration and add context to your data with auto-generated, natural language insights using the <GetNlgInsights /> component or the useGetNlgInsights() hook. See how to get started using natural language insights in your code.

# APIs

Visit the following pages to learn more about usage and examples: