> For the complete documentation index, see [llms.txt](https://docs.motus.org/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motus.org/en/stations/stations.md).

# Introduction

{% hint style="danger" %}
This guide is still **under development!** Please keep in mind some information here may be incomplete.
{% endhint %}

There are several different ways a Motus station can be installed all of which depend on the location, purpose of the deployment, the infrastructure and equipment available. This guide will provide an overview of how different stations can be installed as well as some in-depth instructions on how to set up a variety of fixed, or free-standing towers with Yagi antennas and solar power. This booklet will not include a set of exhaustive instructions, but is intended as a guide that may need to be adapted to your project.

### Disclaimer and Health and Safety Tips

This guide is intended as a way to help individuals install their own Motus station that should be adapted to the needs and abilities of each individual. In addition, many installations include working at heights above 2 meters (6 feet). Follow instructions provided by suppliers and do not work without adequate knowledge or training. Individual projects will have to abide by local health and safe regulations, or those of their host organization.

{% hint style="info" %}
**Motus Pro Tips**

* **Wear gloves!**
* Good foot wear: steel toes and grip
* High-vis and hard hats
* Harness and adequate training when working from heights
* Electrocution -- overhead wires
  {% endhint %}

### What is a Motus Station?

A Motus station is an automated radio telemetry station designed to listen to specific types of radio transmitters used to track wildlife. These stations comprise the physical ground-based infrastructure of the Motus Wildlife Tracking System. A station consists of several parts: a radio receiver (computer) and peripherals such as antennas, cables, a mounting structure, and a power supply. Installing and maintaining a Motus station is no small task, but the rewards are great.

### Definitions

With all the terminology being thrown around with this technology, it can be hard to keep track of what’s what.[ See **Quick References** for a terminology reference.](https://docs.motus.org/en/about-motus/quick-reference/definitions)


---

# 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.motus.org/en/stations/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.
