Skip to main content

Using Your Assistants

Once your vendor, Knowledge Stores, and data ingestion processes are configured, you can begin interacting with assistants. Assistants provide a conversational interface for exploring data, retrieving relevant information, and generating insights based on the Knowledge Stores they are connected to.

You can use system-provided assistants that are available by default or create custom assistants tailored to your organization’s domain. Each assistant has access only to the Knowledge Stores it is configured to use.

Custom Assistants

To interact with a custom assistant:

  1. Open the Research Assistant tab.

  2. Click New Chat.

  3. Select the assistant you want to use from the available list.

  4. Enter your question in natural language.

Assistants respond using the Knowledge Stores associated with them. Responses may include explanations, summaries, or references to underlying documents, depending on the data available.

Each chat session maintains contextual memory within that session only. Conversations can be saved for later reference.

SQL Assistant

The SQL Assistant is designed specifically for working with structured data. It helps translate natural language questions into SQL queries and allows you to refine or explore those queries interactively.

To use the SQL Assistant:

  1. Open a new SQL Editor tab.

  2. Click the + new tab icon.

  3. Select the assistant you would like to use.

  4. On the left side of the page, enter a question about your structured data.

  5. Review the generated SQL query and execute it as needed.

Each SQL Assistant tab maintains its own session context. Context and history are preserved within a tab, but not shared across different tabs.

You can keep multiple SQL Assistant tabs open to work on different queries simultaneously.

FeedbackOpens in a new tab