# Migrating from V2?

We've made some major updates to Ludi over the last few months, which we call "V3".

If you've been migrated to the new version, or are about to be migrated, this page explains the updates as well as differences to the old version.

{% hint style="info" %} <mark style="background-color:green;">Your plan & billing remains the same through the migration.</mark>
{% endhint %}

### Updates Overview

* New Dashboard Look and Feel
* Workspaces are now Teams
* Template Library Updates
* <mark style="background-color:green;">New Feature:</mark> Action items
* <mark style="background-color:green;">New Feature:</mark> Mentions
* <mark style="background-color:green;">New Feature:</mark> Automated Templates (Planning Poker, Tshirt Estimation, and Sprint Planning)
* Updated Admin screens

{% hint style="info" %}
Read on for full details of the updates. You can also review the recent changes on our [Change log](https://updates.ludi.co/).
{% endhint %}

### Dashboard Updates

<figure><img src="/files/YL2yhqFAVPp6UfgIeWon" alt=""><figcaption><p>What a pretty dashboard.</p></figcaption></figure>

The new dashboard doesn't just look prettier, it also provides:

* Dedicated Team spaces
* Improved template library
* Action tracking
* Notifications
* Better Team Member management

### Teams & How They Function

<figure><img src="/files/Uw7iWlwiOf4jZGjFbZGo" alt=""><figcaption><p>Navigate team spaces from the dropdown in the left menu</p></figcaption></figure>

{% hint style="info" %}
**Workspaces** are now called **Teams**. As part of the migration, each workspace will become a Team, with the same boards and members.
{% endhint %}

* Admins and Owners can create Teams.
* Create a Team to store boards and invite your team members.
* Boards must be created in a Team
* Teams are private, you must be invited to join a team.
* All members of a Team can create, edit and delete boards.
* All members should be allocated to (at least) one team.
* You can invite anyone in your Organization to an individual board in your team space, without them having to join your Team.

### Changes to Board Management

As of the latest version, all boards must be in a team. This means that you can no longer create a board without a team. Any existing boards that were not created in a team will be highlighted in the UI (see screenshot below). We recommend moving these to an appropriate team to keep them safe.

<figure><img src="/files/N8awxjkR4yUzwW3nFMvk" alt=""><figcaption></figcaption></figure>

### Template Library Updates

<figure><img src="/files/CrVoveyiXGIaUHUjvnW6" alt=""><figcaption><p>The updated Template Library</p></figcaption></figure>

* The Template browsing experience has been improved.
* It is easier to create custom templates that are available to all Organization members.
* You can "star" your favourite templates.

### New Feature: Action Items

<figure><img src="/files/Mbt53UvoSWQBFNviJAc3" alt=""><figcaption><p>Create actions from stickies on your board, and track them in your team space</p></figcaption></figure>

* You can now create Action Items directly from your sticky notes, and track them in your team space.

*See the Actions feature pages for how to create and track them:*

{% content-ref url="/pages/HMlRttumuxrNdmgnWGuM" %}
[Actions](/boards/actions.md)
{% endcontent-ref %}

{% content-ref url="/pages/kD0m3GNR8TTSu1ZqeQW5" %}
[Action Items](/dashboard/action-items.md)
{% endcontent-ref %}

### New Feature: Mentions

<figure><img src="/files/lsxdRGfs1xhsrPEiTjON" alt=""><figcaption><p>Mention colleagues with @</p></figcaption></figure>

You can now Mention your colleagues by typing "@" into any sticky or card. They will get a notification in the App (and soon by email).

*See more details on the Mentions feature page:*

{% content-ref url="/pages/pjw2IMTcX1ByobpAiuND" %}
[Mentions](/boards/mentions.md)
{% endcontent-ref %}

### New Feature: Automated Templates

<figure><img src="/files/aOImwu5QG8oFidyrumWL" alt=""><figcaption><p>Blind voting in Poker Planning</p></figcaption></figure>

We have built new automated templates for Poker Planning, T-Shirt Estimation, and Sprint Planning. These use custom-built components to improve how you run these team sessions.

Preview the Automated Templates:

* [Poker Planning](https://ludi.co/TP/58246001-8cf7-4151-b5b4-7ba566da6a32)
* [Sprint Planning](https://ludi.co/TP/f8b6a198-9dfa-46b1-9e8e-2d2527119914)
* [T-shirt Estimation](https://ludi.co/TP/f379c26f-779e-4e01-acf1-1078b2dd1cc7)

{% hint style="info" %}
The old Poker Planning template that uses playing cards is deprecated. Use the new [Poker Planning](https://ludi.co/TP/58246001-8cf7-4151-b5b4-7ba566da6a32) template instead.
{% endhint %}

### Updated Admin Screens

<figure><img src="/files/XFDFqq6N2AP93njHcJ6Y" alt=""><figcaption><p>Admins can Manage the Teams, People, Boards, Security, and Billing.</p></figcaption></figure>

Admins and Owners now have better visibility and management over the boards, people, and teams in the Account. Go to your [Admin panel](https://ludi.co/manage) to see the updates.

***

### Changes to Plans & Billing

{% hint style="success" %}

#### Your plan & billing remains the same through the migration.

{% endhint %}

You will remain on your current plan and feature set. <mark style="background-color:green;">Your billing will not be affected.</mark>


---

# Agent Instructions: 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:

```
GET https://docs.ludi.co/plans/migrating-from-v2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
