> For the complete documentation index, see [llms.txt](https://docs.agnostic.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agnostic.dev/fundamentals/authentication-details/postgresql.md).

# PostgreSQL

{% hint style="info" %}
You can use a wide range of tools thanks to this compatibility: [psql](https://www.postgresql.org/docs/current/app-psql.html), [Grafana](https://grafana.com/), [Superset](https://superset.apache.org/), or even [TablePlus](https://tableplus.com/).
{% endhint %}

## Connection details

<table><thead><tr><th width="374">Field</th><th>Value</th></tr></thead><tbody><tr><td><strong>host</strong></td><td><p><code>pg.eu-west-1.agnostic.engineering</code></p><p><code>pg.us-east-1.agnostic.engineering</code></p></td></tr><tr><td><strong>port</strong></td><td><code>5432</code></td></tr><tr><td><strong>user</strong></td><td><code>&#x3C;Authentication Token></code></td></tr></tbody></table>

Here is an example with `psql`:

```
psql -h sql.eu-west-1.agnostic.engineering -p 5432 -U GZRewjgxJ1jDatk84FtrVmg7kLeHine3VyPkJcQzf1s9
```

<figure><img src="/files/8wJ1uWatwrWUq3nZH3Ow" alt=""><figcaption></figcaption></figure>
