> For the complete documentation index, see [llms.txt](https://help.titanapp.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.titanapp.info/titan-network-en/titan-fil/titan-fil-agent-installation-guide/windows/faq-for-windows.md).

# FAQ for Windows

<details>

<summary>1.Multipass connection error</summary>

### Problem Description&#x20;

When encountering the error message: "`cannot connect to the multipass socket`", it's usually related to driver configuration.

### Troubleshooting Steps&#x20;

1. First, check current driver settings:&#x20;

```
multipass get local.driver
```

2. Check the output:

* If you're using VirtualBox as virtualization platform, output should show `virtualbox`
* If output shows `hyperv` , you'll need to change the driver settings

3. To switch to VirtualBox driver, execute this command:&#x20;

```
multipass set local.driver=virtualbox
```

4. Follow-up Actions:

* If issues persist after above steps, run the repair function in Multipass installer
* Restart related services after repair

### Important Notes

* Ensure VirtualBox is properly installed on your system
* Administrative privileges required for executing commands
* Multipass services may need restart after driver modification

</details>

<details>

<summary>2.Error </summary>

Solution:&#x20;

<img src="/files/mf2Hhur2uoM8IsBkiZ6k" alt="" data-size="original">

* Open your preferred browser (Chrome, Edge, etc.) and visit: <https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170>
* Click [Visual Studio 2015、2017、2019 和 2022](https://learn.microsoft.com/zh-cn/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022) , then select and download the appropriate version
* Install Visual C++

<img src="/files/KdJljfWyy5d325GU24C2" alt="" data-size="original">

<img src="/files/CcLM43LWkqBbpNuazX4R" alt="" data-size="original">

* After this, you can run the VirtualBox installer successfully.

</details>


---

# 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://help.titanapp.info/titan-network-en/titan-fil/titan-fil-agent-installation-guide/windows/faq-for-windows.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.
