> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/copilot-assistant/access-and-trial.md).

# Access and Trial

Copilot Assistant access is determined by the BuildingPro Suites license. The access mode controls whether Copilot Assistant is visible and whether you can start or continue processing requests.

## Access Modes

| Access mode              | How access is granted                                                                                                             | During the trial or subscription                                                                                                                                           |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Platform trial           | A valid Platform (trial) license starts a Copilot Assistant trial for three calendar months from the Platform license start date. | Copilot Assistant is available for normal interactive use.                                                                                                                 |
| Platform after the trial | The Platform license remains valid, but the three-month Copilot trial has ended.                                                  | Existing Copilot content remains readable, but sending new requests, resuming conversations, re-executing queries, and exporting results require purchased Copilot access. |
| Purchased Copilot        | A valid license containing the Copilot module is active.                                                                          | Full Copilot Assistant access is available for the validity period of that entitlement.                                                                                    |
| Suite mode               | Copilot Assistant is included in a valid Suite entitlement.                                                                       | Suite mode uses the Suite entitlement directly and does not add the separate three-month Platform trial.                                                                   |

The trial start and end dates are derived from the license dates. They are not based on the first time an individual user opens or uses the Copilot Assistant.

## After a Platform Trial Expires

When the Platform trial ends, Copilot Assistant can remain visible while the Platform license is valid. This allows users to review existing conversations and results. Actions that create or rerun processing are blocked until a purchased Copilot License becomes active.

If the Platform license itself is no longer valid, Copilot Assistant is no longer available through that Platform license. A valid purchased Copilot access is required for this.

## Check the Status

Administrators can review the tenant's license information under **Platform Core -> Governance & Monitoring -> License**. During an active or expired Platform trial, the license page shows the Copilot trial status and its start and end dates. This information can also be viewed in the Copilot Sidebar or the dedicated AI Assist Page.

For general license activation and status checks, see [Activate a Voucher](/collection/getting-started/1.-create-users-and-tenants/check-license-and-access-status.md) and [License](/collection/mandatory-base/platform-core/governance-and-monitoring/license.md).

## Continue After the Trial

Contact your BuildingPro Suites administrator or sales contact to purchase the Copilot entitlement. After the purchased entitlement is active for the tenant, Copilot Assistant can be used again for interactive requests.


---

# 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.buildings.ability.abb/collection/copilot-assistant/access-and-trial.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.
