Resources
Resources are the external knowledge you attach to your AI model. Every document, web page or Confluence space you add here is fetched, split into smaller pieces and indexed, so your model can ground its answers on your own content instead of relying only on what the language model already knows.
You can add as many resources as you need, mixing uploaded files, public web pages and Confluence pages in the same model. Xenioo takes care of downloading, converting and indexing everything for you, and keeps web-based resources up to date automatically.

Adding a Resource
Click + Add Resource to open the resource dialog. Everything is configured from a single window, organized into three tabs: Main, Chunking Strategy and Advanced.

Main
Type
The Type field decides where the content of the resource comes from. The rest of the Main tab changes depending on the type you pick.
File — upload a document from your computer.
Public URL — index a publicly reachable web page, optionally crawling the pages below it.
Confluence Page — index a page (and optionally its sub-pages) from an Atlassian Confluence space.
File
Select a document to upload. Xenioo supports text, PDF, Word, Excel, CSV, Markdown and HTML files up to 64 MB.
Supported extensions: html, pdf, docx, xlsx, csv, txt, log, md.
The file is uploaded as soon as you select it — a short spinner is shown while the upload completes.

Public URL
Enter the full address of the page you want to index in the Public URL field. A small icon next to the field lets you open the address in a new tab to double-check it.
Use Crawl depth to decide how much of the site to index:
Single Page
Only the page at the address you entered.
1 / 2 / 3 levels
The page plus every page found below it, following that many path levels on the same site.
Crawl depth grows quickly. A depth of 3 on a large site can discover hundreds or thousands of pages. Start with a shallow depth and increase it only if needed.
Each sub page indexed count as one additional action message toward your account messaging limits.
Confluence Page
Confluence pages are read through the official Confluence Cloud API, so you need to provide credentials:
Base Page URL — the address of the Confluence page or space to index.
Username — the email address of the Atlassian account used to read the content.
API Key — an Atlassian API token for that account.
Index all content sub-pages — when enabled, Xenioo also indexes every page found underneath the one you provided.
Visibility
Visibility decides who is allowed to see the content of a resource when the model answers.
Everyone (default) — the resource can be used to answer any conversation.
An Audience — the resource is used only when the current contact matches the selected Audience.
Chunking Strategy
Before it can be indexed, a document is split into smaller chunks. The chunking strategy controls how that split happens.
Smart (recommended)
Xenioo inspects the document size and type and picks the best option automatically. Small documents are kept whole, larger structured files are split by structure, everything else is split recursively.
No Split
Keeps the document as a single chunk. The document must not exceed the 8k token context limit.
Recursive Text Splitting
Splits the text into overlapping chunks of a fixed size. A good general-purpose choice for plain text.
Document Structure Based
Splits along the document's own structure (headings, sheets, pages). Valid for xlsx, docx, pdf, html and md.
Advanced
The Advanced tab is available only for Public URL and Confluence resources.
Reindex frequency
How often, in days, the resource is automatically re-fetched and re-indexed to stay in sync with the source. The value can be set between 1 and 90 days and defaults to 15 days.
Additional Headers
Extra key/value headers sent with every fetch request. Use them when the source requires custom headers (for example an authentication or user-agent header) to be reached.
The Resources list
Every resource you add appears in the Resources list, with a column for its indexing progress and its key statistics.
Name
The display name of the resource: the file name for uploads, the page title or URL for web and Confluence pages.
Size
The size of the stored content.
Chunks
How many chunks the content was split into.
Avg. Tokens
The average number of tokens per chunk.
Chunking Strategy
The strategy used to split the content.
Created
When the resource was added.
Embedding Status
The current indexing state (see below).
Embedding status
Preparing
The content is being fetched or crawled before it can be indexed.
Pending
The content is waiting in the indexing queue.
Indexing…
The content is being embedded right now.
Indexed
The content is fully indexed and available to the model.
Failed
Something went wrong. Hover the status to read the reason.
Banned
The content has been excluded from the index on purpose (see Banning content).
Website scans and discovered pages
When you index a Public URL with a crawl depth, or a Confluence page with sub-pages, the page you entered becomes a scan root and every page discovered from it is added as a child resource.
By default the list shows only the roots. Turn off Show only root resources to reveal the discovered pages, then use the arrow next to a scan root to expand or collapse its pages.

Managing a Resource
Editing a resource
Double-click a row (or choose Edit from the row menu) to open a resource. Roots and standalone resources can be freely edited except for their type; saving hands them back to the pipeline and re-indexes them.
For a discovered sub-page, only the Chunking Strategy can be changed — everything else is owned by the scan root that created it.
Viewing what was indexed
Open a resource and click View Index to see exactly what was stored for indexing. Web pages and Confluence pages are shown as the converted content, files are shown as-is.

Banning content
Sometimes a crawl discovers a page that should not be part of your knowledge base — an unrelated section, a login page, an "intrusion" that slipped into the scan. Open the resource and click Ban to exclude it.
A banned resource is removed from the index immediately and marked Banned. To bring it back, open it again and click Unban.
Reindexing
Web and Confluence resources are re-fetched automatically according to their Reindex frequency. When a resource is reindexed, its scan is rebuilt from scratch: obsolete pages are removed and new ones are discovered.
A resource that ended in Failed can be pushed back into the queue manually with the Reindex action in the row menu.
Deleting a resource
Use Delete from the row menu to remove a resource.
Deleting a scan root also deletes every page and document discovered from it. Xenioo asks you to confirm before removing a website scan.
Discovered sub-pages cannot be deleted on their own. They are recreated on the next reindex. To keep a specific sub-page out of the index, ban it instead.
Using resources in a reply
When your model answers, it grounds its response on the most relevant chunks from your resources. In Train & Test you can see which resources were actually used: a Show sources link appears next to the token usage of a reply and lists the source documents and links.

Last updated