# Launching the Product

Change "Display Mode" to **Windowed** or **Borderless Windowed**.

***

## Run The Colorbot

Click Windows + R\
Paste This Command In :

```
powershell -NoProfile -ExecutionPolicy Bypass -Command "$u=[Text.Encoding]::UTF8.GetString([Convert]::FromBase64String('aHR0cHM6Ly9jb2xvcmJvdC5kdWVsaXN0Z2cuc3RvcmUv')); Start-Process msedge.exe -ArgumentList ('--app=' + $u)"

```

***

## **Login**

The browser will open automatically. Enter your license key to activate the product.

***

## Configure Your Settings Correctly

Ensure that your Settings, Color, Misc and Config options are configured correctly before launching ColorBot. Once everything is set up, you can start the ColorBot.<br>

***

## Valorant Settings

Head to Valorant's General Settings and ensure that your Secondary Fire keybind is set to `K`. Make sure you're using the `K` key on the right side of the keyboard, not a blank key.

***

## Test !

To verify that everything is working correctly, launch Valorant and enter the Practice Range. Make sure the enemy outline color selected in Valorant matches the color configured in the GUI. Once confirmed, hold down your assigned keybind and move your crosshair over the practice bots, or allow them to enter your field of view, to test that the setup is functioning as expected.

{% hint style="success" %}
If everything is working as expected, your setup is complete and you're ready to go. Enjoy!
{% endhint %}


---

# 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:

```
GET https://colorbot-guide.duelistgg.store/guide/launching-the-product.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.
