# Asset Hub (iPad)

The **Asset Page** in the AR Genie Work Assist iPad app allows technicians to access all asset-type–specific information, including:

* AR Workflows
* Detection Sources
* Jobs
* AI Assistant

<figure><img src="/files/2z6Ix4hz1h5b8D2G84hT" alt=""><figcaption></figcaption></figure>

This page is **asset type–driven**, meaning:

✅ Only *Asset Type* needs to be selected\
❌ Selecting an individual Asset is optional

## Select Asset Type

{% stepper %}
{% step %}

### Select Asset Type

* Tap **Asset Type**

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

* Choose the machine or equipment category

Example: *Airbus A320*

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

Once selected, all tabs update automatically based on the asset type.
{% endstep %}
{% endstepper %}

## Workflow Tab

Displays available AR workflows for the selected asset type.

&#x20;*Example: Airbus A320 Fuel Filter Replacement Procedure*

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

### You can:

✅ View workflows\
✅ Start a workflow\
✅ Follow step-by-step AR instructions

**Example:**

Selecting *Airbus A320* may show:

* Fuel Filter Replacement Procedure
* Engine Inspection Checklist

Tap ▶️ to begin.

## Detection Sources Tab

Contains visual markers used for AR recognition and anchoring.

&#x20;*Example: Airbus A320 engine image target*

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

**Use Case Example**

Select detection source( e.g. image/3d object/QR code) to start anchor editor:

✅ System identifies location\
✅ Anchors instructions accurately

## Job Tab

Shows job assignments for the selected asset type.

&#x20;*Example: Job in progress for Airbus A320*

<figure><img src="/files/9DmxJfpceLLqRjJ9ZyQ5" alt=""><figcaption></figcaption></figure>

Jobs include:

* Job Name
* Status
* Priority
* Updated Date

Technicians can:

✅ Resume a job\
✅ Review history

## AI Tab

The AI Assistant helps with:

* Troubleshooting
* Procedure guidance
* Part information
* Safety steps

&#x20;*Example: AI query field*

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

**Example Query:**

> "How do I remove the Airbus A320 fuel filter?"

AI provides:

✅ Steps\
✅ Tools needed\
✅ Safety notes

{% hint style="info" %}
Best Practice

* Always select the correct asset type before starting.
* Ensure detection source images are clear if printed onsite.
  {% endhint %}


---

# 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.argenie.ai/ar-genie-work-assist/work-assist-for-ipad/asset-hub-ipad.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.
