> ## 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.

# Nextedy AI

> The Nextedy AI package adds AI Assistant to Nextedy POWERSHEET and Nextedy RISKSHEET — where to find it in each product, and what its license covers.

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>;
};

**Nextedy AI** is an AI capability you can add to Powersheet and Risksheet. It is not included with either product: it arrives as a separately installed Nextedy AI package and is licensed on its own. Once both are in place, an **AI Assistant** appears inside whichever product you are working in, and its documentation sits with that product.

<Info>
  **The AI Assistant proposes, you decide.** Everything it produces is presented as a suggestion for you to review, adjust, or reject. It does not change work items, sheet data, or configuration on your behalf.
</Info>

## Where to find it

The assistant shows up in two places in each product that offers it.

**In the configuration editor.** A sparkle button in the editor toolbar opens a documentation-grounded chat, so an administrator can ask configuration questions without leaving the YAML they are editing. The window is titled after the product you are configuring -- **✦ Powersheet AI** in Powersheet, **✦ Risksheet AI** in Risksheet -- and answers are drawn from that product's documentation, with links to the pages used.

**In the sheet.** Configured actions let the assistant propose content against your Polarion data -- for example, suggesting work items you can then apply into a Risksheet sheet. Which actions are offered is up to you: they are defined per project, or globally, under **Administration → Nextedy AI → AI Assistant Actions**.

<Columns cols={2}>
  <Card title="Use the Admin AI Assistant" icon="sparkles" href="/powersheet/guides/administration/use-admin-ai-assistant">
    Powersheet: open the assistant in the configuration editor, ask questions, and attach the file you are editing as context.
  </Card>

  <Card title="How the Admin AI Assistant works" icon="circle-info" href="/powersheet/concepts/admin-ai-assistant">
    Powersheet: documentation grounding, availability states, and what the assistant can and cannot do.
  </Card>
</Columns>

## Licensing

The AI Assistant needs its own license, separate from the license for the product it appears in. It is a **server-side license**, installed once per Polarion server and managed at **Administration → Nextedy AI → License**. One license covers the assistant across every Nextedy product that offers it -- there is no separate license per product.

It is installed the same way as any other Nextedy license: drag the license file onto the **License** page, or place it on the server filesystem. See [Installing a License](/overview/resources/installing-the-license) for both routes, including Polarion cluster setups.

Within the assistant, one part is not license-gated:

| Part of the assistant                          | Nextedy AI license |
| ---------------------------------------------- | ------------------ |
| Documentation chat in the configuration editor | Not required       |
| AI Assistant actions in the sheet              | Required           |

The documentation chat answers only from published documentation and carries no data about your Polarion instance, so it stays available to every installation of the Nextedy AI package. It needs just two things: the package installed on the server, and a signed-in Polarion user.

<Warning>
  **A disabled button is not always a licensing problem.** In the configuration editor, the AI Assistant button is disabled with the tooltip *"AI Assistant requires a valid Nextedy AI license"* when Polarion could not identify a signed-in user -- despite the wording, the documentation chat is never license-gated. Sign in again. See [How the Admin AI Assistant works](/powersheet/concepts/admin-ai-assistant) for the full set of availability states.
</Warning>

You do not need your own account with an AI provider, and you do not supply an API key: the assistant talks to the Nextedy AI service, which Nextedy operates.

### Evaluation

Until a production license is installed, the **License** page offers an evaluation of the licensed features for **30 days**. The upload procedure is identical for evaluation and production licenses. When an evaluation expires, the licensed AI features stop being offered; the rest of the product is unaffected.

For current pricing, a quote, or a custom licensing arrangement, contact [info@nextedy.com](mailto:info@nextedy.com). For a product-level overview of what Nextedy builds with AI, see [nextedy.com](https://www.nextedy.com).

## Your data

Nothing about your instance is sent by default. The documentation chat sends your question only, and receives no configuration or work-item data unless you explicitly attach the file you are editing -- attachments are opt-in, apply to the questions you ask after attaching them, and can be dismissed at any time. Your content is not used to train shared models.

See [Security and Privacy](/overview/security-and-privacy/index) for how Nextedy handles product security and customer data generally.

## Related pages

* [Use the Admin AI Assistant](/powersheet/guides/administration/use-admin-ai-assistant) -- open the assistant in the configuration editor and ask questions
* [How the Admin AI Assistant works](/powersheet/concepts/admin-ai-assistant) -- grounding, availability, and graceful degradation
* [Installing a License](/overview/resources/installing-the-license) -- install and reload a Nextedy license
* [Polarion Version Support](/overview/resources/polarion-version-support) -- which Polarion versions Nextedy supports
* [Security and Privacy](/overview/security-and-privacy/index) -- how Nextedy handles product security and customer data

## Need help?

For any assistance, [submit a ticket](https://support.nextedy.com/support/tickets/new) and the Nextedy support team will help you out.

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