# Environments

Aim is to have several environments where testing can be seen before going into prod. These environments should match prod, with option of getting back ups of data. Of course cannot get the same level of requests as prod. Get fast feedback, before going into prod. Not waiting for environment to be setup to do some testing

Need

* Local development, where devs can run app locally in an environment similar to prod on the local machine (docker/vm) or in special server.
* Test
  * All apps running, some might be stubs (ie for 3rd party)
* Stage
  * Can have all the apps running, and have 3rd party apps running, maybe going to a test version
* Prod
  * App is deployed


---

# 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://hanfak.gitbook.io/workspace/devops1/environments.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.
