# Generate Connectors with OpenAPI

The first step to offer your customers more integrations is to develop your connector. This will allow you to connect your app all available and upcoming apps.

To make it easy, we have developed the [Component Generator](https://github.com/openintegrationhub/component-generator). The generator is based on OpenAPI 3 and will help you to develop your connector.

{% embed url="<https://github.com/openintegrationhub/component-generator>" %}

We are happy to support you if you don’t have an OpenAPI 3 specification yet. Please get in contact to <service@flowmate.io>

After you have developed your connector, please upload your connector to GitHub and provide us a link. We will then check the connector and deploy it to Open Integration Hub.

That’s it! The next step is to create your integrations.


---

# 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://flowmate.gitbook.io/flowmate-documentation/connectors/develop-your-connector/generate-connectors-with-openapi.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.
