# Web Application

## Getting Super Powers

Our web application will be powered by PHP, Javascript, MySql and many frontend components.

{% tabs %}
{% tab title="PHP" %}

```php
$php->is_secure('fast','reliable','accessible-everywhere');
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="JavaScript" %}

```javascript
var javascript = alert( 'I can make animations happen!' );
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="SQL" %}

```sql
SELECT OrderName,OrderPrice FROM Orders;
```

{% endtab %}
{% endtabs %}

{% hint style="success" %}
&#x20;Both owner and user will have their own dashboard to view, manage orders and much more, depending on a role-based system.
{% endhint %}


---

# 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://order-docs.webin.al/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.
