> For the complete documentation index, see [llms.txt](https://docs.greenhellmodding.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.greenhellmodding.com/client-code-examples/unlocking-everything-in-the-notepad.md).

# Unlocking everything in the Notepad

In order to unlock everything in the notepad, we use the `.UnlockAllItemsInNotepad()` method from the `ItemsManager` class as shown below.

```csharp
ItemsManager.Get().UnlockAllItemsInNotepad();   
```
