> For the complete documentation index, see [llms.txt](https://docs.emory.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emory.pro/emory-pro-digital-inspection-app/how-it-works.md).

# How it works

An app that is consistent across iOS, Android and Web, Emory Pro works perfectly with mobiles, tablets, laptops, and desktops.  This flexibility makes it one of the most reliable [digital vehicle inspection](https://emory.pro/) app for both field agents and admins.<br>

The organization admin or warehouse admin can access the [features](https://emory.pro/features/) via [web app](https://www.webapp.emory.pro/dashboard) to add items with their layouts, create items, and assign them to field agents for generating inspection reports.

The field agent can inspect items, create a digital check report on the mobile app- iOS/Android, and instantly share the inspection report with the customer as a shareable link.&#x20;

[Mobile App for iOS](https://apps.apple.com/de/app/emory-pro/id6443503759)

[Mobile app for Android](https://play.google.com/store/apps/details?id=pro.emory.inspections\&gl=DE)

If required, the inspection report can also be further edited by the warehouse agent or organization admin, ensuring better quality control.

Follow through the rest of the documentation to set up your account and start using Emory Pro for  day-to-day operations.&#x20;


---

# 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.emory.pro/emory-pro-digital-inspection-app/how-it-works.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.
