# Staging Environment

### Overview

At TilliT, we understand the importance of making changes to your application without disrupting the live production environment or jeopardising the integrity of your data. To achieve this, we provide a staging environment where users can experiment and test new configurations, functionalities, and features.

This staging environment serves as a playground, allowing users to make changes and test them out without affecting the live production application. By doing so, users can ensure that the configurations are accurate and functioning as intended, and make any necessary adjustments before implementing them on the live site.

Once a user is confident that their changes are correct and ready for production, we can transfer the data from the staging environment to the live production site. This ensures that the user's new configurations and features are implemented without causing any disruption to the live application or impacting the user's data.


---

# 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://help.tillit.cloud/tillit/tools/staging.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.
