> For the complete documentation index, see [llms.txt](https://docs.rayon.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rayon.design/other-resources/product-updates/may-26-product-updates.md).

# May '26 Product Updates

{% hint style="info" %}
We took some time in May's to add some much needed quality-of-life features: new project manager logic, copy/paste from spreasheets, page auto-ordering, etc.
{% endhint %}

**List of May's features...**

* New project manager
* Copy & paste to and from spreadsheets
* Page auto-ordering
* DWG layouts import/export

For a more in-depth look at Rayon's features → check our [documentation](https://docs.rayon.design/documentation/rayon-documentation).

***

### New project manager

Our project manager has been reworked this month, to introduce a clearer notion of Team, while we sunset the concept of organization. Moving forward, team and personal settings can be found in the context menu of the project manager. \
More about teams in our [documentation](/documentation/team-management-and-billing/teams.md).

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

### Copy & paste to and from spreadsheets

A nice new addition of this month is the ability to copy and paste to and from a streadsheet, into Rayon. A couple of cells pasted from Excel will be translated as a ready-made table, on canvas.\
More about the tables bar in our [documentation](/documentation/layout-and-present/tables.md).

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

### Page auto-ordering

Moving forward, pages will be ordered based on their on-canvas position. This option will allow you to have a more transparent ordering of pages, while being able to opt-out of this option if need be.\
More about pages in our [documentation](/documentation/layout-and-present/pages.md).

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

### DWG layouts import/export

DWG has been improved a lot this month. From now on, DWG layout spaces can be imported in Rayon, and paper canvases can be exported as DWG layouts.

More about import/export in our [documentation](/documentation/import-export/dwg-dxf-import.md).

***

### We are always available

Book a demo with our team, [right here](https://b1kzip68v9f.typeform.com/to/Hgr0eQ4k#source=docs).\
To get some support, reach out to us through our **in-app support chat**. \
More about [our support policy right here](/other-resources/others/support-policy.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rayon.design/other-resources/product-updates/may-26-product-updates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
