diff --git a/images/architecture/lifecycle-of-a-request/request-lifecycle.webp b/images/architecture/lifecycle-of-a-request/request-lifecycle.webp
new file mode 100644
index 0000000..53176d5
Binary files /dev/null and b/images/architecture/lifecycle-of-a-request/request-lifecycle.webp differ
diff --git a/resources/lifecycle-of-a-request.mdx b/resources/lifecycle-of-a-request.mdx
index 92f1c03..c34c9ea 100644
--- a/resources/lifecycle-of-a-request.mdx
+++ b/resources/lifecycle-of-a-request.mdx
@@ -3,13 +3,9 @@ title: "Lifecycle of a Request"
description: "The typical lifecycle of a request is as follows:"
---
-
-**AI-Generated Content** – This page was generated with AI assistance and may contain inaccuracies. While likely close to accurate, please verify critical details with the [stable documentation](https://docs.request.network) or [contact support](https://github.com/orgs/RequestNetwork/discussions).
-
-
-
-
-
+
+
+
## Create a request
@@ -44,4 +40,4 @@ The exception is when paying a "declarative" request, in which case, data *is* w
The request balance is calculated by adding up all the on-chain payment events with the same paymentReference. Partial payments are possible.
-All of these steps are facilitated by the Request Network JavaScript SDK such that the developer needs only make a few function calls. See the [Quickstart](https://docs.request.network/advanced/request-network-sdk/get-started/quickstart-browser) to learn more.
\ No newline at end of file
+All of these steps are facilitated by the Request Network JavaScript SDK such that the developer needs only make a few function calls. See [SDK (Legacy)](/sdk-legacy/overview) to learn more.