diff --git a/guides/APIVersions.md b/guides/APIVersions.md
new file mode 100644
index 0000000000..60a72c46e5
--- /dev/null
+++ b/guides/APIVersions.md
@@ -0,0 +1,20 @@
+# API Versions
+
+As we update and expand our APIs, new versions are released. Here's what you need to know about versions:
+
+## Versioning by API
+
+New versions are released at the service level.
+For example, while the latest version of Wix Bookings' Bookings API might be v2, the latest version of Wix Bookings' Attendance API might be v1.
+
+## Continuing usability
+When a new version of an API is released, the earlier version is deprecated. It will remain available for approximately 6 months to give you time to move to the new version.
+Deprecated endpoints will include the following note in the docuementation:
+
+
+ Deprecation Notice
+
+ This endpoint has been replaced with New Endpoint and will be removed on December 31, 2023. If your app uses this endpoint, we recommend updating your code as soon as possible.
+
+
+They will also be added to the [End-of-life notices](https://dev.wix.com/docs/rest/articles/what-s-new/end-of-life-notices).
diff --git a/guides/DeveloperPreview.md b/guides/DeveloperPreview.md
new file mode 100644
index 0000000000..4e90ef1ceb
--- /dev/null
+++ b/guides/DeveloperPreview.md
@@ -0,0 +1,38 @@
+# Developer Preview
+
+Wix is always in active development, and we're constantly adding new APIs. We want to make sure that we're on the right track and building the functionality that you need.
+For this reason, we release all of our APIs in Developer Preview mode for user testing. This is a way for us to get feedback from you and improve our APIs before full release.
+
+APIs in Developer Preview mode include the following warning in their introductions:
+
+
+ Developer Preview
+
+ This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
+
+
+
+They also include this tag in the reference for each endpoint:
+
+Once these tags are removed, the API is fully released.
+
+Here is some important information to know about Developer Preview:
+
+### Breaking changes
+
+APIs in Developer Preview are still in development. This means that we may change them at any time, without notice.
+
+### Timeframe
+APIs are expected to stay in Developer Preview mode for approximately 6 months. After that they are fully released, and any breaking changes require a 6 month deprecation notice.
+
+### Feedback
+We would appreciate your feedback on the APIs in Developer Preview. Let us know about:
+
+* What you're using the API for.
+* Anything blocking you from using the API.
+* Additions and features you would find useful.
+
+Please [contact us](https://www.wix.com/support-chatbot?nodeId=25a57397-ccf7-4376-8b74-48d51edf7159&referral=devRels) with your feedback.
+
+### Bugs
+If you discover a bug in a Developer Preview API, please [contact us](https://www.wix.com/support-chatbot?nodeId=25a57397-ccf7-4376-8b74-48d51edf7159&referral=devRels) and let us know. We'll fix the bug as soon as possible.