> For the complete documentation index, see [llms.txt](https://docs.onlymonster.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlymonster.ai/management-system.md).

# MANAGEMENT SYSTEM

- [Dashboard](https://docs.onlymonster.ai/management-system/dashboard.md)
- [Accounts Overview](https://docs.onlymonster.ai/management-system/accounts-overview.md)
- [Traffic Metrics V2.0](https://docs.onlymonster.ai/management-system/traffic-metrics-v2.0.md)
- [Traffic Metrics Bot Detection](https://docs.onlymonster.ai/management-system/traffic-metrics-bot-detection.md)
- [Cost Attribution & Traffic Metrics Explained](https://docs.onlymonster.ai/management-system/cost-attribution-and-traffic-metrics-explained.md)
- [Shared Reports in Traffic Metrics](https://docs.onlymonster.ai/management-system/shared-reports-in-traffic-metrics.md)
- [Link Overview](https://docs.onlymonster.ai/management-system/link-overview.md)
- [Activity Time Tracker](https://docs.onlymonster.ai/management-system/activity-time-tracker.md)
- [Message Tracker](https://docs.onlymonster.ai/management-system/message-tracker.md)
- [Media Uploader](https://docs.onlymonster.ai/management-system/media-uploader.md): The Media Uploader allows you to upload media files directly to connected OnlyFans accounts.
- [Data Export](https://docs.onlymonster.ai/management-system/data-export.md)
- [Activity Log](https://docs.onlymonster.ai/management-system/activity-log.md)
- [Account Insights](https://docs.onlymonster.ai/management-system/account-insights.md): The Account Insights dashboard delivers a comprehensive view of performance for accounts and your organization as a whole. Use this analytics to identify trends and track progress.
- [Shifts](https://docs.onlymonster.ai/management-system/shifts.md): This feature is designed to simplify work scheduling.
- [Shift-Based Access Control](https://docs.onlymonster.ai/management-system/shift-based-access-control.md)
- [Chatter Metrics](https://docs.onlymonster.ai/management-system/chatter-metrics.md): Chatter Metrics is an analytical dashboard designed to analyze the activity of members interacting with fans and identify areas for members performance optimization.
- [Promo Auto-Renewal](https://docs.onlymonster.ai/management-system/promo-auto-renewal.md): Promo Auto-Renewal is a convenient feature designed to automatically renew your promos and discounts for OnlyFans subscribers.
- [Auto Follow Expired Fans](https://docs.onlymonster.ai/management-system/auto-follow-expired-fans.md)
- [Organization Settings](https://docs.onlymonster.ai/management-system/organization-settings.md)
- [Media Hub (Legacy)](https://docs.onlymonster.ai/management-system/media-hub-legacy.md): Media Hub is a cloud-based storage solution that allows users to upload and manage media files, link folders to other accounts, and easily upload content to various platforms.
- [Dashboard (Legacy)](https://docs.onlymonster.ai/management-system/dashboard-legacy.md)
- [Traffic Metrics (Legacy)](https://docs.onlymonster.ai/management-system/traffic-metrics-legacy.md)


---

# 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://docs.onlymonster.ai/management-system.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.
