# Get Started - Initial Setup

In this guide you will learn everything you need to know to get started with FlowMate. From integrating FlowMate into your app to creating integrations and automations and going live.

### Develop your Connector

You can use FlowMate either via our embedded API or through our no-code platform, but in both cases we recommend creating a connector for your API to build integrations effectively.

{% content-ref url="/pages/kQObuna5jvAsyfLapR6n" %}
[Develop your connector](/flowmate-documentation/connectors/develop-your-connector.md)
{% endcontent-ref %}

### Embed Integration Center into your App

The Integration Center allows customers to activate and manage integrations directly within your product. FlowMate provides it as a **Web Component**, enabling seamless embedding with full control over styling and behavior.

{% content-ref url="/pages/yxw81E6vdTbwWi7e0bNd" %}
[Embed Integration Center](/flowmate-documentation/integration-center/embed-integration-center.md)
{% endcontent-ref %}

### Build your first Template

**Templates** define the structure of an integration by specifying the **Trigger, Action, and Data Mapping**. They allow your customers to create **Flows** based on these predefined settings.

{% content-ref url="/pages/QOZbCiOiRDFmsnxX5h9X" %}
[How to Create a Template](/flowmate-documentation/templates/how-to-create-a-template.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://flowmate.gitbook.io/flowmate-documentation/getting-started/get-started-initial-setup.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.
