> For the complete documentation index, see [llms.txt](https://docs.realdudesinc.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realdudesinc.net/product-documentation/roblox-products/vanish-roblox/how-do-i-download-and-install.md).

# How do I download and install?

### **Please follow the steps below to redeem and download Vanish Roblox Client**

1. Signup at [vanish.re](https://vanish.re/register) with a username/password.
2. Login at [vanish login](https://vanish.re/login) with your username / password.
3. Head to the [dashboard](https://vanish.re/dashboard) and press on the license tab.
4. Redeem your key.
5. Refresh the page, you should see a download button on the left sidebar.
6. Before anything make sure to adjust your windows settings: [check the guide here](https://vanish.re/faq#windows-security) & disable safe browsing (not required) but just incase u have issues downloading.
7. Press the download button, select kernelmode or usermode option.
8. Select a folder to save vanish.exe/account.txt in make sure its excluded from windows defender.
9. Open vanish as an admin, If vanish is missing runtime dependencies, [install the Visual C++ Redistributable package](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/).
10. Have roblox open/open roblox.
11. Press insert inside after log says "found game process"

Having trouble? contact [Vanish Official Support](https://discord.gg/YZGVr2h7n3).


---

# 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.realdudesinc.net/product-documentation/roblox-products/vanish-roblox/how-do-i-download-and-install.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.
