diff --git a/src/overview/openalex.rst b/src/overview/openalex.rst
index 6fa0907..4672031 100644
--- a/src/overview/openalex.rst
+++ b/src/overview/openalex.rst
@@ -8,7 +8,7 @@ Brief Overview
The OpenAlex API is an open catalog of the global research system created by the nonprofit OurResearch [#oa1]_ . An API key is not required for this API, but providing your email in requests will provide faster and more consistent response times. Users are required to follow the rate limits of 100000 requests per user per day and 10 requests per second.
-See the OpenAlex API documentation [#oa2]_ for more information on accessing the API. Note that the data in the API is licensed under the Creative Commons CC0 license [#oa3]_ , designating it as part of the public domain.
+See the OpenAlex API documentation [#oa2]_ for more information on accessing the API. Note that the data in the API is licensed under the Creative Commons CC0 license [#oa3]_ , designating it as part of the public domain. See the OpenAlex Terms of Service [#oa4]_ for more information on how you can use this API.
.. rubric:: References
@@ -18,3 +18,4 @@ See the OpenAlex API documentation [#oa2]_ for more information on accessing the
.. [#oa3] ``_
+.. [#oa4] ``_
diff --git a/src/python/openalex.ipynb b/src/python/openalex.ipynb
index 2bc858e..2218f5a 100644
--- a/src/python/openalex.ipynb
+++ b/src/python/openalex.ipynb
@@ -10,6 +10,8 @@
"\n",
"**OpenAlex API Documentation:** https://docs.openalex.org/\n",
"\n",
+ "**OpenAlex Terms of Use:** https://openalex.org/OpenAlex_termsofservice.pdf\n",
+ "\n",
"**OpenAlex API License:** https://docs.openalex.org/additional-help/faq#how-is-openalex-licensed\n",
"\n",
"The OpenAlex API is licensed under the Creative Commons' [CC0 license](https://creativecommons.org/publicdomain/zero/1.0/), designating its data as part of the public domain.\n",