# Introduction

MyPower is an application to tokenize physical assets and their data with focus on the energy domain. The system enables two main use cases: One is the citizen participation use case, where members can become beneficiaries by investing into energy sources. The second is visualizing the origin of the energy that is consumed by the members by calculating the energy flows between the energy sources and consumption units in the system.

![Distribution of energy to beneficiaries](https://2774879019-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F37URXugGKPWDi5ErP0ov%2Fuploads%2FN9wgxvJQrjhUAeznVk63%2Fimage.png?alt=media\&token=17a7df7b-937d-4f5c-b4ec-bea4d5f851a6)

This documents describes the capabilities, use cases and their user stories to describe the functionality of the system from a users perspective. Further, the architecture is presented by describing the entities and how they are associated, as well as the components the system consists of.


---

# 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://mypower.riddleandcode.com/readme.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.
