7. What's next
You've seen the whole quick start: defining rules, constraining data, versioning with effective dates, composing specs, and querying them over HTTP. That covers most of what you'll do day to day with Lemma.
Create your first repository
If you haven't already, create an account on LemmaBase and start a repository. The editor is the same one you've been using in this guide.
Language reference
The reference documentation covers the full Lemma language: every keyword, type, constraint, and operator. Use it when you need the exact syntax for something.
Questions and issues
Found a bug or have a question? Open an issue on GitHub. If Lemma has been useful to you, a star on the repo helps others find it.
Using Lemma with LLMs
If you're building an AI agent that needs to consult Lemma specs, there's a machine-readable
summary of the language at lemmabase.com/llms.txt. Point
your model at it to give it the context it needs to generate valid Lemma code.