# Redshift (Beta)

Phiona supports connections to Redshift databases. When you first click on either of the two buttons, you will see all of the current connections you have made to databases. Click on the "Create a new connection" link on the top right and fill in the relevant database details.&#x20;

{% hint style="info" %}
Please make sure you are allowed at least read access to this database by your organization.
{% endhint %}

![Click on the Redshift button to connect](/files/-MfYMOS3RVXTXTUM6Uc5)

![Enter in your Redshift details](/files/-Mj9x7qLNwy328eDeYdj)

Since Redshift is at it's core a PostgreSQL database (with a different port number), you will be able to access information similarly to how you would in the PostgreSQL import.


---

# 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.phiona.com/data-sources/redshift-beta.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.
