Admin Config

Use this interface to configure the QAnswer application, including icons and the LLM personality.

admin navbar config

Application Config

Enter your company information on the config page.

  • Title
  • Chatbot personnality
  • Welcome message
  • Logos
  • Rate limit
  • Global user credits
  • Manage connectors
  • Platform configuration
  • Library category colors

Change the application title and customize the chatbot personality by writing a description.

admin config app title and chat personality

Global User Credits and Manage Connectors

  • Set the global user credits to control how many credits each user has available.
  • Manage available connectors to control which data sources users can connect to.
admin config global user credits

Platform Configuration

Configure platform settings to choose:

  • Which features and functionality are available in the application.
  • Platform settings such as admin email, paths, and links.
admin config platform configuration

Configuration: defaultRedirectPath

Overview

defaultRedirectPath is an optional configuration key that controls where the user is redirected immediately after login. The value is a plain string with no automatic validation, so ensure the path is correct in every environment.

How It Works

After a successful login, the application checks whether defaultRedirectPath is defined.

  • If present, the user is redirected to that path.
  • If not, the system falls back to the default post-login page, which is /chat.

Important Behavior

Because the value is not validated, the application redirects even if the path is:

  • misspelled
  • not registered in the router
  • not available in the current environment

This may result in navigation errors or blank pages.

Example of a typo to avoid
  • Incorrect: /chaat
  • Correct: /chat

Always verify that the path:

  • exists
  • is reachable
  • is spelled correctly

Library Category Colors

Assign a color to each library category for easier visual identification.

admin config library category colors