# Set up a database in Amazon DynamoDB

## Get {account\_id} and {region} needed for IAM setup

* Log into AWS: <https://console.aws.amazon.com/console/home?nc2=h_ct&src=header-signin>
* Get the {account\_id} and {region} below:

<figure><img src="/files/NPcqFlySqi1Q5yD6zWWR" alt=""><figcaption></figcaption></figure>

## Create the DynamoDB table

* In the AWS console, search for DynamoDB (e.g. <https://us-east-1.console.aws.amazon.com/dynamodbv2/home?region=us-east-1#service>)

<figure><img src="/files/LdZJSmZ0X5HLlHCgR1Z6" alt=""><figcaption></figcaption></figure>

* Create table

<figure><img src="/files/PYmadEEsz5KaeSW4F97B" alt=""><figcaption></figcaption></figure>

* Table details and settings. Just set the following fields for now, leave all others to default.
  * **Table name**
  * **Partition key**

<figure><img src="/files/whGIO3XgnRbUNaKbiCw7" alt=""><figcaption></figcaption></figure>

* The table will take a few moments to create and once it does, you'll see the following:

<figure><img src="/files/r5daxbvuwpdgUkN1znCS" alt=""><figcaption></figcaption></figure>


---

# 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://docs.plumvoice.com/fuse/integration/dynamodb/set-up-a-database-in-amazon-dynamodb.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.
