# Next Steps

You now have a brand new PostgreSQL server! Some things to do next would be to...

(1) create users to access the server and databases,&#x20;

(2) create tables and insert data into your databases, either using Python's API or pgadmin4 interface,&#x20;

(3) increase your server's security by specifying which IP addresses have access to the server,

... and much more!

As I said in the introduction, feel free to reach out to me with any questions or concerns about the documentation!

Email: <belicia.taylor@gmail.com>

Twitter: @beliciataylor


---

# 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/next-steps.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.
