# About Connectors

To use a connector, you often need to set up an authentication app, for example for HubSpot or Slack. This is usually required for connectors that use OAuth. Depending on the connector, different authentication methods are supported, such as OAuth or Session Auth.

For OAuth connectors, an app must always be created so users can authenticate through your credentials. Some APIs only require a basic OAuth app, while others may involve an additional review or approval process.

Before setting up a connector, please check the API documentation of the app you want to connect to in order to understand the exact authentication requirements.

Here are a few examples to help you get started.

{% content-ref url="/pages/EzexqLrLqJfVzny4ZZPD" %}
[Slack Auth App](/flowmate-documentation/connectors/slack/slack-auth-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/WPcC79k1ZEhjSOA7w9Dw" %}
[HubSpot Auth App](/flowmate-documentation/connectors/hubspot/hubspot-auth-app.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/connectors/about-connectors.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.
