> For the complete documentation index, see [llms.txt](https://docs.meta-inf.hu/glass-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meta-inf.hu/glass-documentation/general-product-information/cloud-vs-on-premise.md).

# ⛅ Cloud vs On Premise

{% hint style="info" %}
Glass Project Documentation for Cloud was built to have the same features as the Server/Data Center versions, but there are some differences due to Atlassian's API limitations and the nature of different platforms.
{% endhint %}

![Glass documentation for Jira Cloud - Overwiew](/files/H8P2qU1sXHR8d3E9nAVM)

## Features available in the Cloud version <a href="#id-glassdocumentationforjira-cloud-featuresavailableinthecloudversion" id="id-glassdocumentationforjira-cloud-featuresavailableinthecloudversion"></a>

The below features are fully functional in the Cloud version as well as the Server/DC versions:

* [Glass Introduction Menu](/glass-documentation/user-guides/user-guide/glass-introduction-menu.md)
* [General](/glass-documentation/user-guides/user-guide/get-project-documentation-with-1-click/general.md)
  * Basic Summary
  * Glass Overview
  * Schemes
  * Components
  * Versions
* [Issue Types & Workflow](/glass-documentation/user-guides/user-guide/get-project-documentation-with-1-click/issue-types-and-workflow.md)
  * Transitions with custom actions
  * Screens
* [People](/glass-documentation/user-guides/user-guide/get-project-documentation-with-1-click/people.md)
  * People
  * Browsable Group members
  * Project Roles
* [People](/glass-documentation/user-guides/user-guide/get-project-documentation-with-1-click/people.md)
  * Matrix View
  * View by Actor
  * View by Permission
* [Notifications](/glass-documentation/user-guides/user-guide/get-project-documentation-with-1-click/schemes/notifications.md)
  * Matrix View
  * View by Actor
  * View by Permission
* [Export Project Documentation as PDF](/glass-documentation/user-guides/user-guide/export-project-documentation-as-pdf.md)
* [Export Project Documentation to Confluence - Cloud](/glass-documentation/user-guides/user-guide/export-project-documentation-to-confluence-cloud.md)
  * OAuth Authentication per User

## Feature limitations that apply to the Cloud version <a href="#id-glassdocumentationforjira-cloud-featuresavailableinthecloudversion" id="id-glassdocumentationforjira-cloud-featuresavailableinthecloudversion"></a>

The below limitations apply to the Cloud version in comparison with the Server/DC platforms:

* Workflow images can neither be shown nor exported, but transitions are listed as usual. \
  This is an Atlassian limitation, for more information, please click [here](https://ecosystem.atlassian.net/browse/ACJIRA-2366).
* Custom Conditions, Validators and Post-Functions are not available in a readable format, but the provided data is still displayed.
* Scheme Occurence counter only available on Server & Data Center


---

# 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.meta-inf.hu/glass-documentation/general-product-information/cloud-vs-on-premise.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.
