> For the complete documentation index, see [llms.txt](https://university.elumicate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://university.elumicate.com/user-experience/smart-vision-app.md).

# Smart Vision App

The portal can be accessed by navigating to: [https://app.elumicate.com/](https://miner.elumicate.com/miners/) or by downloading the mobile app the device's App store.

### **Home**

The homepage displays information such as:<br>

Global Stats (Displays total network metrics)

* Total Network Members
* Workers on the Network (more on workers[ here](/tokenomics/mining-rewards/worker-rewards.md))
* Accumulated Camera Time
* Total Tokens Distribute
* Hourly Rewards
* Daily Rewards

Personal Stats (Displays personal user information)

* My total workers
* My NFTs
* Rewards Earned
* Accumulated Camera Time

Worker Stats (Breakdown of user's total workers)

* Active Camera Workers
* Offline Camera Workers
* Active NFT Workers
* Active Referral Workers

New Cameras can also be added from the homepage.

### &#x20;Devices

The Devices Screen allows the addition of new cameras and displays a map and list of already installed devices. Device changes are made through this screen.

### NFTs

The NFTs screen is used to view owned NFTs and to acquire new NFTs.

### Wallet

Reward balances and wallet addresses can be found in the Wallet screen.

### Map

The map screen displays locations where cameras are installed worldwide.&#x20;

### SideBar Menu

The sidebar menu contains the previously mentioned pages with the addition of:

### Edit my profile

This is where changes to the personal profile are made. Changes include password, notification settings, or email addresses.

### Refer a friend

This is the page that allows viewing of referral stats including number of signups and bonus worker counts.

### Whitepaper

This is a link to the Elumicate whitepaper, which explains the project in full details.

### Logout

Used to log users out of the network


---

# 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://university.elumicate.com/user-experience/smart-vision-app.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.
