> For the complete documentation index, see [llms.txt](https://docs.seedata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seedata.io/features/integrations.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.seedata.io/features/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
