> For the complete documentation index, see [llms.txt](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/readme/installation/installation-test-for-utility-tools.md).

# Installation Test for Utility Tools

Run a licensed utility tool to make sure the installation is successful. The installed tools can be accessed by the apps. please follow the steps below.

* Start a licensed tool from start and apps ( example: HTP Simulator )

<figure><img src="/files/50tY7HpZpupAqTbG7kDJ" alt=""><figcaption></figcaption></figure>

* The tool ***HTP Simulator*** is started as below.

<figure><img src="/files/2gON3MXspbUQhfCsitxB" alt=""><figcaption></figcaption></figure>

* Using **File-->Load Input**, and select an input file from *Examples\HTP\_Simulator*, and load the input file: gcarb\_therm\_1.INP. using ***Save As*** to save the model to a designated working directory, then click the red "Analyze" button to run the model. Once the model is completed, the "Analyze" button becomes green, and "Plot" button can be used to post-process.

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

**Troubleshooting Hints for Utility Tools**

1. If "Analyze" button is greyed out, it indicates the license is not available. Please check the license or contact DANTE solutions, Inc.
2. If the material list is not available under ***"Material Selection"***, please reset the reset and check the "Material Directory" in the "Controls" page.
3. If the material list is not available under ***"Material Selection"***, please check if the environment variable ***"DANTE\_PATH\_DIR"*** is set (under command prompt, using command: ***echo %DANTE\_PATH\_DIR%***). It is recommended not to use this variable.
4. Make sure to run a model in a directory with edit/write privilege. not to run any models under **"\Program Files"** or **"C:"** home directories.


---

# 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://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/readme/installation/installation-test-for-utility-tools.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.
