# Custom integrations

Custom integrations help bridge the gaps in your data ecosystem. In Secoda, there are two types of custom integrations: **File Uploads** and **Marketplace**. Both options offer flexible and effective ways to bring your entire data stack into Secoda.

### File Upload

Ideal for less technical users and resources that don’t require frequent extractions, this option allows users to create and upload a CSV or JSONL file directly into Secoda.

{% content-ref url="/pages/52bVCgTksTyFcP5UNGYV" %}
[File upload](/integrations/custom-integrations-and-marketplace/custom-integration.md)
{% endcontent-ref %}

### Marketplace (Secoda SDK)

Marketplace integrations are built using the Secoda Software Development Kit (SDK). Users can upload their code to Secoda, allowing the integration to run automatically on a set schedule. Those who build a Marketplace integration with the Secoda SDK are encouraged to publish it for other Secoda users to benefit from.

{% content-ref url="/pages/eVVF5ZmlJN679xq5VB7g" %}
[Marketplace](/integrations/custom-integrations-and-marketplace/secoda-sdk-custom-integration.md)
{% endcontent-ref %}

{% hint style="info" %}
Not sure which option is the best for your team? Feel free to get in touch with the [Secoda support team](mailto:support@secoda.co)!
{% endhint %}


---

# 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.secoda.co/integrations/custom-integrations-and-marketplace.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.
