# Software as part of the RIN

Software may be provided in several different ways including:

* executables
* source code or scripts
* software design&#x20;

Each of these requires what we can call their own Representation Information - actually a Representation Information Network (RIN). The RIN is is needed to preserve the software itself, but this may then be part of a larger RIN, for some other object for which the software is Other Representation Information.

For example an executable would require:

* the operating system, including versions, configurations and additional libraries required;
* in the case of Java JAR files one would need details of the Java Virtual Machine, supporting libraries and configurations such as the classpath, required.

Source code would require:

* the build files, build system and libraries required to create a usable executable.

Scripts would require:

* the interpreter needed use the script;
* &#x20;in some cases the script, such as a Docker file, may download files from a service, in which case the downloaded file would have to be captured or the service emulated.

Software design&#x20;

* a description/explanation of the design system
* the description of the encoding used for the software design e.g. definition of XMI for a UML export.

### Preservation Objectives and Transformational Information Properties for software

There are many aspects of software which may need to be considered during the preservation of the software, where preservation is judged by usability, including:

* the numerical output with specified input data
* the display of information
* the timing of processes
* the responses to user inputs
* effects on remote objects


---

# 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.libnova.com/labdrive/data-curation-and-preservation-1/preservation-activities/adding-representation-information/other-representation-information/software-as-part-of-the-rin.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.
