# Toolbar

{% hint style="info" %}
The toolbar buttons are convenience shortcuts to menu functions. Find the full documentation there.
{% endhint %}

You can find the toolbar below the [Menu](/wolvenkit/wolvenkit-app/menu.md).

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

## Toolbar options

### New File

Same as the menu entry [Menu](/wolvenkit/wolvenkit-app/menu.md#file)-> [Menu](/wolvenkit/wolvenkit-app/menu.md#new-file) (creates a new game file)

### Save

Same as the menu entry [Menu](/wolvenkit/wolvenkit-app/menu.md#file)-> [Menu](/wolvenkit/wolvenkit-app/menu.md#save) (saves the currently active editor)

### Save As

Same as the menu entry [Menu](/wolvenkit/wolvenkit-app/menu.md#file)-> [Menu](/wolvenkit/wolvenkit-app/menu.md#save-as)(saves a copy of the currently active file)

### Save All

Same as the menu entry [Menu](/wolvenkit/wolvenkit-app/menu.md#file)-> [Menu](/wolvenkit/wolvenkit-app/menu.md#save-all) (saves all currently open file)

### Create Zip

Same as the menu entry [Menu](/wolvenkit/wolvenkit-app/menu.md#build) -> [Menu](/wolvenkit/wolvenkit-app/menu.md#pack-project)

### Install Mod

Same as the menu entry [Menu](/wolvenkit/wolvenkit-app/menu.md#build) -> [Menu](/wolvenkit/wolvenkit-app/menu.md#install)

## Install

Same as the menu entry [Menu](/wolvenkit/wolvenkit-app/menu.md#build) -> [Menu](/wolvenkit/wolvenkit-app/menu.md#install)

### Install and launch

Like Install, but launches the game afterwards.&#x20;

<figure><img src="/files/IKcFQU83oDnUYnIGVm7f" alt=""><figcaption><p>Find it in your toolbar</p></figcaption></figure>

### Hot Reload

Same as the menu entry [Menu](/wolvenkit/wolvenkit-app/menu.md#build) -> [Menu](/wolvenkit/wolvenkit-app/menu.md#hot-reload). Requires [RedHotTools](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/redhottools).

## Additional toolbar options

You can activate the REDMod entries in the [settings](/wolvenkit/wolvenkit-app/settings.md) under "Interface".

### Pack as REDMod

Same as the menu entry [Menu](/wolvenkit/wolvenkit-app/menu.md#build) -> [Menu](/wolvenkit/wolvenkit-app/menu.md#pack-as-redmod)

{% hint style="info" %}
As a rule of thumb, you **generally don't want this**. Vortex can auto-convert to REDMod on install. Packing your mod in the legacy format will save work for those people who don't want to use REDMod.&#x20;
{% endhint %}

### Install as REDMod

Same as the menu entry [Menu](/wolvenkit/wolvenkit-app/menu.md#build) -> [Menu](/wolvenkit/wolvenkit-app/menu.md#install-as-redmod)


---

# 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://wiki.redmodding.org/wolvenkit/wolvenkit-app/menu/toolbar.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.
