Assistant Settings

Every setting of an existing AI assistant lives in its editor. This page walks through what you can change there — the way the assistant presents itself, the model and instructions behind its answers, and the actions that copy, hand over or remove it.

Info
There is no Save button. Changes are stored as you make them, and the indicator in the top-right corner switches to "Saved" once they are.

Opening the settings

There are two ways into the editor of an existing assistant:

  • On the AI Assistants page, hover the assistant and click the gear icon on its row.
  • On the assistant's own page, click Edit in the top-right corner.
Assistant row with its actions

The settings are grouped into the four tabs of the editor — General, Add data, Tools and Advanced — with a live playground on the right. The layout itself is described in the creation guide.

Name, description and avatar

The header of the General tab is how your assistant introduces itself: its picture, its name and a one-line description. All three are visible to everyone you share the assistant with.

Avatar, name and description of an assistant

Avatar

Click the picture to open the avatar menu. Three options are available:

  • Generate avatar — produces a new abstract picture. Click it again for another one.
  • Upload icon — pick an image from your computer. It is applied as soon as you choose the file.
  • Select emoji — opens an emoji picker with a search field and categories, and uses the emoji you click as the avatar.
Avatar menu

Name

Click the name to rename the assistant. The name is what your users see, it must not contain a slash (/), and it can be changed as often as you like.

Note
Renaming changes the display name only. Internally the assistant keeps the identifier it was created with, which is why the delete confirmation may show a different, generated name.

Description

The description appears under the name, in the assistants list and in the library. Click the sparkle icon at the end of the field to have the description written for you from the assistant's configuration and data.

Task type

The task type decides which interface the assistant offers. Chat is the default; click Advanced / More to see the others — Search, Report Generator, AI Spreadsheet, Entity Linker, Linker and Sparql Endpoint. Each one is described in the AI tasks section.

Info
You can switch the task type of an existing assistant at any time; your data stays in place. Some settings only apply to certain tasks, so the Tools tab disappears outside of Chat and the Advanced tab only lists what the selected task supports.
Task types of an assistant

Language model

Click LLM Settings on the General tab to choose the model and tune how it answers:

  • Model — the language model used by this assistant. Models hosted in the EU are labelled accordingly.
  • Context window in tokens — how much text the model may take into account per request.
  • Maximum response length in tokens — an upper bound on the length of each answer.
  • Response temperature — from very conservative to very creative. Keep it low for factual answers on your own data.
  • Answer speed — trades thoroughness for latency.
  • Show Last Update date in sources — adds the date of each source to the answer's references.
LLM settings of an assistant

Instructions and initial message

The Instructions field is the system prompt: it tells the assistant who it is and how to answer. The Initial message below it is the greeting users see when they open a new conversation.

  • The blue chip inside the text is a slot. The name slot is replaced by the assistant's current name, so renaming the assistant updates the prompt too.
  • The chip next to the heading reads "Not customized yet" until you edit the text, which makes it easy to see whether an assistant still uses the default prompt.
  • Once you have edited it, Reset default prompt brings the original wording back.
  • The initial message supports basic formatting, links and emoji, exactly like the instructions.
Instructions of an assistant

In addition to the name, the prompt of a chat assistant can use these slots:

  • {{question}}the question the user just asked.
  • {{documents}}the passages retrieved from your data for that question.
  • {{chat_history}}the previous turns of the conversation.
  • {{loop_through_documents}}repeats a block of the prompt once per retrieved document.
Warning
If you write your own prompt, keep the slots you need. Dropping {{question}} or {{documents}} means the model never receives the question or your data, and QAnswer warns you about the missing slots.

Check what was actually sent

To verify the effect of your instructions, ask something in the playground and click the info icon under the answer. The Message information dialog shows:

  • which language model produced the answer,
  • the complete prompt that was sent, with the system message, the question, the chat history and the retrieved documents,
  • the tools the assistant had at its disposal and which of them it called.
Message information dialog

Behaviour

The Advanced tab holds the optional behaviours of the assistant:

  • Advanced Filters — choose which filters the people using the assistant may apply to the data.
  • Allow human take over — let a human agent step into a conversation and answer instead of the assistant.
  • Enable suggested replies — after each answer, propose follow-up questions the user can click.
Advanced settings of an assistant

Mark as favourite

Click the star on an assistant's row in the AI Assistants list to mark it as a favourite. Favourites are sorted to the top of your list, which keeps the assistants you use daily within reach. The star is on the list, not in the editor.

Favourite assistant in the list

Duplicate an assistant

Duplicating copies the whole assistant — its configuration, instructions, tools and data — into a new, independent one. It is the safe way to try a different prompt or model without touching an assistant that is already in use.

  • In the editor, open the ⋯ menu and choose Duplicate AI assistant.
  • In the list, open the ⋮ menu on the assistant's row and choose Duplicate.

Give the copy a name and confirm with Finish. The duplicate counts towards your assistant quota, so you need a free slot.

Editor more options menu

Export and import

In the editor's ⋯ menu, choose Export AI assistant to download the assistant as a bundle. One switch decides what goes in:

  • Left off, the bundle contains the configuration only — task type, model settings, instructions, tools and connector definitions.
  • Turned on, Include indexed files adds every uploaded file, so the copy can be rebuilt with its data elsewhere.
Export assistant dialog

Importing a bundle happens from the AI Assistants toolbar rather than from an existing assistant — see Import an assistant.

Info
The export is always a ZIP bundle, and it is the only format the import accepts. Keep it: it doubles as a backup of an assistant's configuration.

Change owner

The owner of an assistant is the account it counts against and the only account that may hand it over. Open the ⋯ menu, choose Change owner, pick the new owner and confirm with Transfer.

Warning
Transferring ownership is not reversible from your side: once another user owns the assistant, only they can transfer it back. Make sure you keep the access you need before you transfer.
Change owner dialog

Delete an assistant

Delete is the last entry of both the editor's ⋯ menu and the row's ⋮ menu. QAnswer asks for a confirmation before removing the assistant, and the confirmation names the assistant's internal identifier rather than its display name.

Danger
Deleting an assistant also deletes its indexed data, its conversations and its exposed interfaces. It cannot be undone — export the assistant first if you might need it again.

For an assistant that was shared with you, the menu offers to remove it from your list instead. That only hides it for you; the owner's assistant is untouched.

Row menu with the delete entry

Sharing and access

Who may use or edit the assistant is not part of the editor's tabs but of the Share dialog, next to the ⋯ menu. It covers organizations, teams and individual users, external access to the exposed interfaces, and API keys. All of it is documented on the access rights page.

Share dialog of an assistant

Next steps