> For the complete documentation index, see [llms.txt](https://docs.servoy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.servoy.com/reference/servoyextensions/modules/svycloudutils.md).

# svyCloudUtils

svyCloudUtils is a collection of Servoy modules that help you build and maintain applications on Servoy Cloud. Each module covers a specific part of the deployment and runtime lifecycle — so you can use only what you need.

* **svyCloud** — detect the current environment, set tenant info, and control session idle time
* **svyDataSeed** — export and import database contents as CSV seed files
* **svyDeployUtils** — run versioned database migrations and manage deployment infrastructure

## Modules

### [svyCloud](/reference/servoyextensions/modules/svycloudutils/svycloud.md)

Utilities for runtime environment detection and per-session configuration. Use this to check whether your code is running in production, UAT, or development — and to set tenant-specific values visible to Servoy Cloud infrastructure.

### [svyDataSeed](/reference/servoyextensions/modules/svycloudutils/svydataseed.md)

Export your database to CSV seed files and import them back. Useful for setting up test environments, bootstrapping new cloud environments, or sharing reference data between environments.

### [svyDeployUtils](/reference/servoyextensions/modules/svycloudutils/svydeployutils.md)

Run versioned SQL migration scripts at startup, copy Jasper reports to the server, and manage cloned database server configurations. Designed to run as part of your `onSolutionOpen` flow.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.servoy.com/reference/servoyextensions/modules/svycloudutils.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
