# Sling Platform

{% hint style="info" %}
Want to try the Platform without signing up? Open the [live demo](https://demo.slingdata.io).
{% endhint %}

{% embed url="<https://f.slingdata.io/videos/sling.ui.demo.20241121.mp4>" %}
Sling Platform UI
{% endembed %}

## Why Sling Platform

Sling Platform provides a comprehensive web-based interface for managing data operations at scale. Key benefits include:

* Visual interface for creating and managing data workflows
* Agent-based architecture for secure and scalable execution
* Team collaboration features
* Centralized connection management
* Built-in monitoring and alerting
* Job scheduling and orchestration

## Platform Features

The paid platform plan includes exclusive capabilities:

* ✅ [Smart Editor (IDE)](/sling-platform/platform/editor.md) - Live compilation, auto-complete, syntax highlighting, and validation for replications
* ✅ [Alerting](/sling-platform/platform/editor.md#managing-jobs) - Email, Slack, and MS Teams notifications for job status (error, warning, success)
* ✅ [Job Scheduling](/sling-platform/platform/editor.md#managing-jobs) - Schedule and orchestrate data jobs with cron expressions
* ✅ [Self-Hosted Agents](/sling-platform/platform/agents.md) - Deploy agents in your infrastructure for secure data access
* ✅ [REST API](/sling-platform/platform/api.md) - Programmatic access to connections, jobs, executions, and git sync
* ✅ [Job Run History](/sling-platform/platform/editor.md#job-run-history) - View detailed history and logs for all job executions

### CLI Pro Features

The paid platform plan also includes all of the [CLI Pro](/sling-cli/cli-pro.md) features:

* ✅ [API Sources](/sling-cli/cli-pro.md#api-sources) (extract data from any REST API by using Specs)
* ✅ [Parallel Stream Processing](/sling-cli/cli-pro.md#stream-chunking-and-parallel-processing) (run streams in parallel with automatic retries)
* ✅ [Stream Chunking](/sling-cli/cli-pro.md#stream-chunking-and-parallel-processing) (split large streams into smaller chunks)
* ✅ [Pipelines & Hooks](/sling-cli/cli-pro.md#pipelines-and-hooks) (such as `http`, `query`, `check`, `copy`, `command` and more)
* ✅ [OpenTelemetry Logging](/sling-cli/cli-pro.md#opentelemetry-logging) (export structured logs to any OTLP endpoint)
* ✅ [Capture Deletes](/sling-cli/cli-pro.md#capture-deletes-cdc) (similar to CDC)
* ✅ [Staged Transforms](/sling-cli/cli-pro.md#staged-transforms) (advanced multi-stage transformations with expressions and functions)
* ✅ [State Based Incremental](/sling-cli/cli-pro.md#state-based-incremental-loading) (file target incremental mode)
* ✅ [Schema Migration](/sling-cli/cli-pro.md#schema-migration) (migrate primary keys, foreign keys, indexes, defaults, and more)
* ✅ [ODBC Connections](/sling-cli/cli-pro.md#odbc-connections) (connect to any database via ODBC drivers)

### Advanced Plan Features

The following features are available with the [Advanced plan](https://slingdata.io/platform/#pricing):

* ✅ [Platform Self-Hosting](/sling-platform/platform/self-hosting.md) - Host the entire platform in your private network for full control and security
* ✅ [Git Integration](/sling-platform/platform/api.md#git-sync) - Connect to GitHub, GitLab, or Bitbucket for version control and CI/CD workflows
* ✅ User Roles - Define granular access controls with custom user roles and permissions
* ✅ Audit Logs - Comprehensive logging and tracking of all platform activities for compliance

![Sling Platform UI](/files/33ReA95FxIhUTrOLvgSy)

## Sign Up

1. Visit [platform.slingdata.io](https://platform.slingdata.io) to create your account
2. Choose your preferred authentication method
3. Create a Project
4. Get Slinging

<div align="center"><img src="/files/Wvr69UMaO9dGZYoRiuEP" alt="Sling Platform Sign Up" width="500"></div>

## Creating a Project

1. After logging in, You will need to create a project
2. Enter a project name, and click "Create Project"

<div align="center"><img src="/files/v1wDjvAh3xMn5UjNbLsX" alt="Sling Platform Create Project" width="500"></div>

Once your project is created, you can:

* Set up connections to your data sources and targets
* Deploy agents to securely access your data
* Create and schedule replications
* Monitor your data operations
* Invite team members to collaborate

{% hint style="info" %}
Each project is isolated from other projects, meaning that you can have multiple projects, each with their own connections, agents, replications, etc.
{% endhint %}

For detailed instructions on specific features, please refer to the relevant sections in the documentation.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.slingdata.io/sling-platform/platform.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
