# Ubuntu 20.04: Configuring PostgreSQL

- [Overview](https://aws-postgresql-docs.beliciarodriguez.com/ubuntu-configuring-instance/overview.md): Install and configure PostgreSQL on our Ubuntu instance
- [Install PostgreSQL](https://aws-postgresql-docs.beliciarodriguez.com/ubuntu-configuring-instance/install-postgresql.md): Install PostgreSQL onto your Ubuntu instance
- [Add Role to PostgreSQL Server](https://aws-postgresql-docs.beliciarodriguez.com/ubuntu-configuring-instance/add-postgresql-roles.md): Add role to login and create databases in your postgres server
- [Allow Remote Connection](https://aws-postgresql-docs.beliciarodriguez.com/ubuntu-configuring-instance/remote-connection.md): Configure client authentication and listen address for remote connection to PostgreSQL server


---

# 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://aws-postgresql-docs.beliciarodriguez.com/ubuntu-configuring-instance.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.
