> 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/junior-scouts/scout-award/signals.md).

# Signals

{% hint style="warning" %}
The Signals are mentioned in the NSM badge notes. Please refer to the section by clicking the below link
{% endhint %}

{% content-ref url="/pages/-MIrMJ4cHoQZJZOCkGDH" %}
[Scout Whistle & Hand Signals](/junior-scouts/national-scout-membership-badge/scout-whistle-and-hand-signals.md)
{% endcontent-ref %}

## Semaphore signals

### What is Semaphore?

&#x20;It’s a way of communicating across long distances, by holding flags in different positions to represent letters or numbers.

### Make a Semaphore flag

![](/files/C7gtB2hGHeMQzVZ4dZGY)

For this you will need either red and yellow A4 card or paper and some sticky tape.

1. Take one piece of red and one piece of yellow card or paper. You can make two flags from these.
2. Cut the card/paper diagonally from opposite corners as can be seen in the picture opposite.
3. Place the card/paper next to each other as seen in the picture and stick them together with the sticky tape on both sides.
4. You can add sticks to your flags if you want to. This can be done with lollipop sticks, kebab skewers or sticks from outside and attached using sticky tape

### Sending signals&#x20;

To send a Semaphore message correctly start by using the ‘Attention’ position and wait for the ‘Ready to receive’ position from the other team. When ready, start each word with the ‘Letters’ position and use the ‘Space’ position between each word. Finish the sentence with the ‘End of word’ position.&#x20;

### Receiving signals

To receive a message wait for the ‘Attention’ signal from the other team. When seen, reply with the ‘Ready to receive’ position. This is done by raising both flags straight above your head and then dropping them into the ‘Space’ position.

### Alphabet

<figure><img src="/files/GmgequgfAWhAPZt7x05a" alt=""><figcaption></figcaption></figure>


---

# 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/junior-scouts/scout-award/signals.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.
