Browse Guides
Guides · Platform

Conversational AI Assistant

Watch how to create a conversational assistant that answers questions from indexed data and cites the information used in its response.

1 min read

This walkthrough shows how to create a conversational assistant that can answer questions using indexed data and cite the information behind its response. Use it as a quick tour of the complete experience, then follow Build an Agent from Scratch when you want to construct and test each part yourself.

Continue building

  1. Create an Index for the data the assistant should use.
  2. Open the Flow and select that Index in the retrieval step.
  3. Test the Flow and inspect its trace before making it available to users.