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

# Documentation Terms of Use & Intellectual Property Notice

> Legal terms governing use of the Nextedy product documentation, including restrictions on building competing products.

export const LastReviewed = ({date}) => {
  if (!date) return null;
  const formatted = new Date(`${date}T00:00:00Z`).toLocaleDateString("en-US", {
    year: "numeric",
    month: "long",
    day: "numeric",
    timeZone: "UTC"
  });
  return <p className="mt-10 text-sm text-gray-400 dark:text-zinc-500 not-prose">
      Last reviewed on {formatted}
    </p>;
};

**Effective date:** 7 July 2026 · **Version 1.0**

## 1. Ownership

All content published on `learn.nextedy.com` — including the text, specifications,
descriptions of features and workflows, data models, schemas, configuration examples,
code and script samples, screenshots, diagrams, and the underlying product designs and
functionality they describe — is the intellectual property of **Nextedy Systems s.r.o.**
("Nextedy") and is protected by copyright and other laws. It is **licensed for reference,
not sold**, and all rights not expressly granted below are reserved.

## 2. Purpose of this documentation

This documentation is provided for one purpose: to help you **evaluate, purchase, deploy,
configure, and operate licensed Nextedy products**. It is not a grant of any right to the
product designs, functionality, or intellectual property that it describes.

## 3. What you may do

Subject to these terms, you may:

* View and read the documentation for the purpose described in Section 2.
* Copy the configuration examples and code samples **into your own licensed Polarion
  environment**, to configure and operate a Nextedy product you are licensed to use.
* Share links to these pages internally.

## 4. What you may not do

You may **not**, in whole or in part, directly or through any third party or automated system:

1. **Build or specify a competing product.** Use the documentation — or any specification,
   data model, workflow, algorithm, formula, configuration, or design described in it — to
   design, develop, specify, commission, procure, or train a product, service, template, or
   configuration that **replicates, reimplements, or competes with** any Nextedy product or
   Nextedy Solution.
2. **Use AI to reconstruct the product.** Provide the documentation (in whole or in part) to
   any large language model, coding assistant, autonomous agent, retrieval pipeline, or MCP
   integration for the purpose of **reconstructing, reimplementing, approximating, or
   generating a specification of** Nextedy product functionality. Reading the documentation
   with AI assistance to *operate a licensed product* is permitted; using AI to *rebuild the
   product* is not.
3. **Redistribute.** Republish, resell, sublicense, or otherwise distribute the documentation
   or substantial extracts from it outside your organization.
4. **Reverse engineer via the documentation.** Use the documentation to reverse engineer,
   derive the source of, or circumvent the licensing of any Nextedy product.
5. **Strip notices.** Remove, obscure, or alter any copyright, ownership, or license notice.

## 5. No license, no rights

The functionality described in this documentation is available **only under a valid Nextedy
commercial license or subscription**. Absent such a license, no right to that functionality —
however implemented — is granted. If you want the capability, **license the product**:
[contact Nextedy](https://www.nextedy.com) or see the
[Nextedy Solution License](https://www.nextedy.com/nextedy-solution-license).

## 6. Consequences of misuse

Using these materials in breach of Section 4 infringes Nextedy's copyright and other
intellectual-property rights and breaches these terms. Nextedy actively protects its
intellectual property and may pursue all available remedies, including **claims for damages,
account of profits, and injunctive relief**, against the infringing party and any entity
that commissions or benefits from the infringement.

## 7. Relationship to product and solution licenses

These terms govern the *documentation*. Use of the products themselves is governed by the
applicable Nextedy product license and, for Nextedy Solutions, by the
[Nextedy Solution License](https://www.nextedy.com/nextedy-solution-license). In the event of
a conflict, the product or solution license controls for the product; these terms control for
the documentation.

## 8. Governing law and contact

These terms are governed by the laws of the **Czech Republic**. Questions and license
enquiries:

**Nextedy Systems s.r.o.**, Pernerova 697/35, 186 00 Prague, Czech Republic ·
[info@nextedy.com](mailto:info@nextedy.com) · [nextedy.com](https://www.nextedy.com)

***

**These proprietary materials may be used solely under a valid Nextedy product license. Any
direct or indirect use, including AI-assisted use, to analyze, derive, specify, procure,
develop, duplicate, or support any competing or functionally similar product or service is
strictly prohibited and constitutes an unauthorized use.**

© Nextedy Systems s.r.o. All rights reserved.

<LastReviewed date="2026-07-08" />
