# Redshift

## Setup <a href="#undefined" id="undefined"></a>

**Redshift**

Follow these [instructions](https://support.usepylon.com/articles/8043122249-how-to-setup-aws-redshift-for-pylon-data-sync) to complete the necessary AWS setup.

**Pylon**

Install the Redshift App from the [Apps Directory](https://app.usepylon.com/apps).

* If using serverless, you only need to provide the workgroup name (not an ARN, just the name)
* If using standard, you will need to provide the cluster ID (not ARN) and DB user (created above in Redshift Query Permissions)


---

# 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.usepylon.com/pylon-docs/integrations/data-warehouse/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.
