> ## 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.

# Data Overview

> Manage data and knowledge in Pulze

## Overview

Pulze's data management system allows you to upload, organize, and leverage custom data in your AI workflows. The Data section provides a centralized interface to manage all your organization's uploaded files, documents, and data sources.

## Accessing the Data Section

Navigate to the Data section from the main navigation menu to view and manage all your organization's data resources.

## Data Types

### Custom Data

Upload files and documents from your computer or web pages. Custom data can include:

* PDF documents
* Text files
* Word documents (DOCX)
* Web page content via URL

### Documents

Collaborative documents created within Pulze for sharing and editing.

### Datasets

Curated collections of data for evaluation and testing purposes.

### Evaluations

Test and benchmark data used to evaluate AI model performance.

## Key Features

### Upload Options

You can add data to Pulze through multiple methods:

1. **Upload from Computer** - Select files from your local system
2. **Add Web Page Link** - Provide a URL to scrape and add content
3. **Connect Data Source** (Beta, Pro plan required) - Integrate with external data sources

### Data Management

Each data item displays:

* **Name** - The file or document name
* **Spaces** - Which spaces have access to this data
* **Modified Date** - Last update timestamp
* **Type** - Document or Custom Data
* **Status** - Processing state (Processing, Complete, Error)

### Visibility Settings

Control who can access your data:

* **Private** - Only you have access
* **Organization** - Available to all members of your organization
* **Public** - Accessible to anyone

### Search and Filtering

* Search data by name
* Filter by visibility (Private, Organization, Public)
* Filter by type (Custom Data, Documents)
* Filter by specific spaces

### Pagination

Navigate through large datasets with built-in pagination controls.

## Subscription Limitations

* **Free Plan** - Limited to 10 data sources
* **Pro Plan** - Unlimited data sources and access to data source integrations

<CardGroup cols={2}>
  <Card title="Custom Data" icon="file-arrow-up" href="/pulze/data/custom-data">
    Upload and manage files
  </Card>

  <Card title="Documents" icon="file" href="/pulze/data/documents">
    Create collaborative documents
  </Card>

  <Card title="Datasets" icon="table" href="/pulze/data/datasets">
    Manage evaluation datasets
  </Card>

  <Card title="Back to Guide" icon="compass" href="/pulze/navigate-pulze">
    Return to Pulze Guide
  </Card>
</CardGroup>
