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

# Create connectors for new apps

> Learn how to build connectors for new applications and tools

## Coming Soon

We're working on comprehensive documentation for building Speckle connectors. This guide will cover everything you need to create connectors for new applications and integrate them with the Speckle platform.

## What You'll Learn

When available, this documentation will include:

* **Connector Architecture** - Understanding how connectors work with Speckle
* **Development Setup** - Setting up your development environment
* **Data Conversion** - Converting application data to Speckle objects
* **Sending & Receiving** - Implementing send and receive workflows
* **UI Integration** - Building user interfaces for connector settings
* **Testing & Deployment** - Testing your connector and making it available

## Interested in Building a Connector?

If you're interested in building a connector for an application that doesn't have one yet, we'd love to hear from you!

<CardGroup cols={2}>
  <Card title="Community Forum" icon="comments" href="https://speckle.community/c/help/developers">
    Ask questions and discuss connector development
  </Card>

  <Card title="GitHub Discussions" icon="github" href="https://github.com/specklesystems">
    Share your connector ideas and get feedback
  </Card>
</CardGroup>

## Existing Connectors

To understand how connectors work, you can explore the source code of existing connectors:

* **[Speckle Connectors Repository](https://github.com/specklesystems)** - Browse connector implementations
* **[Connector Documentation](/connectors/overview)** - Learn about available connectors

## Next Steps

* [Getting Started](/developers/getting-started) - Learn the basics of Speckle development
* [Data Schema](/developers/data-schema/overview) - Understand Speckle's data model
* [Python SDK](/developers/sdks/python/introduction) - Work with Speckle data programmatically

<Info>
  **Want to contribute?** If you have experience building connectors or are working on one, reach out to us! We're happy to help and may feature your connector in our documentation.
</Info>
