# PostgreSQL

PostgreSQL is an open source database app, which works best with large and binary objects. Integrating PostgreSQL into GearPlug lets you keep your databases updated automatically.

{% hint style="info" %}
**Can't see the action you need?**

[Contact us](https://www.gearplug.io/en/contact)! Select "Suggest Action," tell us the action you need, and we'll evaluate how to add it.
{% endhint %}

### As a source

<figure><img src="https://lh5.googleusercontent.com/bN-VMA2JnTcGlbt-zX9m6JWhJedN8-HsJeKxR3w0pROVhlySJMmz3vSyGV49o-tE6I4breA9PXFRW53Bw5vN25Dn8bv1Z5bnOxVhFQL8kJapMp8p0SdtamPxWi2emng--lCckw2fOEQX55YVGUuSYw" alt=""><figcaption></figcaption></figure>

As a source, PostgreSQL offers one action:

* **Get data row**: Imports data from new records saved in your account.

### As a target

<figure><img src="https://lh5.googleusercontent.com/6M8lDGvZmmGexJBCk6yUptHHq99OFvM7OIXH4E2KnNChj50QXy0K-CCvt-5Ip__ILELFIUabABD-3yYfspaqu1xrf-hXsUYjxPu56XFzC3DfzbG2EhwFLTe-Hz6U65dsfkDqFPPK2NpVKPmvEICR_w" alt=""><figcaption></figcaption></figure>

As a target, PostgreSQL offers two actions:

* **Add row**: Automatically creates new records with data from other apps.
* **Update row**: Updates existing records with data from other apps.


---

# 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.gearplug.io/english/set-up-your-integrations/postgresql.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.
