# Connectors

To simplify your integration, we have created convenience connectors that takes care of everything you normally need in a standard integration such as handling user ID cookies, forwarding client metadata, JSON serialization and HTTP plumbing.

If you are using a programming language not listed below or require a customized integration please refer to the [API reference](/infinity/api-reference.md).

If you want a general overview of what a Infinity implementation should contain, please refer to our [developer guide](/infinity/developer-guide.md)

Select the programming language relevant to you from the list below.


---

# 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://docs.fact-finder.com/infinity/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.
