> For the complete documentation index, see [llms.txt](https://help.pickyassist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/save-data.md).

# Save Data

The "Save Data" step allows you to store data in the flow-specific row of the conversation. When a user enters a flow, our system automatically creates a new row to capture and store the relevant information. With the "Save Data" step, you can add or update data in the fields of that specific row even without any user inputs.

{% hint style="info" %}
To save data based on user input please refer to below article
{% endhint %}

{% content-ref url="/pages/4ZNs9pGekC7dnjypNr63" %}
[Saving Data into CRM](/setting-up-guide/setting-up-flow-builder/saving-data-into-crm.md)
{% endcontent-ref %}

In situations where you want to save data without any user inputs, you can utilize the "Save Data" step. This step allows you to add or update data in the CRM fields associated with the ongoing flow. It is particularly useful for setting statuses for team members to follow up or adding notes to team members regarding the conversation, among other scenarios.

To save data without user inputs using the "Save Data" step, follow these steps:

1. Add the "Save Data" step to the canvas of your flow.
2. Proceed to map the attributes, following the same process as demonstrated above. This involves specifying the CRM fields where you want to add or update the data.

By incorporating the "Save Data" step in your flow, you can store information in CRM fields without requiring any direct user inputs. This functionality allows you to manage and track data related to the flow and enables you to provide relevant updates and notes to your team members for effective collaboration and follow-up.

If you want to add data into another CRM module or update a field in another record, you can utilize the "Data Lookup" step. This step allows you to search, update, add, and delete records in any of the built-in CRM modules.


---

# 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://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/save-data.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.
