# Integrations

We offer two current deployment integrations:

* **AWS Integration**: Enables seamless cloud resource management and automation.
* **Utility Webhook Planting Integration**: Facilitates automated triggers for planting tasks using webhooks.

An overview of each integration's capabilities is provided below, with detailed usage instructions available in the tutorials section.

## View All Integrations

This is the initial view you will land on if you click the Integrations link in the sidebar. It is a list of all your existing integrations (if you have any).

Each row will show a summary set of details, and an indicator to show the health of the integration. On the right side of each row, you will see an action menu, from where you can delete the integration.

## Marketplace

Above the list of existing integrations, there is a button for "Marketplace". Clicking this will present a list of integrations available for install within the seedata.io platform.&#x20;

Each tile represents a unique template, and you can install multiple instances of each template, as required.

## View Integration Details

From the marketplace, you can click on an individual tile and access detail pages for that specific integration template. There are two views:

* **Details**: shows a basic overview of the integrations capabilities and summary instructions on how to configure it
* **Installations**: shows a filtered view of installations already configured with this specific template

You can also click **INSTALL** from these pages to add a new instance of this specific template&#x20;


---

# 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.seedata.io/features/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.
