diff --git a/docs/advanced/event-filters.mdx b/docs/advanced/event-filters.mdx
new file mode 100644
index 0000000..e97a01f
--- /dev/null
+++ b/docs/advanced/event-filters.mdx
@@ -0,0 +1,29 @@
+---
+title: "Event Filters"
+---
+
+The Flare event feeds allow for searching and filtering using a `type` parameter that defines which
+events types should be included in the response.
+
+Flare API endpoints accept either **Base Types** or **Categories** as values.
+
+| Filter | Description |
+| ------ | ----------- |
+| Base Type | Enables a single event type. |
+| Category | Enables a group of base types. |
+
+## Categories
+
+Base Types are divided into categories that correspond to the categories in the Flare platform.
+
+| Category | Contained Types |
+| -------- | --------------- |
+| illicit_networks | forum_content
blog_content
profile
chat_message
ransomleak
infected_devices
financial_data |
+| open_web | paste
social_media
source_code
google
service
buckets |
+| buckets | bucket
bucket_object
+| source_code | stack_exchange
source_code_files
source_code_secret |
+| leaks | leak |
+| domains | domain |
+| forum_content | forum_post
forum_topic |
+| profile | forum_profile
seller |
+| infected_devices | bot
stealer_log |
diff --git a/docs/mint.json b/docs/mint.json
index 4f640e4..5693cf1 100644
--- a/docs/mint.json
+++ b/docs/mint.json
@@ -93,6 +93,12 @@
"concepts/paging"
]
},
+ {
+ "group": "Advanced",
+ "pages": [
+ "advanced/event-filters"
+ ]
+ },
{
"group": "Guides (more coming soon)",
"pages": [