> For the complete documentation index, see [llms.txt](https://docs.innova-drilling.com/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.innova-drilling.com/introduction/innova-engineering-how-to-guides/innova-engineering-guides/installation.md).

# Installation Guide

Innova engineering can be supplied as a zipped installation file which must be unzipped before use. Right click on the file and select “Extract All….” From the context menu.

Select a location which you wish to extract the files to and click “Extract”. The installation files will be extracted to the selected location in a folder called “Innova Engineering”

Once the files have been extracted, open the Innova Engineering folder and double click on the “Innova Engineering vx.x.x.exe” file to begin the installation process.

<img src="/files/-MdN56BOwBmBZ35jSe0A" alt="Figure 1: Install page 1" width="375">

Select the location which you wish to install Innova Engineering. The default location is “C:\Program Files (x86)\Innova Drilling and Intervention\Innova Engineering”. If you wish to change the location the program is installed to click on the “…” button.

Click on “License terms and conditions”. This will display the below screen.

<img src="/files/-MdN56BPjanN9FNjtq3z" alt="Figure 2: Install page 2 license terms and conditions" width="375">

Read the terms and conditions. This information can also be printed for future reference by selecting the printer icon. Once read, select the “Accept and Install” button to begin installation.

<img src="/files/-MdN56BQxAgb8erDNtWU" alt="Figure 3: Genuine software certificate" width="375">

If the copy of Innova Engineering is genuine the user will be presented with a dialog showing the verified publisher as “Innova Drilling & Intervention”. If not the software is not genuine and should not be used. Click “Yes” to continue the installation.

<img src="/files/-MdN56BRh3Kb5IHhiqU3" alt="Figure 4: Install page 3 installation complete" width="375">

Once the installation is complete the final dialog will display “Innova Engineering has been successfully installed”. Select “Finish” to close the dialog. An icon will have been added to the desktop and an entry for “Innova Engineering” will be in the start menu.


---

# 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.innova-drilling.com/introduction/innova-engineering-how-to-guides/innova-engineering-guides/installation.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.
