# Technology

- [Architecture](https://docs.digit.org/sanitation/technology/architecture.md)
- [PQM](https://docs.digit.org/sanitation/technology/architecture/pqm.md)
- [Low Level Design](https://docs.digit.org/sanitation/technology/architecture/pqm/low-level-design.md)
- [Services](https://docs.digit.org/sanitation/technology/architecture/pqm/low-level-design/services.md)
- [PQM Service](https://docs.digit.org/sanitation/technology/architecture/pqm/low-level-design/services/pqm-service.md)
- [PQM Anomaly Finder](https://docs.digit.org/sanitation/technology/architecture/pqm/low-level-design/services/pqm-anomaly-finder.md)
- [PQM Scheduler](https://docs.digit.org/sanitation/technology/architecture/pqm/low-level-design/services/pqm-scheduler.md)
- [FSM](https://docs.digit.org/sanitation/technology/architecture/fsm.md)
- [Low Level Design](https://docs.digit.org/sanitation/technology/architecture/fsm/low-level-design.md)
- [Services](https://docs.digit.org/sanitation/technology/architecture/fsm/low-level-design/services.md)
- [FSM Service](https://docs.digit.org/sanitation/technology/architecture/fsm/low-level-design/services/fsm-service.md): Learn how to setup and configure FSM service
- [FSM Calculator](https://docs.digit.org/sanitation/technology/architecture/fsm/low-level-design/services/fsm-calculator.md): Details for setting up FSM calculator sevice
- [Registries](https://docs.digit.org/sanitation/technology/architecture/fsm/low-level-design/registries.md)
- [FSM Vendor Registry](https://docs.digit.org/sanitation/technology/architecture/fsm/low-level-design/registries/fsm-vendor-registry.md): Details for registering new vendors
- [FSM Vehicle Registry](https://docs.digit.org/sanitation/technology/architecture/fsm/low-level-design/registries/fsm-vehicle-registry.md): Configuration and setup details on registering vehicles in FSM module


---

# 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.digit.org/sanitation/technology.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.
