diff --git a/docs/docs/faq.mdx b/docs/docs/faq.mdx
new file mode 100644
index 0000000..d61f8ff
--- /dev/null
+++ b/docs/docs/faq.mdx
@@ -0,0 +1,82 @@
+---
+id: faq
+title: FAQ
+description: 'Find answers to the most common questions about React Refocus. Learn about installation, usage, features, troubleshooting, and more in our comprehensive FAQ section.'
+keywords:
+- react-refocus
+- react refocus
+- react refocus faq
+- react refocus frequently asked questions
+- troubleshooting react refocus
+- react refocus support
+---
+
+import StructuredData from '@site/src/components/StructuredData';
+
+
+
+# FAQ
+
+
+ What is React Refocus?
+
React Refocus is a comprehensive React library that provides a set of hooks and components for managing focus states, improving accessibility, and enhancing user navigation within React applications.
+
+
+
+ How do I install React Refocus?
+
+ You can install the library using npm or yarn:
+
+ npm install react-refocus
+
+
+ yarn add react-refocus
+
+
+
+
+
+ Is React Refocus compatible with both JavaScript and TypeScript?
+
Yes, React Refocus is written in TypeScript and provides type definitions, making it compatible with both JavaScript and TypeScript projects.
+
+
+
+ How do I contribute to React Refocus?
+
Contributions are welcome! Please refer to the contribution guidelines in the repository for more details on how to get started.
+
+
+
+ How do I report a bug or request a feature?
+
You can report bugs or request features by opening an issue on our GitHub repository.