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

# Getting Started

- [Introduction](https://docs.ocutrap.com/getting-started/introduction.md)
- [Set-up Tutorial](https://docs.ocutrap.com/getting-started/set-up-tutorial.md)
- [Hardware Set Up](https://docs.ocutrap.com/getting-started/setting-up.md)
- [Video Assembly](https://docs.ocutrap.com/getting-started/video-assembly.md): In this guide, we’ll walk you through each step of building your OcuTrap to ensure a smooth and successful setup.
- [Hardware Features](https://docs.ocutrap.com/getting-started/hardware-features.md)
- [Technical Specifications](https://docs.ocutrap.com/getting-started/technical-specifications.md)
- [Connectivity & Coverage](https://docs.ocutrap.com/getting-started/connectivity-and-coverage.md): How OcuTrap stays connected — 4G LTE cellular, what to expect from coverage, and how the trap keeps working when signal is weak.
- [App](https://docs.ocutrap.com/getting-started/app.md)
- [Adding a trap to your account](https://docs.ocutrap.com/getting-started/app/adding-a-trap-to-your-account.md)
- [Using the Mobile App](https://docs.ocutrap.com/getting-started/app/using-the-mobile-app.md): Download the OcuTrap mobile app, sign in, and turn on push notifications so you never miss a capture.
- [Billing](https://docs.ocutrap.com/getting-started/app/billing.md)
- [Open & Closed Button](https://docs.ocutrap.com/getting-started/app/open-closed-button.md)
- [Arm & Un-arm Button](https://docs.ocutrap.com/getting-started/app/arm-un-arm-button.md)
- [Scouting Mode](https://docs.ocutrap.com/getting-started/app/scouting-mode.md)
- [After a Capture](https://docs.ocutrap.com/getting-started/app/after-capture.md)
- [Trap Settings](https://docs.ocutrap.com/getting-started/app/trap-settings.md)
- [Settings Reference](https://docs.ocutrap.com/getting-started/app/trap-settings/settings-reference.md)
- [More Settings Overview](https://docs.ocutrap.com/getting-started/app/trap-settings/more-settings-overview.md): Below is a description of each available setting in the trap settings panel. These settings control power behavior, notifications, camera behavior, and hardware features.
- [Advanced Settings](https://docs.ocutrap.com/getting-started/app/trap-settings/advanced-settings.md): The advanced settings provide additional control over alerts, temperature monitoring, and image processing. These options are intended for users who want finer control over trap behavior.
- [Notification Settings](https://docs.ocutrap.com/getting-started/app/notification-settings.md): The OcuTrap system supports different types of notifications for each trap. These notifications help you stay informed and take action as needed.
- [Trap Control](https://docs.ocutrap.com/getting-started/app/trap-control.md)
- [Logs](https://docs.ocutrap.com/getting-started/app/logs.md)
- [Deleting an Image](https://docs.ocutrap.com/getting-started/app/deleting-an-image.md): This guide explains how to delete an image from a trap using the OcuTrap web or mobile interface.
- [Image Recognition](https://docs.ocutrap.com/getting-started/app/image-recognition.md)
- [Resetting Password](https://docs.ocutrap.com/getting-started/app/resetting-password.md)
- [LED modes](https://docs.ocutrap.com/getting-started/app/led-modes.md)
- [Other app information](https://docs.ocutrap.com/getting-started/app/other-app-information.md)
- [Interface Views](https://docs.ocutrap.com/getting-started/app/interface-views.md)
- [Tips and Tricks](https://docs.ocutrap.com/getting-started/tips-and-tricks.md)
- [Handling & Releasing a Captured Animal](https://docs.ocutrap.com/getting-started/handling-a-captured-animal.md): What to do in the field once your OcuTrap closes on an animal — approaching safely, releasing, transporting, and handling non-target captures.
- [Trap Settings](https://docs.ocutrap.com/getting-started/trap-settings.md): OcuTrap’s settings allow you to customize and control every aspect of your trap’s operation, notifications, and hardware features.
- [Enhanced Door Closing](https://docs.ocutrap.com/getting-started/trap-settings/enhanced-door-closing.md)
- [Pre-Capture Notification](https://docs.ocutrap.com/getting-started/trap-settings/pre-capture-notification.md): Get notified (only in ARMED mode) when an animal is about to enter the trap—before a capture happens.
- [Distance Limits, Sensor Alerts & Errors](https://docs.ocutrap.com/getting-started/trap-settings/distance-safety-and-alerts.md)
- [Maintenance](https://docs.ocutrap.com/getting-started/maintenance.md): Maintenance checklist below to ensure optimal performance and longevity of your OcuTrap.
- [LED Guide](https://docs.ocutrap.com/getting-started/led-guide.md): This guide explains what each LED pattern means on your OcuTrap device. It includes normal system statuses, user-button interactions, and low-battery behavior.
- [Battery Overview](https://docs.ocutrap.com/getting-started/battery-overview.md): OcuTrap devices are powered by rechargeable KBT lithium batteries, designed for long-lasting operation in the field.


---

# 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.ocutrap.com/getting-started.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.
