# Station Equipment

A Motus station consists of three main components:&#x20;

* **Receiver:** this is the computer which records and stores the radio data
* **Antennas:** there are several types of antenna designs. They are 'tuned' to listen to a narrow range of frequencies. Each antenna gets its own coaxial cable and depending on the receiver type and listening frequency, it's own 'dongle', or USB devices which listen to a specified frequency range (i.e., software defined radio).
* **Power supply:** this provides power to the receiver. Most off-grid stations us solar power, but AC power is most reliable. The number one reason for a station to malfunction is a power failure.


---

# Agent Instructions: 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://docs.motus.org/en/stations/station-equipment.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.
