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

# Welcome

export const SUPPORT_TICKET_URL = "https://support.nextedy.com/support/tickets/new";

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

<Tabs>
  <Tab title="Documentation" icon="grid-2">
    <Columns cols={3}>
      <Card title="Powersheet" icon="table" href="/powersheet/index">
        <img src="https://mintcdn.com/none-17b4493f/QvlDQXLU1KTUJzsC/overview/diagrams/powersheet-mini.svg?fit=max&auto=format&n=QvlDQXLU1KTUJzsC&q=85&s=00d63b2f0ff42ef54a87dc247dd7394b" alt="Powersheet" style={{width: '100%', borderRadius: '8px', marginBottom: '0.75rem', pointerEvents: 'none'}} width="400" height="200" data-path="overview/diagrams/powersheet-mini.svg" />

        Excel-like traceability matrices with unlimited depth and cross-domain linking.
      </Card>

      <Card title="Risksheet" icon="shield" href="/risksheet/index">
        <img src="https://mintcdn.com/none-17b4493f/QvlDQXLU1KTUJzsC/overview/diagrams/risksheet-mini.svg?fit=max&auto=format&n=QvlDQXLU1KTUJzsC&q=85&s=28a279b76eb40ebe864024922f7beff5" alt="Risksheet" style={{width: '100%', borderRadius: '8px', marginBottom: '0.75rem', pointerEvents: 'none'}} width="400" height="200" data-path="overview/diagrams/risksheet-mini.svg" />

        Excel-like risk analysis with reusable components and actionable FMEA mitigations.
      </Card>

      <Card title="Gantt" icon="chart-gantt" href="/gantt/index">
        <img src="https://mintcdn.com/none-17b4493f/QvlDQXLU1KTUJzsC/overview/diagrams/gantt-mini.svg?fit=max&auto=format&n=QvlDQXLU1KTUJzsC&q=85&s=6320cd16882ab711e0ec8dc229752729" alt="Gantt" style={{width: '100%', borderRadius: '8px', marginBottom: '0.75rem', pointerEvents: 'none'}} width="400" height="200" data-path="overview/diagrams/gantt-mini.svg" />

        Project scheduling with dependencies, versioning, and resource allocation.
      </Card>

      <Card title="Planningboard" icon="table-columns" href="/planningboard/index">
        <img src="https://mintcdn.com/none-17b4493f/acAlodSh5ztIoIx8/overview/diagrams/planningboard-mini.svg?fit=max&auto=format&n=acAlodSh5ztIoIx8&q=85&s=588a074ed613c1ab1edc15e29fba7ce7" alt="Planningboard" style={{width: '100%', borderRadius: '8px', marginBottom: '0.75rem', pointerEvents: 'none'}} width="400" height="200" data-path="overview/diagrams/planningboard-mini.svg" />

        Capacity-aware sprint and release planning on a board of swimlanes and cards.
      </Card>

      <Card title="Checklist" icon="clipboard-check" href="https://support.nextedy.com/support/solutions/48000449721">
        Actionable checklists for structured workflow execution in Polarion.
      </Card>

      <Card title="Scheduler" icon="calendar-days" href="https://support.nextedy.com/support/solutions/48000453576">
        Automated scheduling for Polarion work items and plans.
      </Card>

      <Card title="Mediakit" icon="photo-film" href="https://support.nextedy.com/support/solutions/48000450882">
        Generate documents and media exports from Polarion data.
      </Card>
    </Columns>
  </Tab>

  <Tab title="Support" icon="life-ring">
    ## Get Help

    Nextedy provides dedicated support for all licensed products through our support portal.

    <Columns cols={2}>
      <Card title="Submit a Ticket" icon="ticket" href={SUPPORT_TICKET_URL} color="#3F51B5">
        Report an issue or request assistance from the Nextedy support team.
      </Card>

      <Card title="Contact Sales" icon="envelope" href="https://www.nextedy.com/contact/" color="#3F51B5">
        Pricing, licensing, or custom deployments.
      </Card>
    </Columns>

    ## Contact Information

    | Channel             | Details                                                |
    | ------------------- | ------------------------------------------------------ |
    | **Support portal**  | <a href={SUPPORT_TICKET_URL}>Open a support ticket</a> |
    | **Email**           | [support@nextedy.com](mailto:support@nextedy.com)      |
    | **Sales inquiries** | [info@nextedy.com](mailto:info@nextedy.com)            |
    | **Website**         | [www.nextedy.com](https://www.nextedy.com)             |

    ## What to Include in a Ticket

    For the fastest resolution, include the following when submitting a support ticket:

    1. **Product and version** — Which Nextedy product and version number
    2. **Polarion version** — Your Polarion ALM version (e.g., 2404)
    3. **Description** — What you expected vs. what happened
    4. **Steps to reproduce** — Numbered steps to reproduce the issue
    5. **Screenshots or logs** — Browser console output, server logs, or screenshots

    <Info>
      Licensed customers receive priority support with guaranteed response times. Evaluation users also have access to support during the trial period.
    </Info>

    ## Product-Specific Help

    Each product has built-in troubleshooting guides and FAQ sections:

    <Columns cols={3}>
      <Card title="Powersheet FAQ" icon="table" href="/powersheet/faq/index">
        Common Powersheet questions.
      </Card>

      <Card title="Risksheet FAQ" icon="shield" href="/risksheet/faq/index">
        Common Risksheet questions.
      </Card>

      <Card title="Gantt FAQ" icon="chart-gantt" href="/gantt/faq/index">
        Common Gantt questions.
      </Card>
    </Columns>
  </Tab>
</Tabs>

<div style={{textAlign: 'center', marginTop: '1.5rem', fontSize: '0.85rem', color: '#9E9E9E'}}>
  **Trusted by enterprise teams worldwide** — Samsung, Siemens, J\&J MedTech, Rolls-Royce, Hyundai, Valeo, ABB, Infineon, Scania, LG, Kuka, Phoenix Contact, Viessmann, Doosan
</div>

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