# Developers

- [Get started with the Connector Development Kit](https://docs.stacksync.com/workflow-automation/developers/get-started-with-the-connector-development-kit.md): Create and use any connector on Stacksync Workflows, whether that's an internal enterprise application, a business system, database or else.
- [Build a Custom Connector](https://docs.stacksync.com/workflow-automation/developers/build-a-custom-connector.md): In this tutorial, we'll guide you through creating connectors on the Stacksync Workflows platform using the Developer Studio. You may either watch the tutorial video or read the written guide.
- [Create a Module Schema](https://docs.stacksync.com/workflow-automation/developers/create-a-module-schema.md): In this tutorial, we'll guide you through creating module schemas step-by-step. Module schemas define the user interface forms for your workflow actions.
- [Module Schema Reference](https://docs.stacksync.com/workflow-automation/developers/module-schema-reference.md): A comprehensive reference for all available options when building module schemas for Stacksync Workflows.


---

# 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/workflow-automation/developers.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.
