Data Spaces
Data Spaces are named containers in the Data Pool that hold files or URLs. These sources are indexed using vector embeddings so your agents can retrieve and use them through retrieval-augmented generation (RAG).
How to Create a Data Space
- Open the Data Pool from the left navigation
- Click Add Data Space
- Enter a name and confirm

Each Data Space represents a dedicated container of searchable documents.
How to Add Sources
Each Data Space can include one or more sources:
- Click the Add Data Source icon next to a space
- Enter a label
- Choose one of the following:
- Upload a file (
.pdf
,.docx
,.xml
) - Add a URL or sitemap
- Upload a file (

Files and links are transformed into searchable vector embeddings.
How Indexing Works
Indexing starts automatically once a source is added. You can track progress in the Indexing Status column. Agents can only retrieve from sources marked Indexed.
Manage and Organize Spaces
From the Data Pool overview:
- Click a row to view or edit a Data Space
- Add or remove sources at any time
- Duplicate or delete a Data Space
Use Data Spaces in Agents
To connect a Data Space to an agent:
- Open your Project Space
- Select or create an agent
- Attach one or more Data Spaces
Once connected, the agent uses semantic retrieval to reference indexed content during execution.
FAQ
What types of sources are supported?
You can upload .pdf
, .docx
, and .xml
files, or add URLs and full sitemaps.
Can a single space contain both files and URLs?
Yes. Data Spaces can mix multiple file types and links.
Is there a limit to how many sources I can add?
There is no enforced limit. For better performance and organisation, group similar content across separate spaces.
What if indexing fails?
Check file type and size. Retry if needed, or consider using Custom Storage for more control.