# TrafficMonitor.ai

## Traffic Monitor

- [Welcome to smart city traffic monitoring](https://docs.trafficmonitor.ai/readme.md): The Traffic Monitor is an open source platform to capture holistic roadway usage.
- [Getting Started](https://docs.trafficmonitor.ai/getting-started.md): Start counting with the Traffic Monitor!
- [Build Your Own Device (DIY)](https://docs.trafficmonitor.ai/build-your-own-device-diy.md): Traffic Monitor details and assembly instructions
- [Recommended Hardware](https://docs.trafficmonitor.ai/build-your-own-device-diy/recommended-hardware.md): Commodity hardware to enable object detection and speed/direction measurement.
- [Assembly Instructions](https://docs.trafficmonitor.ai/build-your-own-device-diy/assembly-instructions.md): Assemble the traffic monitor and get it ready for use
- [Software Installation](https://docs.trafficmonitor.ai/software-installation.md): Software installation for the Traffic Monitor.
- [Deployment and Mounting Guide](https://docs.trafficmonitor.ai/deployment-and-mounting-guide.md): Permanent and temporary physical placement suggestions.
- [Setup Guide](https://docs.trafficmonitor.ai/setup-guide.md): Steps to connect to and setup your Traffic Monitor.
- [Config Overview](https://docs.trafficmonitor.ai/configuration/overview.md): Traffic Monitor Configuration overview
- [Frigate Config](https://docs.trafficmonitor.ai/configuration/frigate-config.md): Configure Frigate object detection on the Traffic Monitor
- [Node-RED Config](https://docs.trafficmonitor.ai/configuration/node-red-config.md): Traffic Monitor Node-RED configuration logic
- [Monitoring](https://docs.trafficmonitor.ai/ui/monitoring.md): On-device Monitoring dashboard
- [Database](https://docs.trafficmonitor.ai/ui/database.md): Local data downloads and comments.
- [Movements](https://docs.trafficmonitor.ai/ui/movements.md): Zone-related patterns for human confirmation counts
- [Data Overview](https://docs.trafficmonitor.ai/data-and-payloads/data-overview.md)
- [Events Payload](https://docs.trafficmonitor.ai/data-and-payloads/events-payload.md): Object detection event payload
- [Radar Payload](https://docs.trafficmonitor.ai/data-and-payloads/radar-payload.md): Doppler radar payloads
- [Air Quality (AQ) Payload](https://docs.trafficmonitor.ai/data-and-payloads/air-quality-aq-payload.md): Environment and air quality sensor for the Traffic Monitor
- [Frequently Asked Questions](https://docs.trafficmonitor.ai/help-and-faq/frequently-asked-questions.md): Troubleshooting tips and tricks
- [Where can I get support?](https://docs.trafficmonitor.ai/help-and-faq/where-can-i-get-support.md): Get help with the Traffic Monitor
- [Use Cases and Scenarios](https://docs.trafficmonitor.ai/help-and-faq/use-cases-and-scenarios.md): Is it possible to do this...
- [Dev Environment](https://docs.trafficmonitor.ai/development/dev-environment.md): Set up to contribute back to the Traffic Monitor project
- [Contributing](https://docs.trafficmonitor.ai/development/contributing.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.trafficmonitor.ai/readme.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.
