# Get started with the Connector Development Kit

Stacksync allows you to design, code and deploy your own custom connectors and use them within any of your workflows. This allows you to integrate any application of your choice into your existing pipelines.

## Create a connector

### 1. First, go to your Stacksync Profile

{% embed url="<https://dev.stacksync.com/profile>" %}

### 2. Enable Developer Mode

<figure><img src="/files/VWtQmANuJjpwcv6UOpnc" alt=""><figcaption></figcaption></figure>

### 3. Join our Slack Community!

{% content-ref url="/pages/GrHqiCloX0yHGXPcqbNi" %}
[Community](/two-way-sync/start-here/community.md)
{% endcontent-ref %}

### 4. Get started developing your connector.

{% content-ref url="/pages/IyS0RDsBSGp0tCGJsLIS" %}
[Build a Custom Connector](/two-way-sync/developers/build-a-custom-connector.md)
{% endcontent-ref %}


---

# 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.stacksync.com/two-way-sync/developers/get-started-with-the-connector-development-kit.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.
