# Amazon Redshift

## Configure in Redshift

1. For **Questera AI** to integrate with Amazon Redshift, create a user and password via the [CREATE USER command in Amazon Redshift](https://docs.aws.amazon.com/redshift/latest/gsg/t_adding_redshift_user_cmd.html) that **Questera AI** Data can use to connect:

   `create user simondata password '<password here>'`
2. Grant **Questera AI** select privileges on the appropriate table, schema, or database that we will need to extract from:

   `grant select on <table/schema/db> <name of table/schema/db> to` **Questera AI**

## Configure in Questera AI

1. As an *admin*, expand **Admin Center** then click **Integrations**.
2. Scroll down to **Redshift**.
3. Click **Add**.
4. Enter your **host**, **port**, **database**, **user** (the username you created specific to Simon in Redshift itself), and **password**.
5. Click **Save Changes**

Successful connections display **Connected** in Green.


---

# 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.questera.ai/questera-ai-platform/data/connect-data-and-models/data-sources/amazon-redshift.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.
