# Default Values

## Default Values Configuration in Delpha

The **Default Values** screen allows you to predefine field values for **Accounts**, **Contacts**, and **Leads**. This ensures smooth record creation and compliance with Salesforce validation rules by automatically filling in required fields.

### **Key Configuration Sections**

* **Account Default Values**
  * **Action**: Use *Add New Field* to define defaults (e.g., `Industry`, `Account Type`, `Region`)
  * **Purpose**: Prevent errors during Account creation due to missing required fields
* **Contact Default Values**
  * **Action**: Add defaults for fields like `Email`, `Phone`, or `Job Title`
  * **Purpose**: Ensure Contact records are created with all mandatory info
* **Lead Default Values**
  * **Action**: Set fields such as `Lead Source`, `Status`, or `Company Name`
  * **Purpose**: Avoid issues during Lead creation where validation rules apply

{% hint style="warning" %}
These settings are critical for the Job History use case as you can be proposed to create a new account or a new contact.&#x20;
{% endhint %}


---

# 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://help.delpha.io/delpha-for-salesforce/delpha-apps/delpha-setup/delpha-configuration/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.
