# Form defaults

The **Defaults** tab in Configuration sets values that automatically populate every new form you create in the current project. This saves repeated data entry, reduces errors, and keeps values consistent across a project's forms.

## What you can default

| Field                         | Description                                                                                                                             |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| **Foreman / Leader / Logger** | Name of the person supervising or logging the drilling.                                                                                 |
| **Assistant / Enabler 1 & 2** | Names of assistants involved in the drilling process.                                                                                   |
| **Rig Number / Pit Method**   | Identifier for the drilling rig or pit method used.                                                                                     |
| **Vehicle / Vessel**          | Name or ID of the vehicle or vessel associated with the project.                                                                        |
| **Unit System**               | Choose from **Metric**, **US Customary**, or **US with Decimal Feet**.                                                                  |
| **Local Coordinate System**   | EPSG code for your project's coordinate reference system. See [GPS & coordinates](/geodin-onsite/configuration/gps-and-coordinates.md). |

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

{% hint style="info" %}
**Tip:** Setting these defaults ensures that new forms are pre-filled with standard values, reducing manual input and minimising errors.
{% endhint %}

## Defaults apply to new forms only

Changing a default does not retroactively update forms you've already created — the change only affects forms created from that point forward. If you need to update existing forms, you'll have to edit them individually.

## When to use defaults

* **Multi-day projects** — set the drilling crew names once instead of typing them on every form.
* **Single-rig projects** — default the rig identifier and override manually for the occasional exception.
* **Consistent units** — set the unit system once so no form is logged in the wrong units by accident.

## Related settings

Some Onsite-wide settings live outside the Defaults tab but complement it:

* **Label printer** — set in [Label printing](/geodin-onsite/configuration/label-printing.md), applies across projects
* **Camera source** — set in [Camera](/geodin-onsite/configuration/camera.md), applies across projects
* **GPS source** — set in [GPS & coordinates](/geodin-onsite/configuration/gps-and-coordinates.md), applies across projects
* **UI language** — set in Configuration → Language & UI

***

**See also**

* [Project setup](/geodin-onsite/configuration/project-setup.md) — the project metadata these defaults live under
* [GPS & coordinates](/geodin-onsite/configuration/gps-and-coordinates.md) — GPS source and coordinate system


---

# 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.geodin.com/geodin-onsite/configuration/form-defaults.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.
