# Self-service and Manual integrations

We provide two tiers of data source integration: full self-service and one-off scripts.

Full self-service integrations allow users to connect their data sources without us, typically facilitated by APIs. We've dedicated substantial engineering efforts to streamline the onboarding process, often as simple as a few clicks.

However, for certain data sources, we offer one-off scripts, wherein we manage the integration process ourselves. This decision may stem from various factors; sometimes, it's due to pending investment decisions regarding supporting the given service, while in other cases, it's because the data source lacks an API, necessitating scraping.

Data sources falling under this category are labeled as "beta" within our UI.

As onboarding such sources entails manual operations from our team, the operational costs are significant. Therefore, we require users to commit to an annual contract, starting at $100/month, to cover these expenses.


---

# 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.getconduit.app/integrations/self-service-and-manual-integrations.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.
