diff --git a/src/content/inflection/ablative-notes.txt b/src/content/inflection/ablative-notes.txt
new file mode 100644
index 0000000..67f5d49
--- /dev/null
+++ b/src/content/inflection/ablative-notes.txt
@@ -0,0 +1,24 @@
+For the sandwich with just on the front, mayonnaise is _required_. It is _optional_ for sandwiches with an ending part.
+
+
+ {[
+ {
+ p: "له ...",
+ f: "la ...",
+ e: "from / than",
+ sub: Required,
+ },
+ {
+ p: "له ... نه",
+ f: "la ... na",
+ e: "from / than",
+ sub: Optional,
+ },
+ {
+ p: "له ... څخه",
+ f: "la ... tsúkha",
+ e: "from / than",
+ sub: Optional,
+ },
+ ]}
+
\ No newline at end of file
diff --git a/src/content/inflection/ablative.mdx b/src/content/inflection/ablative.mdx
index f0bccc2..8b29457 100644
--- a/src/content/inflection/ablative.mdx
+++ b/src/content/inflection/ablative.mdx
@@ -21,13 +21,17 @@ In the earlier chapters we learned that words inside
{[
{ p: "له ...", f: "la ...", e: "from / than" },
{ p: "له ... نه", f: "la ... na", e: "from / than" },
{ p: "له ... څخه", f: "la ... tsúkha", e: "from / than" },
+ { p: "بې له ...", f: "be la ...", e: "without" },
+ { p: "له ... پرته", f: "la ... prata", e: "without" },
+ { p: "تر ...", f: "tur ...", e: "until / up to" },
+ { p: "تر ... پورې", f: "tur ... pore", e: "until / up to" },
]}