# Default Values

Suppose you are creating a workflow for Non-Disclosure Agreements and wish to capture the following fields: Counterparty, Start Date, and Document Type. Counterparty and Start Date will vary with each agreement, but Document Type should always be NDA. Rather than selecting "NDA" each type, you can create a default value.

{% hint style="info" %}
Currently, default values are supported for "List" and "Multi List" fields.
{% endhint %}

Firstly, click the "Edit" icon:

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

Then choose the relevant Default Value and click "Update":

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

After saving the workflow, the next time that type of workflow is created, Document Type will automatically be populated with "NDA":

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


---

# 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://adminguidesgitbook.aerofiler.com.au/approvals/workflow-setup/default-values.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.
