# Connectors

**Connectors** serve as integration points within the Skillmine Auth project, allowing the system to communicate with different identity providers and efficiently manage user data migration or synchronization. These connectors are designed to streamline the authentication process by interfacing with external systems.

\
**Purpose**

The primary purpose of connectors is to establish a connection between the authenticator project and various identity providers, enabling the smooth flow of user information. This functionality is essential for scenarios such as onboarding new users, updating existing user data, or migrating users from one identity provider to another.


---

# 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://authdocs.skill-mine.com/licentio-documentation/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.
