> For the complete documentation index, see [llms.txt](https://docs.mydbsync.com/cloud-workflow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mydbsync.com/cloud-workflow/2026_getting-started.md).

# 2026\_Getting Started

## **Getting Started with DBSync Cloud Workflow**

Welcome to the DBSync Cloud Workflow Getting Started guide. In the previous section, you understood the need and the benefits of DBSync’s platform. In this Getting Started section, you will learn through the initial setup, core components, and environment configuration required to build your first integration.

### **What You Will Learn in This Section**

* [**Introduction to DBSync Cloud Workflow**](https://docs.mydbsync.com/cloud-workflow/getting-started/introduction)**:** Learn what Cloud Workflow is, its core capabilities, and how it fits into your data integration strategy.
* [**Integration Basics**](https://docs.mydbsync.com/cloud-workflow/getting-started/integration-basics)**:** Get a quick overview of integration components like Projects, Tasks, Flows, Actions, and how they work together in DBSync.
* [**Sign Up and Getting a License**](https://docs.mydbsync.com/cloud-workflow/getting-started/signing-up-and-get-a-license)**:** Step-by-step instructions on how to create a DBSync account, choose the right plan, and activate your Cloud Workflow license.
* [**Features and Benefits**](https://docs.mydbsync.com/cloud-workflow/getting-started/features-and-benefits)**:** Explore the key features that make DBSync Cloud Workflow a flexible, scalable, and secure integration platform for businesses of all sizes.

## **Next Steps**

After completing the Getting Started section:

* Head over to [**Core Platform Components**](https://docs.mydbsync.com/cloud-workflow/dbsync-platform/core-components) to explore how Projects, Tasks, and Flows come together.
* Visit the [**AppCenter**](https://docs.mydbsync.com/cloud-workflow/dbsync-platform/appcenter) to connect to applications like Salesforce, NetSuite, QuickBooks, and more.
* Learn how to create workflows with [**Actions**](https://docs.mydbsync.com/cloud-workflow/create-your-workflow/actions) and [**Conditions**](https://docs.mydbsync.com/cloud-workflow/create-your-workflow/actions/conditions).

Ready to start automating? Dive in and build your first integration!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mydbsync.com/cloud-workflow/2026_getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
