# Create the User Pool

## Create Cognito User Pool

* Go to Cognito service console in AWS
* Select `Create new user pool`
* Give the `Pool name`
* Select the `Review defaults` option
* Click on `Create pool`

At this stage, we have the most basic Cognito User pool ready to use. Users can do the signup with Email, Username, and Password and sign in with Username and Password.

![User pool configuration](https://1642315733-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MCam2LtfwWxgwwpbHcu%2F-MCeAx3RZvN8DlEtCEVO%2F-MCeBSAxam2t88lPJCU_%2FScreen%20Shot%202020-07-20%20at%208.38.11%20AM.png?alt=media\&token=d3711de0-7dec-4c50-a1a5-b290aabc6c1a)

This will create a basic User pool with all the default configurations. We will add more configurations as we progress.


---

# 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://dhavaln.gitbook.io/serverless-docs/signup-signin/create-the-user-pool.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.
