diff --git a/docs/guide_publish_cogs.rst b/docs/guide_publish_cogs.rst
index b509436a1..db5162ca7 100644
--- a/docs/guide_publish_cogs.rst
+++ b/docs/guide_publish_cogs.rst
@@ -86,3 +86,12 @@ Keys specific to the cog info.json (case sensitive)
.. warning::
Shared libraries are deprecated since version 3.2 and are marked for removal in the future.
+
+Adding to the Index
+-------------------
+
+Repositories that are correctly configured can be added to the `public index of cogs `_.
+
+To be added to the index, make a pull request to the `Red-Index repository `_ in the unapproved section. You can learn more about this process in the repository description.
+
+To be added to the approved repositories, first see `guide_cog_creators`.