> For the complete documentation index, see [llms.txt](https://xblago.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xblago.gitbook.io/en/review/web-application.md).

# Web application

To implement the functionality of the web application for monitoring the **BLAGO network** inside a telegram bot, you can use the following set of functions:

1. **Transaction display:**
   * Users can view a list of recent transactions on the BLAGO network, including sent and received transactions.
2. **Transaction filtering:**
   * Users can filter transactions by type (transfers, requirement creation, asset digitization, etc.) and time interval.
3. **Transaction details:**
   * For each transaction, detailed information is provided, such as sender and recipient addresses, transaction amount, execution time, etc.
4. **Statistical data:**
   * Users can view statistical data about the operation of the BLAGO network, such as the number of fulfilled needs, transaction volumes, user activity, etc.
5. **Search transactions:**
   * The implementation of the search function will allow users to quickly find the necessary transactions using various parameters, for example, by the address of the sender or recipient.
6. **Graphs and charts:**
   * To visualize statistical data, you can use graphs and diagrams that display the dynamics of the BLAGO network over time.
7. **Settings and personalization:**
   * Users can customize the visibility and display options of information in the web application, and also subscribe to notifications about new events on the network.
8. **Integration with telegram bot:**
   * The web application must be integrated with the telegram bot so that users can access the monitoring functionality directly from the chat.

{% hint style="info" %}
The implementation of such functionality in a web application will allow users to monitor and analyze the operation of the **BLAGO network**, track operations in real time and make informed decisions based on the data provided.
{% endhint %}
