> 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/files/version-58-files.md).

# Version 5.8 files

Why Version 5.8 files cannot be imported into the current version of ENERCALC SEL.

## Can we import Version 5.8 files into the current version of SEL?

Unfortunately you can't for a few reasons. We did not make this decision lightly.....it was a project that got very far and then was ended.

Because the new version is so much more detailed there are many areas where direct importing of an old file will not work. For example, consider loads and load combinations. Version 5.8 considered load types such as "Live Load" and "Short Term Load". But there is no direct way to map these older load types into the current version, because the new version has two different live load types and several short term load types. The only solution to this particular conundrum was going to require more work on the part of the user to simply **map** the data, than the work it would take to **re-enter** the data in the new version. And this was just one of many hurdles. There are a lot of little things that don't map between the two versions.

The new version has every solver rewritten and uses the latest codes. This means the calculation results could all be slightly different (or very different) than they were in previous versions. Although this represents a quantum leap forward for the software, it would likely invite a great deal of confusion as engineers would be inclined to compare and reconcile two sets of printouts.


---

# 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/files/version-58-files.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.
