# How to Troubleshoot Issues When Installing the Cregis Application?

If you encounter issues installing the Cregis application on a Windows device, it may be due to missing required drivers. Follow the steps below to resolve this issue:

1. **Verify Your System Type**
   * Navigate to **System** in the Settings menu.
   * Go to **About** in the System Settings. On the right-hand side, locate **System Type** to check if your device runs a 64-bit or 86-bit operating system.
2. **Install the Required Driver**
   * Based on your system type, download the corresponding driver:
     * **64-bit**: [Download Here](https://dl.cregis.com/tool/VC_redist.x64.exe)
     * **86-bit**: [Download Here](https://dl.cregis.com/tool/VC_redist.x86.exe)
   * Locate the downloaded file (“VC\_redist.x64” or “VC\_redist.x86”) and double-click to start the installation.
   * Agree to the terms and click **Install**.
   * When prompted, click **Yes** to allow the installation.
   * Once completed, click **Close** to finish the driver installation.
3. **Reinstall the Cregis Application**
   * After successfully installing the driver, reinstall the Cregis application to resolve the issue.

If the problem persists, please contact our customer support at <mark style="color:green;">**<support@cregis.io>**</mark> for further assistance.


---

# 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://support.cregis.com/faq/others/how-to-troubleshoot-issues-when-installing-the-cregis-application.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.
