> For the complete documentation index, see [llms.txt](https://docs.stacksync.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stacksync.com/agentic-workflows/developers.md).

# Developers

- [Get started with the Connector Development Kit](https://docs.stacksync.com/agentic-workflows/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/agentic-workflows/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/agentic-workflows/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/agentic-workflows/developers/module-schema-reference.md): A comprehensive reference for all available options when building module schemas for Stacksync Workflows.


---

# 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:

```
GET https://docs.stacksync.com/agentic-workflows/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.
