# Demo App

The Photon SDK includes a reference wallet app that documents how the components work together in a final product. You can try the demo app that showcases the seedless wallet UX that Photon enables.

![Seedless Wallet Restore Flow](https://raw.githubusercontent.com/photon-sdk/photon-lib/demo-images/restore_flow.gif)

## App Source Code

The git repo for the reference app can be found here. App developers are encouraged to fork the git repository or use it as a resource to help them build their own apps.

{% embed url="<https://github.com/photon-sdk/photon-app>" %}


---

# 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.photonsdk.org/demo-app.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.
