> For the complete documentation index, see [llms.txt](https://badgework.prepscouts.lk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://badgework.prepscouts.lk/more/contributions.md).

# Contributions

![](/files/-MRkI05w3efsAMIm4egS)

## Contributors

1. Group Advisor Sujiv Fonseka
2. Instructors
   1. Tithira Jayasekera
   2. Akhila Ranawake
   3. Minuka Trikawalagoda
   4. Nadun Thotawatte
3. Senior Scouts
   1. Isindu Edirisinghe
   2. Pankaja Weerasekara
   3. Rakeeb Zawahir
4. Patrol Leaders
   1. Adhithya Dissanayake of Cheetah Patrol
   2. Chanuka Ranasinghe of Squirrel Patrol
   3. Webmaster Kithnula Edirisinghe of Woodpecker Patrol
5. Junior Scouts
   1. Dilvistor Robert of Peacock Patrol

Special mention about Gitbook Non Profit program and big hats off to the team for listing the Project as a Non Profit Project awarding us a PRO account.

## Worldwide Contributors

* Edward Dunn - Addiction Rehab Treatment
  * [Alcohol Poisoning Public Health link](/junior-scouts/scout-award/public-health.md#alcohol-poisining)

## How-To-Contribute

Any changes, adding and requests have to be structured to the following format

* Documents can be formatted to a `Microsoft Word .docx` format&#x20;
  * When structuring the `Word Document` the content should be followed by  `Heading 1, Heading 2, Heading 3, Paragraph` stylings and `Bold,Italics` are also allowed
  * Images can be captioned
  * Documents. Attachments must be sent via email with the Structured Document(s) you are sending
* If you are a Leader or an Instructor, you can apply for write access to the Badgework Portal. Please direct your requests to `admin@prepscouts.lk`

{% hint style="danger" %}
Please note that the content not meeting the standards won't be published
{% endhint %}


---

# 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://badgework.prepscouts.lk/more/contributions.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.
