# Integrations Libraries

Nected is designed to streamline data management and enhance workflow automation through its robust integration capabilities. The platform supports a variety of databases and third-party services, allowing users to connect their existing systems effortlessly. Below is a detailed overview of the pre-built integrations available with Nected:

### Supported Databases

* [**Postgres**](/nected-docs/integrations/integrations-libraries/postgres.md)**:** A powerful open-source relational database that supports advanced data types and performance optimization.
* [**MySQL**](/nected-docs/integrations/integrations-libraries/mysql.md): A widely-used open-source relational database management system that is known for its reliability and ease of use.
* [**MS SQL Server**](/nected-docs/integrations/integrations-libraries/ms-sql-server.md): A comprehensive database management system developed by Microsoft, ideal for enterprise-level applications.
* [**MongoDB**](/nected-docs/integrations/integrations-libraries/mongodb.md): A NoSQL document database that stores data in flexible, JSON-like formats, making it suitable for applications requiring scalability and performance.
* [**RedShift**](/nected-docs/integrations/integrations-libraries/redshift.md): An Amazon Web Services (AWS) data warehouse solution designed for large-scale data analytics, allowing users to run complex queries efficiently.
* [**Oracle**](/nected-docs/integrations/integrations-libraries/oracle.md): A robust and secure relational database management system known for its enterprise-grade features and scalability.
* [**Snowflake**](/nected-docs/integrations/integrations-libraries/snowflake.md): A cloud-based data warehousing service that provides high performance, scalability, and concurrency for data analytics.

### API and Third-Party Integrations

* [**REST API**](/nected-docs/integrations/integrations-libraries/rest-api.md): Nected allows seamless integration with any external system via RESTful APIs, enabling users to connect with various services and automate workflows.
* [**Google Sheets**](/nected-docs/integrations/integrations-libraries/google-sheets.md): Users can utilize Google Sheets as a dynamic database, allowing for easy data manipulation and updates directly from Nected workflows.
* [**Slack**](/nected-docs/integrations/integrations-libraries/slack.md): Integration with Slack facilitates real-time communication and notifications, enhancing team collaboration and responsiveness.

Nected's integration framework is designed to be user-friendly, enabling both technical and non-technical users to set up and manage connections without extensive coding knowledge. This flexibility enhances productivity and ensures that organizations can leverage their existing data sources effectively.


---

# 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.nected.ai/nected-docs/integrations/integrations-libraries.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.
