Setup Overview

This page is for checking your installation status at a glance and jumping to the most common next steps.

Setup Overview

Installation status

Three cards summarize the deployment and link onward when clicked.

CardDescription
ProjectsNumber of projects (/tellusr/api/v1/available-projects). Opens the project you just created on Quick start, if there is one; otherwise the Projects list.
AssistantsNumber of assistants, i.e. dialogue profiles. Opens the Assistants Manager, with the relevant assistant preselected if one can be determined (see below).
Imported DocumentsTotal documents imported across all projects. Opens a wildcard search, scoped to the project you just created or the one currently selected, if either exists; otherwise it searches across all projects.

What do you want to do next?

CardDescription
Upload documents (Starting point)Add files manually through the UI to populate your project. Opens File Importer, deep-linked to the project from Quick start if there is one.
Upload via API (Starting point)Automate data ingestion with the REST API. Opens the API docs (Swagger) in a new tab.
Open chatTest the assistant - works once you have data indexed. Opens Trace Chat for the relevant assistant.
Assistant creationCreate new assistants with the Assistants manager. Opens the Assistants Manager’s create page.
Edit assistant promptCustomise tone, instructions and behaviour for the chatbot. Opens the prompts editor for the relevant assistant.
Configure LLMConnect a language model to power the chat assistant. Opens LLM config for the relevant assistant.

“The relevant assistant”, used above for Assistants, Edit assistant prompt and Configure LLM, is picked in this order:

  1. the assistant you just created on Quick start,
  2. otherwise the assistant currently selected elsewhere in the dashboard,
  3. otherwise the deployment’s default assistant.

Open chat only checks the first two. If neither applies, it opens the assistants list instead of a specific chat.