diff --git a/features/Policy-export.png b/features/Policy-export.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b2202abf2d16fed4989a6c3337984337e238248
Binary files /dev/null and b/features/Policy-export.png differ
diff --git a/features/policyExport.feature b/features/policyExport.feature
new file mode 100644
index 0000000000000000000000000000000000000000..c204fffe6178fffbae17ae1b423b8ffc4336c39a
--- /dev/null
+++ b/features/policyExport.feature
@@ -0,0 +1,10 @@
+As user of an external system
+I want to have an exported result of the policy in JSON-LD format
+So I am able to verify the result of policy evaluation
+
+Scenario: Export of the policy evaluation result
+Given policy configured for being evaluated for export
+When I evaluate the policy
+Then I get a successful response
+And the response is in a JSON-LD format
+And the response contains proof section signed by TSA
\ No newline at end of file