> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/wolvenkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/file-editor/editor-difficulty-mode.md).

# Editor Difficulty Mode

## Summary

**Created:** Dec 03 2024 by [mana vortex](mailto:undefined)\
**Last documented update:** Dec 03 2024 by [mana vortex](mailto:undefined)

This page describes Wolvenkit's Editor Difficulty Mode.

## Where to change it

To change the **default**, head to Wolvenkit's [settings page](/wolvenkit/wolvenkit-app/settings.md)

To switch it in-editor, use the dropdown in the upper left corner of the .app

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

{% hint style="info" %}
The person who wrote most of the wiki and implemented the feature uses easy mode as default!
{% endhint %}

### Easy

Recommended for beginners. Many properties that you won't want to edit are hidden, other properties that you shouldn't edit are write-protected.

### Default

Should show all properties that you realistically want to edit for regular use cases. Autogenerated properties are write-protected, irrelevant properties (e.g. `platform`) is hidden.

### Advanced

The authentic editing experience from <=  8.14. Rawdogging CR2W without protection. Use at own risk.


---

# 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://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/file-editor/editor-difficulty-mode.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.
