> For the complete documentation index, see [llms.txt](https://docs.reunionnetwork.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reunionnetwork.org/links-and-resources.md).

# Links and Resources

## Proof-of-Concept

Given the resources we have at the date of this document, the current Proof-of-Concept is a native app (Android and iOS) that is built with the Unity Pro framework. It is built for demonstrative purposes, which shows Reflection Space and Agreement Site.

Dropbox: [Download Link](https://www.dropbox.com/scl/fi/htbbay2am5xdybesdyczv/ReUnion-PoC-App-Links.paper?dl=0\&rlkey=c7jzc96iaajam9k0q1ijmgz1t)

iOS (testflight):<https://testflight.apple.com/join/LM8zwZRr>

The PoC software is under the [Unity Plus license](https://store.unity.com/products/unity-plus), the PoC logic is open-sourced on the [GNU Affero General Public License v3.0](https://opensource.org/licenses/AGPL-3.0).

#### Web app (under development):

Github: <https://github.com/reunion-network>

The web app will be also licensed under [GNU Affero General Public License v3.0](https://opensource.org/licenses/AGPL-3.0).

#### ReUnion Network

Github: <https://github.com/reunion-network>

Website: <https://reunion.network>

Contact: <reunionnetwork.info@gmail.com>

###


---

# 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.reunionnetwork.org/links-and-resources.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.
