> For the complete documentation index, see [llms.txt](https://docs.dckapintegrator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dckapintegrator.com/tutorials/workflow-builder-tutorial/3.-hello-system/3.2-hello-sftp.md).

# 3.2 📁 Hello SFTP

{% stepper %}
{% step %}

### Connect to SFTP

In the same workflow where you have talked to Shopify, add a step. In the success pathway (Option A), choose SFTP System and choose Add Credential under Select Credentials. Fill up the SFTP Cloud Server details and click on Submit.

<figure><img src="/files/aSUU55M3TeZXZIdxbWnv" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose Action

Choose Write File Action and select Next

<figure><img src="/files/g1g3BizK01u4MO7TOsw2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Configure Action

3.1 Type the file path from the root folder. Example: /shopify/products.json

3.2 Keep the cursor within the Data to be Written to File. Data Hub opens - select Shopify step from there. Click on plus icon. It expands. Click on response. Select products by clicking on it. Now the field is automatically with data like {{1.response.products}}

3.3 Enable Show Output in Console Logs to visualize the result of our experimentation.

3.4 Click on the tick icon on the top right corner.

<figure><img src="/files/APfny8vGTYAYZpaqljEr" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save and Run the Workflow

Click on Save and then Sync Now. Click on Logs -> View Logs to visualize the result. You can also refresh and find the file in SFTP Server.

#### ✅ Nailed it!  You have made Shopify talk with SFTP via DCKAP Integrator!

<br>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dckapintegrator.com/tutorials/workflow-builder-tutorial/3.-hello-system/3.2-hello-sftp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
