> For the complete documentation index, see [llms.txt](https://vitawallet.gitbook.io/vita-business-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vitawallet.gitbook.io/vita-business-documentation/english/entornos.md).

# Environments

## **QA**

**QA** environment contains most of the workflows of the production environment, feel free to develop your application using the available endpoints.

The base **URL** for development is:\
[https://**api.qa.vitawallet.io**](https://api.qa.vitawallet.io)**/api/businesses**

#### [Administrator](https://business.qa.vitawallet.io/login)

You can access the administrator we did setup for you, with which you can execute all business actions in a protected environment, click **​**[**here**](https://business.qa.vitawallet.io/login)

## STAGE

**STAGE** is an exact copy of the production environment, feel free to test your application using the available endpoints, once the development in the QA environment has been successfully completed.

Base **URL** for testing is:\
[https://**api.stage.vitawallet.io**](https://api.qa.vitawallet.io)**/api/businesses**\
\
[**Administrator**](https://business.stage.vitawallet.io/)\
\
You can access the administrator that we have prepared for you, with which you can execute all business actions in a protected environment, click [**here**](https://business.stage.vitawallet.io/)

## PROD

**PROD** environment is our production environment, after you have developed your application using the QA environment and your tests have finished successfully, contact us and with just one click we will enable the production api in your real Vita Wallet account.

Base **URL** for production is:\
[https://**api.vitawallet.io**](https://api.vitawallet.io)**/api/businesses**

{% hint style="warning" %}
Remember to create a test user in **QA**, through the GUI at the following URL:\
\
<https://qa.vitawallet.io/>\
\
If you have already finished development with the QA environment and are ready for the production environment, you must start the testing process in the **STAGE** environment, for this you need to have a verified account at the following URL:\
\
<https://stage.vitawallet.io/>

Once the testing process has finished successfully, you will have the endorsement to deploy to production, for this you need to have a verified account at the following URL address:

<https://app.vitawallet.io/>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://vitawallet.gitbook.io/vita-business-documentation/english/entornos.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.
