diff --git a/README.md b/README.md
index fcdba5a..c97bfa6 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ If you are looking for the SendGrid API client library, please see [this repo](h
 * [Installation](#installation)
 * [Quick Start](#quick-start)
 * [Library Usage Documentation](USAGE.md)
+* [Use Cases](#use-cases)
 * [Roadmap](#roadmap)
 * [How to Contribute](#contribute)
 * [Thanks](#thanks)
@@ -85,6 +86,12 @@ Console.WriteLine(response.StatusCode);
 Console.WriteLine(response.Body.ReadAsStringAsync().Result);
 Console.WriteLine(response.Headers.ToString());
 ```
+
+
+# Use Cases
+
+You can find a selection of use cases for this library in our [Use Cases](/UseCases/README.md) directory.
+
 
 # Roadmap
 
diff --git a/UseCases/README.md b/UseCases/README.md
new file mode 100644
index 0000000..1d2be95
--- /dev/null
+++ b/UseCases/README.md
@@ -0,0 +1,3 @@
+# Use Cases
+
+This directory provides examples for specific use cases of this library. Please [open an issue](https://github.com/sendgrid/csharp-http-client/issues) or make a pull request for any use cases you would like us to document here. Thank you!
\ No newline at end of file