> For the complete documentation index, see [llms.txt](https://docs.enercalc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enercalc.com/sel-faq/using-the-software/general-operation/changing-default-values.md).

# Changing Default Values

How to change the default input values in SEL calculation modules and revert to as-installed defaults.

## How can the default values be changed within the calculation modules?

Most input values in calculation modules have stored default values or settings. You can change many of them:

1. Open a new calculation of the particular module of interest.
2. Revise all of the initial values and settings as desired so that they represent the desired default values or settings.
3. On the top menu bar, select **Settings**.
4. Select **Default Values > Save**.

<figure><img src="https://1076748670-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtBL2fEQRwrlKSM2irFL0%2Fuploads%2Fgit-blob-b20e472cb0df98c4c140f9c20fc0dbd2278dbd26%2Fimage%20(5).png?alt=media" alt=""><figcaption></figcaption></figure>

The program saves the current values as that module's defaults, and it uses them when you add a calculation to a Project File.

## How can I revert to the original default values as-installed for all calculation modules?

The easiest way to revert to the original defaults is to delete `EC6DefValues.tps`, which is typically located at `C:\Users\[username]\Documents\ENERCALC Data Files`.

## How can I reset the defaults for a single calculation module?

No built-in command resets one module's defaults to its as-installed values. Deleting `EC6DefValues.tps` resets every module.

To restore a reasonable set of defaults for a single module without affecting the others:

1. Open a calculation of that module that has a generic, representative setup. A good source is the `examples.ec6` Project File installed with ENERCALC, typically located at `C:\Users\Public\Documents\ENERCALC Common Data Files\examples.ec6`.
2. Confirm the input values and settings are the ones you want as defaults.
3. On the top menu bar, select **Settings**.
4. Select **Default Values > Save**.

This overwrites only that module's stored defaults, leaving the other modules untouched.

{% hint style="info" %}
**NOTE:** This re-saves defaults from an example calculation rather than the original as-installed values, so it produces a sensible generic starting point rather than an exact factory reset for that single module.
{% endhint %}


---

# 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://docs.enercalc.com/sel-faq/using-the-software/general-operation/changing-default-values.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.
