Dashboard
DocsUser GuideChat Interface

Chat Interface

The chat interface is where you interact with your AI assistant. Ask questions about your documents and receive grounded, cited responses.

Starting a Conversation

Navigate to the Chat tab in your project. If no conversations exist yet, you'll see a prompt to start one. Click New Conversation to begin.

Sending Messages

Type your question in the input field at the bottom of the chat and press Enter or click the send button. Your message is immediately sent to the backend for processing.

Response Format

AI responses include:

  • Answer text — rendered with Markdown formatting (bold, lists, code blocks, etc.)
  • Citations — clickable badges showing which documents were referenced
  • Feedback buttons — thumbs up/down to rate the response quality

Follow-Up Questions

The AI maintains context within a conversation. You can ask follow-up questions like:

  • “Can you elaborate on the second point?”
  • “What does the document say about [specific topic]?”
  • “Compare that with what you found earlier”

The system includes the last 10 messages as context in the prompt, so the AI understands references to previous turns.

Managing Conversations

  • Multiple conversations — create separate threads for different topics within the same project
  • Switch conversations — click on a conversation in the sidebar to switch context
  • Delete a conversation — remove a conversation and all its messages permanently
Tip

For best results, be specific in your questions. Instead of “Tell me about the report,” try “What were the key revenue figures in Q4 according to the financial report?”

Citations Deep Dive

Each citation shows the source document and page number. You can click on a citation to expand it and see the exact text chunk that the AI used. This lets you:

  • Verify the AI's claims against the original source
  • Navigate to the relevant section of the document
  • Assess the relevance of the retrieved context
Was this page helpful?