# Custom Integrations

Build custom integrations to connect Euno to any data platform or tool in your stack.

## Available Options

* [**Custom Integration**](/sources/custom-integrations/custom-integration.md) — Push observations via inline JSON POST or bulk file upload ([properties reference](/sources/custom-integrations/custom-integration/custom-integration-properties-reference.md))
* [**OpenLineage API**](/sources/transformation-etl/openlineage-integration.md) — Use OpenLineage standard
* [**Python SDK**](/developer-reference/euno-sdk.md) — Programmatic integration

## What You Can Build

Custom integrations allow you to:

* **Connect Any Platform** — Integrate tools not natively supported
* **Push Metadata** — Add resources manually or programmatically via HTTP POST
* **Track Custom Resources** — Define your own resource types
* **Declare Lineage** — Wire upstream dependencies between tables, scripts, and other resources

## Getting Started

1. Choose your integration method from the options above
2. Follow the setup guide for your chosen method
3. Configure your integration
4. Test and validate

**Setup Time:** 30-60 minutes depending on complexity

***

## Next Steps

* [View All Integrations](/sources.md)
* [Learn About the SDK](/developer-reference/euno-sdk.md)
* [Explore Custom Properties](/using-euno/metadata-activation/metadata-tags.md)


---

# 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.euno.ai/sources/custom-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.
