> For the complete documentation index, see [llms.txt](https://www.xrdev.app/mixed-reality-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.xrdev.app/mixed-reality-docs/ai-lessons/fundamental-ai-concepts/project/how-to-create-an-application-with-ai-whiteout-coding/how-to-use-your-model-in-a-power-app.md).

# How to use your Custom Vision model in a Power App?

Once you are happy with you model's performance, you can add it to a new app by choosing **Use model** and **New app.**&#x20;

![Use your model in a new app](/files/-MJT7TZ20lwb7ZLaNms2)

You will be redirected to Power App editor and an Object Detection component that uses your model will be added automatically. In the editor, you can add new pages to navigate, design and customize your pages.

![Your AI model used in the Object Detection component](/files/-MJTNKVrfI7z3fnvaxaF)

Once you are happy with the design, you can publish and share your app. You can use your new app by downloading Power Apps from [Apple](https://apps.apple.com/us/app/power-apps/id1047318566), [Android](https://play.google.com/store/apps/details?id=com.microsoft.msapps\&hl=en_US\&gl=US) or [Microsoft](https://www.microsoft.com/en-us/p/power-apps/9nblggh5z8f3?ocid=9nblggh5z8f3_ORSEARCH_Bing\&rtc=1#activetab=pivot:overviewtab) stores. Once you sign in, your app will be listed in the mobile Power Apps.&#x20;

![Power App in Android Play Store](/files/-MLBAzy0uWZqTfXxIj1u)


---

# 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://www.xrdev.app/mixed-reality-docs/ai-lessons/fundamental-ai-concepts/project/how-to-create-an-application-with-ai-whiteout-coding/how-to-use-your-model-in-a-power-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.
