Add data

Add data is where an assistant stops being a generic chatbot and starts answering from your material. The tab holds the assistant's connectors — one per source of data — along with what each has ingested, how much storage it takes and whether it has finished indexing.

Each connector type has its own page
This page covers the tab itself: how to add a source, read its status and manage storage. What each connector does and how to configure it — documents, websites, e-mail, SharePoint, RDF and the rest — is documented under Data Source, so head there once you know which one you need.
The Add data tab of the assistant editor

What is on the tab

The tab has three parts:

  • The Add connector buttonopens a menu of every source type available to you.
  • The connector listone row per source already attached, each expandable to show what it has ingested and the actions it supports.
  • The storage pillsa running total of how much room the assistant's data occupies.

On a brand-new assistant the list is empty and reads "No connectors yet". On an assistant whose data is fixed by its template, it reads "The data is locked. No input is required." instead.


Adding a source

The flow is the same whichever source type you pick:

  1. Click Add connector and choose a type from the menu.
  2. Give the connector a name — this is how it appears in the list, so name it after what it holds rather than what it is.
  3. Provide the source itself: drop in files, enter a URL, sign in to the third-party service, and so on. This step is what differs between connector types.
  4. Click Finish. The connector is created and QAnswer starts indexing.

Not sure which type you need? The overview at Data Source.


Indexing and status

Data is not usable the moment it arrives — QAnswer has to parse and index it first. While that happens:

  • An "Uploading / Indexing" indicator appears with the number of items still pending.
  • Each row in the file table carries its own status icon, so you can see exactly which item is waiting, done or failed.
  • Failures are counted separately, so a single bad file does not hide behind an otherwise healthy import.
Note
You do not have to sit and watch. QAnswer states that you can safely close the page — indexing continues on the server and the assistant picks the new data up when it finishes.
Reindexing blocks new data
Some changes — most notably switching the embedding model in the General tab — trigger a full reindex. While it runs, adding data is disabled and QAnswer says so. If a reindex appears to have stalled, it offers a Recover action to restore the current index so you can keep using the assistant.

Storage

The pills at the top of the tab track how much room the assistant uses:

  • Collection sizehow much the indexed data occupies, in MB.
  • External resourcesmaterial pulled from connected third-party services rather than uploaded directly.
  • Storage availablewhat is left of your allowance.

Allowances come from your plan — see Quotas.


Parsing options

Document connectors expose a Parsing Options dialog that controls how files are turned into searchable text. It has three tabs:

  • Retrievinghow many references are pulled in as context when the assistant answers.
  • Indexingsynonym groups and the query-expansion prompt used to widen a search.
  • Embedding & Chunkinghow documents are split before they are embedded. Chunking has a real effect on answer quality: chunks that are too small lose context, too large and retrieval gets vague.
Parsing options

Who can change data

Adding, renaming and deleting connectors needs write access to the assistant. Read-only viewers can open this tab and inspect the connector list and its contents, but every control that would change something is disabled.


Where to go next

With data in place, give a chat assistant abilities in Tools, or tune retrieval and behaviour in Advanced.