# Overview

**Budgy** is a responsive budget planner and expense tracker system. The integrated calculator helps you to summarize the balance between your incomes and expenses. Quick search, filtering and sorting helps you to structure your items. With the PHP engine Budgy is able to save the expenses, incomes and the whole calculation into database using AJAX. Your data is protected with a secured, working login system which is only reachable by the admin.

* **documentation**
* **version-dark** -> main folder of files using dark style
  * **css** -> folder of stylesheets
  * **img** -> folder of images
  * **js** -> folder of JavaScripts
  * **sql** -> folder of an sql script (dump) which will built up your environment as shown in demo
  * **vendor** -> folder of vendor styles and scripts
* **version-light** -> main folder of files using light style
  * files tructure is the same as above


---

# 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://ultimatewebsolutions.gitbook.io/budgy-documentation/overview.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.
