> For the complete documentation index, see [llms.txt](https://trialmonster.gitbook.io/trialmonster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trialmonster.gitbook.io/trialmonster/master.md).

# TrialMonster - the system

![](/files/-Mj5B2V1UHk7Zn9xmsts)

TrialMonster aims to present a comprehensive entry, scoring and results management system for observed motorcycle trials. Currently, it is made up of:

* ScoreMonster - an Android app for recording and uploading scores with modes for traditional observers, group and individual scoring&#x20;
* TrialMonster - a web application which stores, processes and displays results

The system has been extensively trialled over the past eight years and can be found [here](https://trialmonster.uk/)&#x20;

### I like what I've seen - can my club use it?

The Observer app is available for Android phones and can be downloaded from the Google PlayStore - click [here](https://play.google.com/store/apps/details?id=uk.trialmonster.observer). Although a club login is necessary to use the full scoring and results system, an unregistered user can use the scoring features of the app and transfer a copy of the scores as a file of by email.

Full use of the app requires a club registration which includes access to the app, entry, scoring and results management system. There is a small, per entry, fee for this which covers the Stripe payment fees and the costs of providing and maintaining the system.&#x20;

If you have any enquiries or wish to register your club to use this software, please click [here](mailto:monster@trialmonster.uk?subject=Enquiry%20from%20web)&#x20;


---

# 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://trialmonster.gitbook.io/trialmonster/master.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.
