> For the complete documentation index, see [llms.txt](https://cee-systems.gitbook.io/cee-fare-builder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cee-systems.gitbook.io/cee-fare-builder/fare-builder-user-manual/user-guide/demo-mode.md).

# Demo Mode

If a user is not authorized to use CEE Fare Builder, or if authorization fails, the application switches to Demo Mode, which prevents updates to PNR data. A warning message appears, and the **Create Filed Fare Mask** button is disabled, replaced with a message indicating **DEMO MODE**.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXciNssV6VmY4uuoozQIYRPIaXZwnWq4FRWqBcuhrC431zagWxnGdeNiTfZ7Sgr-WnSH6F0k3RC9B4_ULuSmd8_VUeEzWsq9sd4-S7icIW4y9XaJLDYowzBPSQYYj1_cF4jnVXAG?key=K69gCO3qdKM_QTIzDuLFm2Rn)   ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdnkdOO-tcx0g8QEj4j8WGVKKsP04DwHJ3WXGgHTEuw2Y_-CFNIs-cWLjyfCCd6ZOxgD5TKBT-Sddise4zXICRHHTJVBGjJLfYIQemipxLreah_6MscawlQMVbOBL8aAx_fSUIUKw?key=K69gCO3qdKM_QTIzDuLFm2Rn)  &#x20;

Additionally, a Demo Mode label is added to the version information in the application header:

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXd2ctbY32vBvPjZw_giXD7IJHS9vAOCZKNHrdf4Ji9L1XTKhaXLB52vEe8g8RCK49e3vmMoSwEmTiWKI_o1RosWi813AMqdnLqRCAoGLP0blc-y7FJx2hNebmT-AUqmScTbBto_Qw?key=K69gCO3qdKM_QTIzDuLFm2Rn)


---

# 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://cee-systems.gitbook.io/cee-fare-builder/fare-builder-user-manual/user-guide/demo-mode.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.
