From a6b4b75803bc2f11017b42d89c0a43f7de444fd4 Mon Sep 17 00:00:00 2001 From: supercarefor Date: Fri, 2 Jan 2026 19:44:57 +0100 Subject: [PATCH] Add beginner FAQ Adds a short FAQ to help new users understand the purpose of the repository --- docs/FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/FAQ.md 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.