> For the complete documentation index, see [llms.txt](https://stasis-wtf.gitbook.io/stasis.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stasis-wtf.gitbook.io/stasis.wtf/getting-started/overlay.md).

# Remap Insert Key

A tutorial on how to remap a key on your keyboard to the Insert key, which is commonly used to toggle our cheat menus.

> > 1. Open Microsoft Store and search for “PowerToys”
> >
> > ![Image](https://mintcdn.com/solarservices/SvRE5W7LotQxTbzY/images/image-31.png?fit=max\&auto=format\&n=SvRE5W7LotQxTbzY\&q=85\&s=2bd2fcd620d87c66da24f752e57f9195)
> >
> > 2. Install Microsoft PowerToys & open it.
> > 3. Click on Input & Output, then Keyboard Manager. Enable Keyboard Manager.
> >
> > ![Image](https://mintcdn.com/solarservices/SvRE5W7LotQxTbzY/images/image-32.png?fit=max\&auto=format\&n=SvRE5W7LotQxTbzY\&q=85\&s=367dcb255863f024448096494009823f)
> >
> > 4. Click Remap a key
> >
> > ![Image](https://mintcdn.com/solarservices/SvRE5W7LotQxTbzY/images/image-33.png?fit=max\&auto=format\&n=SvRE5W7LotQxTbzY\&q=85\&s=48f94a0319cdffa50f1282012e22a26e)
> >
> > 5. Click Add key remapping.
> >
> > ![Image](https://mintcdn.com/solarservices/SvRE5W7LotQxTbzY/images/image-34.png?fit=max\&auto=format\&n=SvRE5W7LotQxTbzY\&q=85\&s=1696b0ad85fe3af298c6f100f9bbc9af)
> >
> > 6. Click Select and then press the key on your keyboard which you want to remap to insert.
> >
> > ![Image](https://mintcdn.com/solarservices/SvRE5W7LotQxTbzY/images/image-35.png?fit=max\&auto=format\&n=SvRE5W7LotQxTbzY\&q=85\&s=7bc979710465c539711b7b531c8fa7f2)
> >
> > 7. Once you press the key you want to remap it will show underneath “Key selected:”, then click ok.
> >
> > ![Image](https://mintcdn.com/solarservices/SvRE5W7LotQxTbzY/images/image-37.png?fit=max\&auto=format\&n=SvRE5W7LotQxTbzY\&q=85\&s=35df835d5ff6ac7d6d93059b9c41d291)
> >
> > 8. Change the To Send key to Insert.
> >
> > ![Image](https://mintcdn.com/solarservices/SvRE5W7LotQxTbzY/images/image-38.png?fit=max\&auto=format\&n=SvRE5W7LotQxTbzY\&q=85\&s=be2354169e172bb7d3cfd3aa1909d9f1)
> >
> > 9. Press ok.
> >
> > ![Image](https://mintcdn.com/solarservices/SvRE5W7LotQxTbzY/images/image-39.png?fit=max\&auto=format\&n=SvRE5W7LotQxTbzY\&q=85\&s=64a1c68fb0ea382511b9609b692b0860)
> >
> > 10. Press Continue anyway.
> >
> > ![Image](https://mintcdn.com/solarservices/SvRE5W7LotQxTbzY/images/image-40.png?fit=max\&auto=format\&n=SvRE5W7LotQxTbzY\&q=85\&s=a0536fda0a67aec834e05f76c11ad543)
> >
> > Thats it, now you can press your remapped key and it will register as Insert, allowing you to toggle the menu if you dont have a physical insert key on your keyboard.


---

# 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, and the optional `goal` query parameter:

```
GET https://stasis-wtf.gitbook.io/stasis.wtf/getting-started/overlay.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
