# Snowflake

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

<figure><img src="/files/1D1nkwtUAn8K6cU4Fyjo" alt=""><figcaption></figcaption></figure>

## Description

**What it does:** Connect to the customer's database, allowing data queries, table additions.

## Component settings

| Parameter Name      | Description                                                                                                                                        |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| Select resource     | Choose the resource from Integration Page <https://docs.diaflow.io/workspace/integrations>                                                         |
| Table               | Choose the table need to action                                                                                                                    |
| Action              | <p>Options:<br>- Query data from table<br>- Add data to table</p>                                                                                  |
| SQL Generate Method | <p>Options:</p><ul><li>Use AI</li><li>Manual enter SQL<br><br>This field appears when choose action = "Query data from table"</li></ul>            |
| Input               | <p>Input the content to query data, the AI will auto-generate a SQL query<br><br>This field appears when choose SQL Generate Method = "Use AI"</p> |
| Code editor         | <p>Input the SQL to query data<br><br>This field appears when choose SQL Generate Method = "Manual enter SQL"</p>                                  |


---

# 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.diaflow.io/workflow-builder/nodes/database/snowflake.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.
