# FAQ

## What can I do with WolvenKit?

The [**Overview**](https://wiki.redmodding.org/wolvenkit/features/overview) page provides a broad look at what's possible to achieve with WolvenKit.

## How do I download WolvenKit?

Follow the instructions on the [**Download page**](https://wiki.redmodding.org/wolvenkit/getting-started/download).

## Where can I get help with WolvenKit?

Browsing this wiki is the best place to start! Follow the Getting Started pages, especially the guide for [**Creating a Mod**](https://wiki.redmodding.org/wolvenkit/getting-started/creating-a-mod). For additional help from other WolvenKit users, check out our [**Community**](https://wiki.redmodding.org/wolvenkit/help/community) information.

## How can I open or browse archive files?

WolvenKit is capable of directly reading the .archive format. Archives do not need to be dumped or exported for use. The Asset Browser is capable of browsing any archive with instant previews for assets such as textures and models. Learn more on the [**dedicated Asset Browser page**](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/asset-browser). Do you need help learning how to use WolvenKit? Try following the guide for [**Creating a Mod**](https://wiki.redmodding.org/wolvenkit/getting-started/creating-a-mod)!

## How can I import or export textures with WolvenKit?

WolvenKit is capable of exporting textures to common formats such as TGA, DDS, PNG, JPG, etc. Additionally formats such as TGA and DDS are supported for importing textures. Check the [**dedicated Textures page**](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/usage/import-export/textures) to learn more. Do you need help learning how to use WolvenKit? Try following the guide for [**Creating a Mod**](https://wiki.redmodding.org/wolvenkit/getting-started/creating-a-mod)!

## How can I import or export models with WolvenKit?

WolvenKit is capable of exporting models natively to glTF, and other formats such as FBX through conversion. Additionally the glTF format is supported for importing models. Check the [**dedicated Models page**](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/usage/import-export/models) to learn more. Do you need help learning how to use WolvenKit? Try following the guide for [**Creating a Mod**](https://wiki.redmodding.org/wolvenkit/getting-started/creating-a-mod)!


---

# 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/help/faq.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.
