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

# Use cases

DTM owners have an opportunity to become DTM service providers by leveraging this new Hierarchy. This creates a new business model with several potential opportunities, including:

1. **Device leasing**: DTM device owners have the option to acquire a fleet of devices that can be leased to various retail businesses, shopping centers, and event venues. This arrangement benefits companies that require the technology but do not wish to bear the initial cost of owning the devices installing and maintaining them.
2. **Data management and analytics services**: DTM owners have the option to lease devices and provide data management and analytics services as well. They can handle the setup, maintenance, and analysis of data, providing their clients with useful information regarding their foot traffic trends and patterns.
3. **Consulting services**: DTM owners can use their extensive knowledge in managing multiple devices across various locations to provide consulting services. They can assist businesses in optimizing their operations by utilizing the insights obtained from foot traffic data.
4. **Real estate analysis**: DTM owners can lease their devices to real estate developers and agents. These devices can then be installed in properties that are up for sale or rent, providing potential buyers or tenants with information regarding the foot traffic in the area. This can be especially beneficial when used with commercial properties, where the amount of foot traffic has a direct impact on the success of the business.


---

# 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.getdor.com/dtm-docs/dtm-app/use-cases.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.
