> For the complete documentation index, see [llms.txt](https://docs.chirptoken.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chirptoken.io/blackbird/1-safety.md).

# Safety and Precautions

## Protective Equipment <a href="#protective-equipment" id="protective-equipment"></a>

**To ensure the proper installation of the gateway, please note that there are several valid approaches based on your specific installation conditions. As your gateway is a high-quality and expensive telecommunications equipment, we highly recommend taking precautions to protect it.**

**It is strongly advised to use lightning arresters and a Network RJ45 Surge Protector (these items are not included in the package) for safeguarding the equipment. Please be aware that any damages caused by static electricity or lightning are not covered by the warranty!**

Below are examples of the protective equipment (Particular brand or seller is not recommended by Chirp please do own research):

(N-Male/N-Female) Lightning arresters [link](https://www.amazon.com/RFiotasy-Lightning-Arrestor-N-Female-Protects/dp/B0BM3VLYJ1/ref=pd_ci_mcx_mh_mcx_views_0?pd_rd_w=bfkIq\&content-id=amzn1.sym.1bcf206d-941a-4dd9-9560-bdaa3c824953\&pf_rd_p=1bcf206d-941a-4dd9-9560-bdaa3c824953\&pf_rd_r=WEADJH2EVXXR5W4M2YCK\&pd_rd_wg=czhEy\&pd_rd_r=6a2b61aa-175f-41c3-a1d4-2c8efec6c05b\&pd_rd_i=B0BM3VLYJ1) Network RJ45 Surge Protector [link](https://www.amazon.com/Ethernet-Protector-Lightning-Suppressor-Arrestor/dp/B09YNKMQBZ/ref=sr_1_17?crid=33RLWKB44Y20H\&keywords=Network+RJ45+Surge+Protector\&qid=1684234488\&sprefix=network+rj45+surge+protector%2Caps%2C157\&sr=8-17), [link](https://www.amazon.com/CERRXIAN-Ethernet-Protector-Protection-Suppressor/dp/B07K4YXQVR/ref=sr_1_28_sspa?crid=33RLWKB44Y20H\&keywords=Network+RJ45+Surge+Protector\&qid=1684234581\&sprefix=network+rj45+surge+protector%2Caps%2C157\&sr=8-28-spons\&psc=1\&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUEzRE5YVExXMklJOEdYJmVuY3J5cHRlZElkPUEwNTc1Njk5OU45Q0pCVVpNTUIzJmVuY3J5cHRlZEFkSWQ9QTA5NjA2Mjk0UVk4OElNN0dKOTImd2lkZ2V0TmFtZT1zcF9tdGYmYWN0aW9uPWNsaWNrUmVkaXJlY3QmZG9Ob3RMb2dDbGljaz10cnVl)


---

# 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.chirptoken.io/blackbird/1-safety.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.
