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

# Competition Related Activities

- [See Upcoming Competitions](https://docs.bjcp.org/competition-related-activities/see-upcoming-competitions.md): See a list of upcoming competition - with search/filter functionality. This function does NOT require you to be logged into your account.
- [Find Past Competitions](https://docs.bjcp.org/competition-related-activities/find-past-competitions.md): Find past competitions.
- [Register and Pay for a Competition (Organizer Only) ](https://docs.bjcp.org/competition-related-activities/register-and-pay-for-a-competition-organizer-only.md): Register and pay for a competition. This is accessible to both BJCP and NON-BJCP persons (no login required). However, Competitions fees are discounted for BJCP judges.
- [Get list of Active Judges (Organizer Only)](https://docs.bjcp.org/competition-related-activities/get-list-of-active-judges-organizer-only.md): How to get list of currently Active Judges - this is ONLY for the purpose of sending emails for upcoming competitions and available ONLY to upcoming competition organizers.
- [Submit a Competition Report (Organizer Only)](https://docs.bjcp.org/competition-related-activities/submit-a-competition-report-organizer-only.md): Submit a competition report after Competition is completed - NOTE: BOS winner information should NOT be entered.


---

# 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.bjcp.org/competition-related-activities.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.
