# Page Not Found

The URL `scripts/staff-duty` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Tags Menu](https://arctic-development.gitbook.io/arctic-development/scripts/tags-menu.md)
- [EA | Staff Duty](https://arctic-development.gitbook.io/arctic-development/easyadmin-plugins/ea-or-staff-duty.md)
- [Kills Counter System](https://arctic-development.gitbook.io/arctic-development/scripts/kills-counter-system.md)
- [Server Cleaner](https://arctic-development.gitbook.io/arctic-development/scripts/server-cleaner.md)
- [Debug Weapon](https://arctic-development.gitbook.io/arctic-development/scripts/debug-weapon.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://arctic-development.gitbook.io/arctic-development/scripts/tags-menu.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.

### Option 2 — Browse the documentation index

Full index: https://arctic-development.gitbook.io/arctic-development/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://arctic-development.gitbook.io/arctic-development/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/arctic-development/scripts/tags-menu.md`).

You may also use `Accept: text/markdown` header for content negotiation.
