> 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/introduction.md).

# Introduction

### Website Navigation

The staff portal has many forms of navigation, including the sidebar, search bar, and header links. You can use the search bar at the top of the screen to search the website or ask AI a question about the website, such as "What are the main requirements to be a staff member?" At the top, you can find various links to staff resources.

Looking to the left, you'll see a list of different pages that you can visit for policies, guides, and other important staff information. Keep in mind, this website is open to the public, so you can share policies and staff expectations with anyone!

### Page Updates

We will occasionally update the website with more content or updated information. If this happens, staff will likely need to review the pages again to ensure they are up-to-date with new rules or policies.

If you find that a section is out of date, please let us know by opening a ticket in our discord server.


---

# 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/introduction.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.
