# Home

## What's a Home good for?

![](/files/CXZWUvYu3kzkH9UUG1qK)

## Welcome

When WolvenKit is launched the **Home** functions as bulletin board to help you pick up where you left off. Recent mod projects are displayed as a scrolling list of cards which can be directly clicked to get started. Other crucial functions for creating or opening projects are displayed in the right-hand column.

{% hint style="info" %}
The WolvenKit icon can also be used to swap between Home and the Editor!
{% endhint %}

## Mod Manager

Manage REDmod installations and deployment

## Plugins

Download and update various [Home: Plugins](/wolvenkit/wolvenkit-app/home/home-plugins.md) and extensions for Cyberpunk 2077 modding

## Settings

Settings can be accessed from the Home sidebar. Learn more about [**WolvenKit Settings here.**](#settings)

## Web Content

WolvenKit is capable of displaying web-based content natively. The Home page features several built-in web pages!

### Wiki

This Wiki can be viewed from within WolvenKit. Hi WolvenKit users!

### GitHub

GitHub can be used to directly track progress with WolvenKit development

### Website

Take a peek at our very own website, [RED Modding!](https://redmodding.org)


---

# 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/home.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.
