> 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/getting-started/setup-overview.md).

# Setup Overview

***

<figure><img src="/files/lQVEBYuQHZe7W3h4R5GO" alt=""><figcaption></figcaption></figure>

This page explains the recommended setup order, the difference between administrator setup and field usage, and the key concepts you should understand before going live.

### Recommended setup order

Complete the setup steps in the order below. Each step builds on the previous one, so following this sequence will help you save time and avoid unnecessary rework later.

<table><thead><tr><th width="88.8828125" align="center">Step</th><th width="346.1484375">Action</th></tr></thead><tbody><tr><td align="center">1</td><td>Create your organisation</td></tr><tr><td align="center">2</td><td>Complete company and contact details</td></tr><tr><td align="center">3</td><td>Set up Asset Types</td></tr><tr><td align="center">4</td><td>Set up Inspection Types</td></tr><tr><td align="center">5</td><td>Define Lifecycle Stages</td></tr><tr><td align="center">6</td><td>Add or import assets</td></tr><tr><td align="center">7</td><td>Set up Roles &#x26; Permissions</td></tr><tr><td align="center">8</td><td>Invite team members</td></tr><tr><td align="center">9</td><td>Install and log in to the mobile app</td></tr><tr><td align="center">10</td><td>Run your first test inspection</td></tr></tbody></table>

### Admin setup vs field usage

Emory Pro is used across two main interfaces: the web platform and the mobile app.

The initial configuration is completed by an administrator in the web platform. Once the setup is ready and tested, field users can start using the mobile app to complete inspections.

#### Administrators use the web platform to:

* Manage organisation settings and branding
* Configure Asset Types and Inspection Types
* Define Lifecycle Stages
* Add or import assets
* Create and manage Groups
* Set up roles and permissions
* Invite and manage users
* Review Inspection Reports
* Monitor activity through dashboards and operational views

#### Field users use the mobile app to:

* Search for or scan assets
* Complete assigned inspections
* Capture photos, videos, comments, and signatures
* Add Damage Markings on photos and Asset Blueprints
* Complete handovers in the field
* Work fully offline when there is no internet connection
* Sync inspection data automatically once connectivity is restored

Field users do not need to be involved in the initial configuration. Invite them once the setup has been completed and tested.

### Start with a simple workflow

For your first setup, keep the configuration focused and simple.

A smaller setup is easier to test, easier to explain to your team, and easier to expand once the first workflow is working correctly.

A good starting point is:

* One organisation
* One administrator
* Two or three field users
* One Asset Type
* One Inspection Type
* A small number of test assets
* One report format

### Example starting workflows

#### Vehicle Check-In

An inspector scans a vehicle QR code, completes a condition checklist, captures photos, adds Damage Markings if required, and generates a Check-In Report.

#### Equipment Handover

An inspector completes a handover checklist, both parties sign on the mobile device, and a signed Handover Report is generated instantly.

Once you have tested one workflow end to end, you can expand your setup with additional Asset Types, Inspection Types, users, Containers, report templates, and integrations.

### How the key concepts connect

Understanding the main building blocks will make the setup process easier.

* **Asset Types** define the structure of the physical objects your team manages, such as Vehicles, Forklifts, Containers, or Equipment.
* **Inspection Types** define the purpose and structure of an inspection, such as Check-In, Check-Out, Handover, Daily Check, or Damage Inspection.
* The combination of **Asset Type + Inspection Type** determines the checklist, fields, workflow logic, and report output for each inspection.
* **Assets** are the individual objects your team inspects. Each asset belongs to an Asset Type.
* **Lifecycle Stages** show where an asset is in your operation, such as Inbound, Active, In Repair, Outbound, or Delivered.
* **Containers** help organise assets into logical groups, such as by location, shipment, project, customer, or batch.
* **Roles** control what each user can see and do across the platform.
* **Inspection Reports** are generated automatically after an inspection is completed. They include inspection fields, media, Damage Markings, signatures, timestamps, and user details.

### Setup checklist

Use this checklist to confirm everything is ready before going live with your team.

<table><thead><tr><th width="301.046875">Setup item</th><th width="95.2578125" align="center">Status</th></tr></thead><tbody><tr><td>Organisation created</td><td align="center">☐</td></tr><tr><td>Company details completed</td><td align="center">☐</td></tr><tr><td>Asset Types configured</td><td align="center">☐</td></tr><tr><td>Inspection Types configured</td><td align="center">☐</td></tr><tr><td>Lifecycle Stages created</td><td align="center">☐</td></tr><tr><td>Assets added or imported</td><td align="center">☐</td></tr><tr><td>Containers created, if required</td><td align="center">☐</td></tr><tr><td>Roles and permissions configured</td><td align="center">☐</td></tr><tr><td>Team members invited</td><td align="center">☐</td></tr><tr><td>Mobile app installed by field users</td><td align="center">☐</td></tr><tr><td>Test inspection completed</td><td align="center">☐</td></tr><tr><td>Test report reviewed</td><td align="center">☐</td></tr><tr><td>Report template confirmed</td><td align="center">☐</td></tr><tr><td>Test report shared with a contact</td><td align="center">☐</td></tr></tbody></table>

### What to expect after setup

Once your setup is complete and your team starts using Emory Pro in the field, you will have:

* A structured record of every inspection, damage finding, and handover
* Full asset history accessible from one scan
* Inspection Reports generated automatically without manual reporting
* A single source of truth for your operational evidence

From this point, the administrator’s role shifts from initial configuration to ongoing management. This includes monitoring activity, reviewing reports, managing users, tracking asset status, and expanding Emory Pro as your operation grows.

### Ready to begin?

Start with **Create Your Organisation**.


---

# 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/getting-started/setup-overview.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.
