# Deprecation notices

This section lists features that have been **deprecated or removed** in version **5.0.23.01**.\
Developers are advised to review the deprecation details and apply the recommended migration paths to ensure continued compatibility with future releases.

***

### Deprecated Features

The following features have been marked as **deprecated** starting from version **5.0.23.01**.

> Deprecated features may continue to work in the current version but are **not recommended for new development** and may be removed in a future release.

| Product       | Deprecated Feature | Recommended Migration                         |
| ------------- | ------------------ | --------------------------------------------- |
| Page Designer | Share Page         | Use **UI Kit** for page sharing functionality |

***

### Migration Guidance

For applications currently using the **Share Page** feature in Page Designer:

* Migrate page sharing functionality to **UI Kit**
* Refactor existing implementations to align with UI Kit components
* Avoid introducing new dependencies on deprecated features

Following the recommended migration ensures better maintainability and alignment with the platform’s long‑term roadmap.

***

### Summary

* The **Share Page** feature in Page Designer is deprecated as of **v5.0.23.01**
* UI Kit is the recommended alternative for page sharing
* Deprecated features may be removed in future versions

Developers should plan migrations early to avoid potential breaking changes in upcoming releases.


---

# 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.onewebstack.com/oneweb-platform-th/release-notes/deprecation-notices.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.
