diff --git a/docs/documentation/platform/access-controls/project-access-requests.mdx b/docs/documentation/platform/access-controls/project-access-requests.mdx
new file mode 100644
index 000000000..4d124f1f9
--- /dev/null
+++ b/docs/documentation/platform/access-controls/project-access-requests.mdx
@@ -0,0 +1,38 @@
+---
+title: "Project Access Requests"
+description: "Learn how to request access to projects in Infisical."
+---
+
+The Project Access Request feature allows users to view all projects within organization, including those they don't currently have access to.
+Users can request access to these projects by submitting a request that automatically notifies project administrators via email, along with any comments provided by the user.
+
+# Viewing Available Projects
+
+From the Infisical dashboard, users can view all projects within the organization:
+
+From the Infisical dashboard, users can view all projects within the organization:
+
+1. Navigate to the main dashboard after logging in
+2. The overview page for each product displays two tabs:
+
+ - **My Projects**: Projects you currently have access to
+ - **All Projects**: Complete list of projects in the organization
+
+
+
+# Requesting Access to a Project
+
+To request access to a project you don't currently have access for:
+
+1. Click the **Request Access** button next to the project name
+ 
+
+2. Add a comment explaining why you need access
+ 
+
+3. Click **Submit Request**
+
+
+ Project administrators will receive email notification with details regarding
+ the access request.
+
diff --git a/docs/documentation/platform/admin-panel/org-admin-console.mdx b/docs/documentation/platform/admin-panel/org-admin-console.mdx
index 39d7819a4..08a327268 100644
--- a/docs/documentation/platform/admin-panel/org-admin-console.mdx
+++ b/docs/documentation/platform/admin-panel/org-admin-console.mdx
@@ -4,13 +4,13 @@ description: "View and manage resources across your organization"
---
- The Organization Admin Console can only be accessed by organization members with admin status.
+ The Organization Admin Console can only be accessed by organization members
+ with admin status.
-
## Accessing the Organization Admin Console
-On the sidebar, tap on your initials to access the settings dropdown and press the **Organization Admin Console** option.
+On the sidebar, hover over **Admin** to access the settings dropdown and press the **Organization Admin Console** option.

@@ -20,12 +20,9 @@ The Projects tab lists all the projects within your organization, including thos

-
### Accessing a Project in Your Organization
You can access a project that you are not a member of by tapping on the options menu of the project row and pressing the **Access** button.
Doing so will grant you admin permissions for the selected project and add you as a member.

-
-
diff --git a/docs/documentation/platform/admin-panel/server-admin.mdx b/docs/documentation/platform/admin-panel/server-admin.mdx
index aa604e2a5..198e5c37c 100644
--- a/docs/documentation/platform/admin-panel/server-admin.mdx
+++ b/docs/documentation/platform/admin-panel/server-admin.mdx
@@ -13,7 +13,7 @@ customize settings and manage users for their entire Infisical instance.
## Accessing the Server Admin Console
-On the sidebar, tap on your initials to access the settings dropdown and press the **Server Admin Console** option.
+On the sidebar, hover over **Admin** to access the settings dropdown and press the **Server Admin Console** option.

diff --git a/docs/documentation/platform/project.mdx b/docs/documentation/platform/project.mdx
index bd80d8ae5..dcf447169 100644
--- a/docs/documentation/platform/project.mdx
+++ b/docs/documentation/platform/project.mdx
@@ -3,19 +3,21 @@ title: "Projects"
description: "Learn more and understand the concept of Infisical projects."
---
-A project in Infisical belongs to an [organization](./organization) and contains a number of environments, folders, and secrets.
-Only users and machine identities who belong to a project can access resources inside of it according to predefined permissions.
+A project in Infisical belongs to an [organization](./organization) and contains a number of environments, folders, and secrets.
+Only users and machine identities who belong to a project can access resources inside of it according to predefined permissions.
+
+Infisical also allows users to request project access. Refer to the [project access request section](./access-controls/project-access-requests)
## Project environments
-For both visual and organizational structure, Infisical allows splitting up secrets into environments (e.g., development, staging, production). In project settings, such environments can be
-customized depending on the intended use case.
+For both visual and organizational structure, Infisical allows splitting up secrets into environments (e.g., development, staging, production). In project settings, such environments can be
+customized depending on the intended use case.

## Secrets Overview
-The **Secrets Overview** page captures a birds-eye-view of secrets and [folders](./folder) across environments.
+The **Secrets Overview** page captures a birds-eye-view of secrets and [folders](./folder) across environments.
This is useful for comparing secrets, identifying if anything is missing, and making quick changes.

@@ -98,7 +100,7 @@ Then:
- If users B and C fetch the secret D back, they both get the value E.
- Please keep in mind that secret reminders won't work with personal overrides.
+ Please keep in mind that secret reminders won't work with personal overrides.

@@ -112,4 +114,3 @@ To view the full details of each secret, you can hover over it and press on the
This opens up a side-drawer:

-
diff --git a/docs/images/platform/admin-panels/access-org-admin-console.png b/docs/images/platform/admin-panels/access-org-admin-console.png
index 057c82944..8d291d449 100644
Binary files a/docs/images/platform/admin-panels/access-org-admin-console.png and b/docs/images/platform/admin-panels/access-org-admin-console.png differ
diff --git a/docs/images/platform/admin-panels/access-server-admin-panel.png b/docs/images/platform/admin-panels/access-server-admin-panel.png
index a27735de0..706ba0814 100644
Binary files a/docs/images/platform/admin-panels/access-server-admin-panel.png and b/docs/images/platform/admin-panels/access-server-admin-panel.png differ
diff --git a/docs/images/platform/project-access-requests/access-comment.png b/docs/images/platform/project-access-requests/access-comment.png
new file mode 100644
index 000000000..a4bf45d6c
Binary files /dev/null and b/docs/images/platform/project-access-requests/access-comment.png differ
diff --git a/docs/images/platform/project-access-requests/all-project-view.png b/docs/images/platform/project-access-requests/all-project-view.png
new file mode 100644
index 000000000..71fb4199d
Binary files /dev/null and b/docs/images/platform/project-access-requests/all-project-view.png differ
diff --git a/docs/images/platform/project-access-requests/request-access.png b/docs/images/platform/project-access-requests/request-access.png
new file mode 100644
index 000000000..70ad179db
Binary files /dev/null and b/docs/images/platform/project-access-requests/request-access.png differ
diff --git a/docs/mint.json b/docs/mint.json
index 478db0276..ad8e0403e 100644
--- a/docs/mint.json
+++ b/docs/mint.json
@@ -161,6 +161,7 @@
"documentation/platform/access-controls/additional-privileges",
"documentation/platform/access-controls/temporary-access",
"documentation/platform/access-controls/access-requests",
+ "documentation/platform/access-controls/project-access-requests",
"documentation/platform/pr-workflows",
"documentation/platform/groups"
]
@@ -210,7 +211,10 @@
},
{
"group": "Gateway",
- "pages": ["documentation/platform/gateways/overview", "documentation/platform/gateways/gateway-security"]
+ "pages": [
+ "documentation/platform/gateways/overview",
+ "documentation/platform/gateways/gateway-security"
+ ]
},
"documentation/platform/project-templates",
{