# 15/03/2023: Major release

## 🎉 New

### Allow existing Toggle users to be linked to new accounts

Store owners can now add users to their account if they already exist on another Toggle account.

This is done through the **Team** interface:

<figure><img src="/files/s64NEgC8aJvPe0eL1ivY" alt=""><figcaption><p>A team member is added as normal</p></figcaption></figure>

<div align="center"><figure><img src="/files/FIFLGHd1I69oP4zJZzf0" alt=""><figcaption><p>If they already exist on the account, this modal will display</p></figcaption></figure></div>

<figure><img src="/files/5kgn4KHE9hZ5jtFzFyeD" alt=""><figcaption><p>After confirming, the new team member will display in a new `Pending Team Members` section on the Team page</p></figcaption></figure>

<figure><img src="/files/dnIxUFjUcIuVkbgwZmDg" alt=""><figcaption><p>The invited team member will receive an invitation email</p></figcaption></figure>

<figure><img src="/files/Wac8oFUNbq5bFoGt4BKL" alt=""><figcaption><p>After accepting the invite, the new user will be added to the new account</p></figcaption></figure>

`🧑‍💻 Adam`


---

# 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://changelog.usetoggle.com/march-2023/15-03-2023-major-release.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.
