diff --git a/src/screens/Documentation/Documentation.tsx b/src/screens/Documentation/Documentation.tsx
index df27b0e..86854c6 100644
--- a/src/screens/Documentation/Documentation.tsx
+++ b/src/screens/Documentation/Documentation.tsx
@@ -57,13 +57,12 @@ const Documentation: React.FC = () => {
We provide a simple API to access the Advanced Reasoning Benchmark (ARB). The API currently supports standard HTTP GET requests.
-
-
+ {/*
API Calls
We have three different types of API calls for retrieving problems. See here and select ARB API server as the mock server to see what the outputs look like.
-
+ */}
Get problem by category:
@@ -196,6 +195,10 @@ const Documentation: React.FC = () => {
Get problem by category variation (e.g. img vs val)
+
+ For physics and MCAT Science, you can specify whether you want the problems with or without images.
+
+
https://advanced-reasoning-benchmark.netlify.app/api/lib/{"{category}"}/{"{variation}"}