# The Web Dev Guide by Wishtack

## ​Our Goals

* **Quickly** produce **performant**, **stable** and **maintainable** applications.
* Emphasize **pragmatism** and **best practices**.
* Share the result of our **technical watch**, **research** and **experience**.

## Copyright <a href="#copyright" id="copyright"></a>

This guide is the property of Wishtack.

It can't be used completely or partially for trainings animation or any other business purpose except by Wishtack employees.

If you have any doubt, get in touch with Wishtack at: <contact@wishtack.com>​


---

# 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://web-dev-guide.wishtack.io/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.
