diff --git a/docs/FAQ.md b/docs/FAQ.md new file mode 100644 index 00000000..e6a21e5a --- /dev/null +++ b/docs/FAQ.md @@ -0,0 +1,10 @@ +# FAQ + +**What is this repository for?** +This repository provides a simple Python starter example for interacting with the Kalshi API. + +**Who is this for?** +It is intended for developers who are new to Kalshi and want a minimal working example. + +**Is this production-ready code?** +No. This code is meant for learning and experimentation purposes only.