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

# Introduction

> RWS Integration is no-code/low-code integration infrastructure for B2B software

## Getting started

RWS Integration is integration infrastructure for B2B software that enables you to connect enterprise systems and build data workflows without extensive coding. The platform provides visual tools for extracting data from sources, transforming it to match destination formats, and applying business logic before delivery.
You can connect to REST APIs, webhooks, SFTP servers, and various authentication methods including OAuth 2.0. Sources without a native connector, like SOAP APIs, databases and files, are served through RWS Connect. The platform handles common integration patterns like pagination, error handling, and scheduling, while giving you control through JavaScript-based business rules when needed.
Get started, build your first integration and understand the platform fundamentals.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/en/quickstart">
    Create a working integration in 5 minutes
  </Card>

  <Card title="Connections" icon="plug" href="/en/features/connections/api">
    Learn how to connect to external systems
  </Card>
</CardGroup>

## Core Concepts

Understand the building blocks of the platform, organized by the ETL phases.

<CardGroup cols={2}>
  <Card title="Connections" icon="link" href="/en/features/connections/api">
    Authentication and connection configuration
  </Card>

  <Card title="RWS Connect" icon="plug-circle-bolt" href="/en/core-concepts/rws-connect">
    Extract from SOAP APIs, databases and files
  </Card>

  <Card title="Pagination" icon="arrows-rotate" href="/en/features/extract/pagination">
    Handle different API pagination patterns
  </Card>

  <Card title="Parallelization" icon="list-ol" href="/en/features/extract/parallelization">
    Run extractions in parallel for performance
  </Card>

  <Card title="Dynamic Parameters" icon="brackets-curly" href="/en/features/extract/dynamic-parameters">
    Insert dynamic values into requests
  </Card>

  <Card title="Business Rules" icon="code" href="/en/features/business-rules/overview">
    Filter and transform data with JavaScript
  </Card>

  <Card title="Scheduling" icon="clock" href="/en/features/extract/scheduling">
    Schedule your integrations to run automatically
  </Card>
</CardGroup>
