# Work in Progress: How to Add Default User Data

{% hint style="info" %}
You can do this for keys that are part of the flow, or for keys that aren't in the flow but are helpful when submitting data or for a specific computed field. If the key is already part of the flow, skip step 1.
{% endhint %}

### Step 1: Register the Key

* Select the Entire Flow by going to the Layers tab of the Left Sidebar and clicking on the "All" tab
* Go to the Options Tab on the Right Sidebar and click on the Advanced Dropdown
* Type the key you need to register  (remember to use `snake_case`)
* If you need to register more than one Key, do it in different lines:

![](/files/bjeI2wfe5ztXcGWCK3qK)

### Step 2: Add the Default Values

* Also on the Options Tab of the Entire Flow, below the Advanced Dropdown, there's another dropdown called "Default User Data".
* Going in there, click on the edit icon and give each key a value, using a JSON format:

![](/files/P8fWaSecfQzGPJFKxVtY)

* Don't forget to save the changes after editing! These buttons will show up where the edit icon was before:


---

# 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.trysavvy.com/other-useful-docs/work-in-progress/pending/work-in-progress-how-to-add-default-user-data.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.
