diff --git a/README.md b/README.md
index b5bcc99..03985a6 100644
--- a/README.md
+++ b/README.md
@@ -150,6 +150,7 @@ Do you have ideas to improve the FEP Process? Post your suggestions to the issue
| [FEP-f06f: Object observers](./fep/f06f/fep-f06f.md) | `DRAFT` | [#503](https://codeberg.org/fediverse/fep/issues/503) | 2025-02-18 | - |
| [FEP-dd4b: Quote Posts](./fep/dd4b/fep-dd4b.md) | `DRAFT` | [#511](https://codeberg.org/fediverse/fep/issues/511) | 2025-02-21 | - |
| [FEP-c180: Problem Details for ActivityPub](./fep/c180/fep-c180.md) | `DRAFT` | [#531](https://codeberg.org/fediverse/fep/issues/531) | 2025-03-11 | - |
+| [FEP-2931: Representing context with a Collection](./fep/2931/fep-2931.md) | `DRAFT` | [#534](https://codeberg.org/fediverse/fep/issues/534) | 2025-03-22 | - |
## License
diff --git a/fep/2931/fep-2931.md b/fep/2931/fep-2931.md
index 8b04218..b8a51d7 100644
--- a/fep/2931/fep-2931.md
+++ b/fep/2931/fep-2931.md
@@ -2,10 +2,11 @@
slug: "2931"
authors: a
status: DRAFT
-dateReceived: 2025-03-22
discussionsTo: https://socialhub.activitypub.rocks/t/fep-2931-representing-context-with-a-collection/5154
relatedFeps: FEP-7888
type: implementation
+dateReceived: 2025-03-22
+trackingIssue: https://codeberg.org/fediverse/fep/issues/534
---
# FEP-2931: Representing context with a Collection
diff --git a/index.json b/index.json
index 2ff406a..fd559c7 100644
--- a/index.json
+++ b/index.json
@@ -870,5 +870,16 @@
"dateReceived": "2025-03-11",
"trackingIssue": "https://codeberg.org/fediverse/fep/issues/531",
"title": "Problem Details for ActivityPub"
+ },
+ {
+ "slug": "2931",
+ "authors": "a ",
+ "status": "DRAFT",
+ "discussionsTo": "https://socialhub.activitypub.rocks/t/fep-2931-representing-context-with-a-collection/5154",
+ "relatedFeps": "FEP-7888",
+ "type": "implementation",
+ "dateReceived": "2025-03-22",
+ "trackingIssue": "https://codeberg.org/fediverse/fep/issues/534",
+ "title": "Representing context with a Collection"
}
]
\ No newline at end of file