# Device Type

In the **Devices** report within **Analytics**, you can view the ratio of visitors using different devices. It shows how many visitors access your website via desktop, tablet, and mobile.

![Device Type report in Analytics](/files/3d6pGy8l0SRnh8X8sJHq)

Umbraco Engage determines the visitor’s device type using [DeviceDetector.NET](https://github.com/totpero/DeviceDetector.NET), an open-source library that analyzes the browser’s User Agent.

## Related Information

Learn more about how Umbraco Engage distinguishes between bots and real visitors in the [Types of Clients](/umbraco-engage/marketers-and-editors/analytics/types-of-clients.md) article.


---

# 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.umbraco.com/umbraco-engage/marketers-and-editors/analytics/device-type.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.
