# Welcome!

First of all, thanks for your interest in contributing Penguin Statistics!

> Please notice that the v4 Frontend is now in maintenance mode and a new version frontend is being planned and bootstrapped with React. New feature implementation is currently paused on the current v3 frontend.

### Summary

* MVVC Framework: [Vue.js](https://vuejs.org/); project created using `vue-cli@3`.
* UI Framework: [Vuetify.js](https://vuetifyjs.com/), a framework that implements [Material Design](https://material.io/).
* CI: [Vercel (previously ZEIT)](https://vercel.com/penguin-statistics), GitHub Actions & Kubernetes.io
* CD: Kubernetes.io in progress
* Project Repo: <https://github.com/penguin-statistics/frontend-v2>

### Contributing

You can contribute to the frontend of the website in many ways:

1. [Provide Localization](/contribute/contribute/provide-localization.md)
2. [Provide Code Support](/contribute/contribute/provide-code-support.md)

####


---

# 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://developer.penguin-stats.io/contribute/master.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.
