> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gleap.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Environment

Gleap allows you to set the environment. The environment will be displayed along the environment data.

```javascript theme={null}
Gleap.setEnvironment("dev");
```

The environment is set to 'prod' as default value. Possible values are: "dev" | "staging" | "prod".
