> ## Documentation Index
> Fetch the complete documentation index at: https://pulze.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Space Data

> Upload and manage data sources within your space

## Overview

Each space has its own data collection where you can upload files, add web pages, and connect data sources. Space data is accessible to assistants and team members within the space.

## Viewing Space Data

In the space sidebar panel:

* **Data** section with + button
* Shows data count or "No results" if empty
* Click **+** to access upload options
* Three options available:
  1. Upload from your computer
  2. Add a web page link
  3. Connect a data source (Beta)

## Adding Data

### Upload from Computer

1. Click **+** next to "Data"
2. Select "Upload from your computer"
3. Choose files to upload
4. Supported formats: PDF, DOCX, TXT, CSV, and more
5. Files are processed and indexed

### Add Web Page Link

1. Click **+** next to "Data"
2. Select "Add a web page link"
3. Enter the URL
4. Content is scraped and indexed
5. Available to assistants

### Connect Data Source (Beta)

1. Click **+** next to "Data"
2. Select "Connect a data source"
3. Choose from available integrations
4. Authenticate and configure
5. Data syncs automatically

## Data Management

### Viewing Data

Access space data by:

* Expanding Data section in sidebar
* Viewing all uploaded files
* Searching by filename
* Filtering by type or date

### Data Organization

Keep data organized:

* Use descriptive filenames
* Regular cleanup of outdated files
* Remove duplicate uploads
* Update web page links

### Data Processing

Uploaded data is:

* Automatically indexed
* Made searchable
* Available to assistants
* Processed for AI understanding

## Data Integration

### With Assistants

Data is used by AI assistants to:

* Answer questions with context
* Reference uploaded documents
* Provide informed responses
* Generate insights from data

### With Conversations

Data integrates with conversations:

* Referenced in chat responses
* Source attribution shown
* Up-to-date information
* Context-aware answers

### With Documents

Data works alongside documents:

* Part of unified knowledge base
* Cross-referenced automatically
* Searchable together
* Complementary content

## Best Practices

<Tip>
  **Relevant Content**: Upload data directly related to the space's purpose.
</Tip>

<Tip>
  **Keep Updated**: Remove outdated files and refresh web page links regularly.
</Tip>

<Tip>
  **Organized Structure**: Use clear naming conventions for uploaded files.
</Tip>

## Common Use Cases

* Product documentation
* Knowledge bases
* Training materials
* Reference guides
* Company policies

<CardGroup cols={2}>
  <Card title="Data Overview" icon="database" href="/pulze/data/overview">
    Learn about Data Management
  </Card>

  <Card title="Custom Data" icon="upload" href="/pulze/data/custom-data">
    Upload and Manage Data
  </Card>
</CardGroup>
