diff --git a/docs/appkit/features/siwx/default.mdx b/docs/appkit/features/siwx/default.mdx
index 90f257ad..1d440074 100644
--- a/docs/appkit/features/siwx/default.mdx
+++ b/docs/appkit/features/siwx/default.mdx
@@ -1,7 +1,7 @@
---
-title: SIWX
+title: Authentication (SIWX)
---
import SiwxIndex from '../../shared/siwx/index.mdx'
-
\ No newline at end of file
+
diff --git a/docs/appkit/shared/siwx/index.mdx b/docs/appkit/shared/siwx/index.mdx
index 2167d4be..272b2ce2 100644
--- a/docs/appkit/shared/siwx/index.mdx
+++ b/docs/appkit/shared/siwx/index.mdx
@@ -1,3 +1,5 @@
+import Button from '../../../components/button/index.js'
+
## Introduction
The **Sign In With X** feature enables decentralized applications (Dapps) to authenticate users seamlessly across multiple blockchain networks, such as Ethereum, Polygon or Solana. This feature allows developers using our SDK to implement authentication by having users sign a unique string message with their blockchain wallets. The **Sign In With X** feature is designed in accordance with the [CAIP-122](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-122.md) standard, which establishes a chain-agnostic framework for blockchain-based authentication and authorization on off-chain services.
@@ -5,6 +7,9 @@ The **Sign In With X** feature enables decentralized applications (Dapps) to aut
+
+
+
## Getting Started
**SIWX** works as a plugin system for AppKit and you are going to add the plugin in the AppKit configuration. There are some ways to implement the **SIWX** feature:
diff --git a/sidebars.js b/sidebars.js
index 2bd55cd6..209924bf 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -248,7 +248,7 @@ module.exports = {
},
{
type: 'doc',
- label: 'SIWX',
+ label: 'Authentication (SIWX)',
id: 'appkit/features/siwx/default'
},
{ type: 'doc', label: 'Sponsored Transactions', id:'appkit/features/sponsored-transactions'}