# Supabase

## Supported Ingestion Methods

* Full
* Incremental
  * It is highly recommended that a non-clustered, non-unique index on the column used for incremental queries
* Change Data Capture (CDC)

For more information on ingestion methods, [click here](/data-sources/ingestion-methods.md).

## Getting Connected

From the Supabase project administration website, navigate to the Connection Info section located under the Database management web page.

The Host, Port, and Database name, User, and Password values will be required to establish a connection.  Connecting will require the password you established when the project was created.

![Supabase database connection details](/files/mEccHxHypCOc8QhkP101)

Enter the connection details in the Verb data source details fields for the database you're trying to connect to. &#x20;

Verb will query the schema and give you the option to include/exclude data like documents, and collections.

All of the fields are required unless explicitly noted.

<div align="center"><img src="/files/2Az8pgyD5V1NjU9sjiPA" alt=""></div>


---

# 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.verbdata.com/data-sources/database-engines/supabase.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.
