> For the complete documentation index, see [llms.txt](https://lfbknowledgebase.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lfbknowledgebase.co.uk/welcome/callsigns-and-stations.md).

# Callsigns & Stations

The difference between station and appliance designators, and how you create your callsign.

### Stations <a href="#stations" id="stations"></a>

The London Fire Brigade has 5 stations across the whole of London -

* F33 - Whitechapel (Postal 178)
* G36 - Hammersmith (Postal 520)
* H27 - Battersea (Postal 326)
* G35 - Fulham (Postal 848)
* G21 - Harrow (Postal 1025)
* H23 - Lambeth River

### Appliance Designators  <a href="#appliance-designators" id="appliance-designators"></a>

Appliance callsigns are made depending on both the station designator and appliance designator, with the station designator being first, then the appliance designator. There is a vast range of appliances within LFB which can be found below -

* 0 - All Wheel Drive Appliance
* 1 - Pump
* 2 - Pump
* 3 - 32M Turntable Ladder (Requires TL Operator Training)
* 4 - 64M Turntable Ladder (Requires TL Operator Training)
* 5 - Aerial Ladder Platform (Requires TL Operator Training)
* 6 - Fire Rescue Unit (Requires FRU Skills Training)
* 7 - Bulk Foam Unit (Requires Command Authorisation)
* 8 - High Volume Pump Unit (Requires Bronze Command Authorisation)
* 9 - Hose Layer Unit (Requires Bronze Command Authorisation)
* A - Operational Support Unit (Requires Silver Command Authorisation)
* S - Station Commander Officer Cars
* BM - Gold Command Officer Cars

Some specialist appliances have designated callsigns, regardless of the station designator. Examples of these can be found below -

* AT-1 to 4 - Detection, Identification and Monitoring Van (based out of Hammersmith)
* CU-8 - Command Support Unit (based out of Fulham)
* CU-11 - Command Support Unit (based out of Whitechapel)
* USAR-1 to 5 - Urban Search and Rescue Fleet (based out of Battersea)
* OK-12 - Fire Investigations Van (based out of Whitechapel)
* H23-A or B - Fire Boats (based out of Lambeth River)

{% hint style="warning" %}
**To operate as anything other than a pump, you must have the relevant trainings for the relevant appliance.**
{% endhint %}

### Callsigns <a href="#callsigns" id="callsigns"></a>

To create your callsign, you combine the station designator with the appliance designator. As an example, the first pump appliance out of Whitechapel would have the callsign of F331 (F33 for Whitechapel, and 1 for the pump).

All appliance callsigns can be found below.

<figure><img src="https://2602916025-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUmIWuwQ10o5bxmak5sZL%2Fuploads%2FWNyggFQXHwrWSAgr3wsR%2Fimage.png?alt=media&amp;token=45f1bd9c-02b3-45ff-ab4b-c733c018d3cd" alt=""><figcaption></figcaption></figure>

When ready, please format your callsigns as shown below:

```
 /callsign Callsign 
```

```
Example: /callsign F-331
```

Once your callsign has been set, you can join Channel 9 to start your shift.

### Appliance Abbreviations  <a href="#appliance-abbreviations" id="appliance-abbreviations"></a>

* \[P] - This stands for **Pump**, we have 2 of these appliances. These are based out of both Whitechapel & Battersea.
* \[PL] - This stands for **Pump Ladder**, we have 2 of these appliances. These are based out of Whitechapel & Battersea.
* \[DPL] - This stands for **Dual Pump Ladder**, we have 3 of these appliances. These are based out of Fulham, Hammersmith, Harrow.
* \[AWD] - This stands for **All Wheel Drive Pump**, we have 2 of these appliances. These are based out of Harrow, Fulham and are primarily used for Rural Firefighting Operations!
* \[TL] - This stands for **Turntable Ladder**, we have 2 of these appliances. These are based out of Whitechapel, Hammersmith.
* \[TS FRU] - This stands for **Technical Skills Fire Rescue Unit**, we only have 1 of these appliances. This is based out of Whitechapel Fire station. These are our basic RTC & Water Rescue Level 1 Fire Rescue Units.
* \[TR FRU] - This stands for **Technical Rescue Fire Rescue Unit**, we only have 1 of these appliances. This is based out of Battersea Fire Station. These are the Fire Rescue Units which belong to our Specialist Operations Group (SOG) and are used for things like; Level 2 Water Rescue, Rope Rescue, Confined Spaces and more!
* \[HM FRU] - This stands for **HazMat Fire Rescue Unit**, we only have 1 of these appliances. This is based out of Hammersmith Fire Station. These are the Fire Rescue Units that also belong to our Specialist Operations Group (SOG) and are used for things like; Chemical Spills, HazMat Incidents and more!
* \[BFU] - This stands for **Bulk Foam Unit,** we only have 1 of these appliances. This is based out of Harrow Fire Station.
* \[HVP] - This stands for **High Volume Pump**, we only have 1 of these appliances. This is based out of Harrow Fire Station.
* \[HLU] - This stands for **Hose Layer Unit**, we only have 1 of these appliances. This is based out of Harrow Fire Station.


---

# 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://lfbknowledgebase.co.uk/welcome/callsigns-and-stations.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.
