> For the complete documentation index, see [llms.txt](https://docs.didge.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didge.io/home/ridgy-vision-ai/app-set-up.md).

# App Set Up

Setting Up the Didge App for CamPro and Ridgy

***

This guide walks you through configuring the Didge mobile app so that CamPro (camera capture) and Ridgy (Vision AI) work seamlessly together.

***

### Prerequisites

* You must already have an active Didge account (username and password).
* An Android device with access to the Google Play Store.

{% embed url="<https://play.google.com/store/apps/details?id=io.didge.app.campro>" %}

***

### Step 1. Download&#x20;

{% embed url="<https://www.canva.com/design/DAGzeXHIpLQ/tZ7qR0eubTqGXpOtSK0maA/watch>" %}

1. Open the Google Play Store.
2. Search for Didge and install the app.
3. Once installed, open the app and log in with your Didge username and password.

***

### Step 2. Access Settings

1. From the app home screen, go to My Account.
2. Tap the Settings icon in the top-right corner.
3. You’ll now see several configuration options.

<figure><img src="https://605782899-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FS3fR36rmkYVDF3mkP6OT%2Fuploads%2Fa4CgxCXz8WPDHfPuaRJR%2FScreenshot_20250921-173512%20copy.jpg?alt=media&amp;token=9f55e17a-3cb1-46e3-9bf5-bf96d5c26f1f" alt="" width="375"><figcaption></figcaption></figure>

***

### Step 3. Configure Mobile Landing

* Mobile Landing determines what you see when you first log in.
  * Standard: The default Didge web-style landing (departments or work areas).
  * CamPro: Opens directly into the camera interface.

👉 To use CamPro by default, select CamPro.

***

### Step 4. Set Your Work Area

1. Tap Work Area.
2. At the footer, choose your Network.
3. Select the Site within the network. (If you belong to multiple sites, choose the one you’re working in.)
4. Select the Work Area where images should be assigned by default.<br>

> ⚡ Tip: You can change the work area later if you use multiple Ridgy devices or workflows.

***

### Step 5. Preview Before Submit

* Enable this option if you want to review each image before submission to Didge.
* Disable it if you prefer images to be submitted immediately after capture.<br>

This depends on your workflow:

* High-volume users often disable it.
* Validation-focused users may prefer enabling it.

***

### Step 6. Image File Monitoring

This feature lets Didge automatically detect and process images saved on your device.

1. Toggle Image File Monitoring.
2. Grant permissions when prompted.
3. Choose the image sources:
   * Camera App → standard photos automatically sync to Didge.
   * FLIR (thermal images via MyFLIR app) → thermal captures sync to Didge.

All synced images are processed by Ridgy Vision AI once uploaded.

***

### Step 7. Verify CamPro

1. Return to My Account.
2. A new option, CamPro, will appear in the footer.
3. Tap CamPro to open the live camera.
   * If you connect a probe, temperature readings will display in real time.
   * Images captured here flow directly into your configured Work Area, processed by Ridgy AI.

***

✅ Your Didge app is now fully set up for CamPro and Ridgy.

***


---

# 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.didge.io/home/ridgy-vision-ai/app-set-up.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.
