# PgAdmin Tool

## Creating New User

![image](/files/kSBo5b9Qakc5QHVtgHbc)

### **Options**

* **General**
  * Name : username
  * Comment : description
* **Definition**
  * Password : user password
  * Account Expires
  * Connection Limit : number of connections that user can have to DB, default -1

**Refer to documentation for more details**

* <https://www.pgadmin.org/docs/pgadmin4/development/role\\_dialog.html>

## Query Editor

![image](/files/PWnBroRcTcolzwls6ZVK)

## Load Data using pgAdmin4

![image](/files/ZeUO0coRk5jMFhJ1uDZ7)


---

# 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://dev117uday.gitbook.io/databases/sql/getting-started/administration-task.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.
