> 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/0-regions.md).

# Regions and Certificates

## Regions <a href="#regions" id="regions"></a>

The Blackbird gateway is designed to operate seamlessly across multiple regions, ensuring optimal performance and compliance with local regulations. This section describes supported LoRaWAN regions and corresponding certificates for Blackbird gateway.

### Supported LoRaWAN Regions <a href="#supported-lorawan-regions" id="supported-lorawan-regions"></a>

1. EU868: Europe (863-870MHz)
2. US915\_0: USA (902-928 MHz, subband 0)
3. US915\_1: USA (902-928 MHz, subband 1)
4. RU864: Russia (864-870MHz)
5. KR920: South Korea (920-923MHz)
6. IN865: India (865-867MHz)
7. EU433: Europe (433MHz)
8. CN779: China (779-787MHz)
9. AU915\_0: Australia (915-928 MHz, subband 0)
10. AS923: Asia (923 MHz)

## Certificates <a href="#certificates" id="certificates"></a>

The Blackbird gateway has been extensively tested to meet local regulations and industry standards. The device has the following certifications:

* CE (Europe): Conformité Européene, indicating compliance with European Union directives and standards.

{% file src="/files/a8QmwPee2O1nxjZOSOKz" %}

* FCC (USA): The Federal Communications Commission confirms that the device complies with the requirements for operation in the USA.

{% file src="/files/woGUsO31kiifcNMK8eeV" %}

* RCM (Australia): Regulatory Compliance Mark indicating compliance with Australian and New Zealand regulations.

{% file src="/files/UKKgt9Pz7SmEVVyGseYo" %}

The Blackbird gateway would be shipped pre-configured to work in the region you selected during the purchase. If you willing to change the region, please contact our support team.


---

# 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/0-regions.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.
