> For the complete documentation index, see [llms.txt](https://staff.lcrpofficial.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staff.lcrpofficial.com/moderation-panel/getting-started-with-melonly.md).

# Getting Started With Melonly

{% hint style="warning" icon="person-digging" %}
This page is still in the process of being built! A lot of information may be incomplete, unclear, or missing.
{% endhint %}

## Shift Management

Melonly makes shift management extremely easy. It features a way to start your shift, go on break, end your shift, and even call for more staff!

### Starting Your Shift

Starting your shift with Melonly is easy. To begin, navigate to the [Moderator Panel](#user-content-fn-1)[^1] and press the green "Start Shift" button.

<figure><img src="/files/TLSwuOo2jmjyuUmKueOb" alt=""><figcaption><p>The Moderator Panel with a red box around the "Start Shift" button.</p></figcaption></figure>

If you are prompted to select a shift type, make sure you select the green "Default" button.

<figure><img src="/files/1svKJu74WzMD24ioVuL4" alt=""><figcaption><p>The Moderator Panel with a red box around the "Default" shift type button.</p></figcaption></figure>

If your shift was successfully started, you should see two new buttons:

* Break
* End Shift

### Going On Break

If you need to go on break for any reason, just click the orange "Break" button. When you come back, don't forget to go off break when you come back.

<figure><img src="/files/tkmgqin0UjHdop5auP82" alt=""><figcaption><p>The Moderator Panel with a red box around the "Break" button.</p></figcaption></figure>

### Ending Your Shift

Ending your shift is just as simple as starting your shift or going on break; just press the red "End Shift" button. After that, you will be marked as off duty.

<figure><img src="/files/IExZf4rotFBR5qEDJsva" alt=""><figcaption><p>The Moderator Panel with a red box around the "End Shift" button.</p></figcaption></figure>

## Creating Punishment Logs

To create a punishment log, you need to click the "Enter username" text box in the top center of your screen. Then, you will be able to enter the username of the person that you want to punish.

{% hint style="warning" icon="person-digging" %}
Check back later! This section isn't quite ready.
{% endhint %}

[^1]: The moderator panel is the main page that a staff member will use. It features the ability to create logs, manage your shift, review priority requests, and much more. Can't find the moderator panel? It is linked at the top of your screen.

    \
    ![](/files/KBTuWRLERBRTcvgn7fvx)


---

# 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://staff.lcrpofficial.com/moderation-panel/getting-started-with-melonly.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.
