> For the complete documentation index, see [llms.txt](https://florida-highway-patrol.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://florida-highway-patrol.gitbook.io/guide/structure/chain-of-command.md).

# Chain Of Command

Here is our chain of command, this may be different to the real FHP but has a similar structure.

* <mark style="color:yellow;">Commander</mark>
* <mark style="color:yellow;">Deputy Commander</mark>
* <mark style="color:yellow;">Troop Commander</mark>
* <mark style="color:orange;">Captain</mark>
* <mark style="color:orange;">Lieutenant</mark>
* <mark style="color:blue;">Master Sergeant</mark>
* <mark style="color:blue;">Sergeant First Class</mark>
* <mark style="color:blue;">Staff Sergeant</mark>
* <mark style="color:blue;">Sergeant</mark>
* <mark style="color:green;">Master Corporal</mark>
* <mark style="color:green;">Senior Corporal</mark>
* <mark style="color:green;">Corporal</mark>
* <mark style="color:purple;">Master Trooper</mark>
* <mark style="color:purple;">Senior Trooper</mark>
* <mark style="color:purple;">Trooper First Class</mark>
* <mark style="color:purple;">Trooper Specialist</mark>
* <mark style="color:purple;">Trooper</mark>
* <mark style="color:red;">Cadet</mark>

You can earn each rank by reaching the required weekly rank up quota, this can be found bellow.

| Rank                                          | Rank Up Quota |
| --------------------------------------------- | ------------- |
| <mark style="color:orange;">Captain</mark>    | 8 hours       |
| <mark style="color:orange;">Lieutenant</mark> | 6 hours       |
| <mark style="color:blue;">Sergeant+</mark>    | 4 hours       |
| <mark style="color:green;">Corporal+</mark>   | 3.5 hours     |
| <mark style="color:purple;">Trooper+</mark>   | 3 hours       |

{% hint style="info" %}
The rank up quota is different to the required quota of 2 hours.
{% 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:

```
GET https://florida-highway-patrol.gitbook.io/guide/structure/chain-of-command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
