-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticles.json
960 lines (960 loc) · 175 KB
/
articles.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
{
"count": 399,
"next_page": "https://support.reddithelp.com/api/v2/help_center/en-us/articles.json?page=2&per_page=30",
"page": 1,
"page_count": 14,
"per_page": 30,
"previous_page": null,
"articles": [
{
"id": 34435967815188,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/34435967815188.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/34435967815188-Changelog-February-3-2025",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 2,
"vote_count": 2,
"section_id": 27664826932116,
"created_at": "2025-01-31T22:42:23Z",
"updated_at": "2025-02-03T18:00:00Z",
"name": "Changelog - February 3, 2025",
"title": "Changelog - February 3, 2025",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2025-02-03T18:00:00Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"changelog"
],
"body": "<h2 id=\"h_01JJZ80HE24Q98KWD5ZYGY23MH\">Restricting post/comment editing for banned redditors</h2>\n<h3 id=\"h_01JJZ80PM1A15687WHH3HHVXJK\">What’s changing? </h3>\n<p>We’re rolling out an update that restricts post or comment editing for banned (temporary or permanent) redditors. If a redditor is temporarily banned from Reddit, they’ll be able to edit their posts or comments once their account is no longer banned. </p>\n<p>Redditors will still be able to delete their content while in a banned state. </p>\n<h3 id=\"h_01JJZ80XX9KWX0RN7TRPZ172CS\">When is this change happening? </h3>\n<p>This change is rolling out over the next several weeks and may not apply to all banned redditors at this time. <a href=\"https://support.reddithelp.com/hc/articles/360045734511-My-account-was-banned-for-violating-Reddit-s-rules\" target=\"_blank\" rel=\"noopener noreferrer\">Learn more about what happens to an account when it’s banned</a>. <br><br></p>\n<hr>\n<h2 id=\"h_01JJZ814BCX6BXNZ3WXJS2TYPD\"><span style=\"color: #1c1c1c; background-color: #ffffff;\"><br>Community Status is now available on iOS and Android. </span></h2>\n<h3 id=\"01JJZ81EA4DCN13P5E8XZ883Q1\">What’s changing? </h3>\n<p>Community Status is available through the mobile app! Mods can now display and update their community’s status seamlessly, whether on desktop or mobile. Stay connected with your members, no matter where you are. Please note - if you’d like to add a custom emoji you’ll still need to do that on desktop.</p>\n<h3 id=\"h_01JJZ81K15KPYVZVV0QQFNSV3Q\">When is this change happening?</h3>\n<p>This is currently available on our native mobile apps. <a href=\"https://support.reddithelp.com/hc/articles/26412659215636-Community-Status\" target=\"_blank\" rel=\"noopener noreferrer\">Learn more</a>.<br><br></p>\n<hr>\n<h2 id=\"h_01JJZ82A305K9CY5GWCA8MYD90\">\n<br>Preview Links in Reddit Chat</h2>\n<h3 id=\"h_01JJZ82N9218SKPM6XBRD44VAS\">What’s changing?</h3>\n<p>Internal and external links shared in Reddit Chat now automatically display a preview of that link. </p>\n<h3 id=\"h_01JJZ82SMH0GRJHFBCH48RR6X9\">When is this change happening?</h3>\n<p>External and internal link previews are rolled out to 100% redditors on all platforms. <br><br></p>\n<hr>\n<h2 id=\"h_01JJZ8327MJHK6F5525WXQWJD0\">\n<br>Reddit Chat is coming to mobile web </h2>\n<h3 id=\"h_01JJZ838YQQ7X31CG0T6XG61PA\">What’s changing?</h3>\n<p>Redditors who use mobile web will now be able to access Reddit Chat via chat.reddit.com from their preferred mobile web browser. This includes access to private direct chats, private group chats, and public Community Chat Channels. Currently Reddit Chat for mobile web is only available via chat.reddit.com.</p>\n<h3 id=\"h_01JJZ83EBJ5FXHBDR5KT39M8WW\">When is this change happening?</h3>\n<p>Reddit Chat on mobile web currently available to 25% of redditors. <br><br></p>\n<hr>\n<h2 id=\"h_01JJZ83P60Q67VRES70XEA3AK3\">\n<br>The % upvote analytics feature in Insights was removed and then returned</h2>\n<h3 id=\"h_01JJZ83WTRJWK3V7PCNNPMSTMM\">What’s changing?</h3>\n<p>The % upvote analytics feature in Insights was removed for some people. That was an experiment. After receiving feedback from redditors, this feature was added back in.</p>\n<h3 id=\"h_01JJZ84JCR3MT837H400YZ7JXJ\">When is this change happening?</h3>\n<p>January 30, 2025. <br><br></p>\n<hr>\n<h2 id=\"h_01JJZ852Q561D0M72EVVB1G4TG\">\n<br>A new mental health module for redditors posting self-injury content </h2>\n<h3 id=\"h_01JJZ85B3X1T2WY17K2FBPSK9Z\">What’s changing?</h3>\n<p id=\"h_01JJZ85RTY2NX8G9D8NPMY1YKT\">Redditors will now be prompted with a module that contains Reddit Cares resources when posting self-injury content. Through this, Reddit is providing timely and appropriate resources to redditors in distress, improving Redditor’s safety on the platform. We’ve worked to ensure that redditors visiting support or sensitive communities will not be prompted with this.</p>\n<h3 id=\"h_01JJZ863EREZFFNYYHXMH4NEMJ\">When is this change happening?</h3>\n<p>Roll out will start on February 3, 2025 to redditors on Android.<br><br></p>\n<hr>\n<h2 id=\"h_01JJZ86QG23T8JH7P4MV1MNC6E\">\n<br>Video posts should now work on mobile web on iOS devices</h2>\n<h3 id=\"h_01JJZ86MQKAMF26ZRA27PFS9CP\">What’s changing?</h3>\n<p>Redditors who use mobile web to post on iOS devices will now be able to post videos. This functionality had previously been disabled, and we’re excited to announce that it has been added for communities that allow video post! </p>\n<h3 id=\"h_01JJZ8708B1K7Y3TQ46GKJRV55\">When is this change happening?</h3>\n<p>Rolled out to 100% of redditors on iOS. </p>\n<p> </p>",
"user_segment_ids": []
},
{
"id": 33138657015188,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/33138657015188.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/33138657015188-Changelog-December-18-2024",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 0,
"vote_count": 12,
"section_id": 27664826932116,
"created_at": "2024-12-17T21:49:41Z",
"updated_at": "2024-12-18T18:00:01Z",
"name": "Changelog - December 18, 2024",
"title": "Changelog - December 18, 2024",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-12-18T18:00:01Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"changelog"
],
"body": "<h2 id=\"h_01JFB98013HJJM8842VTHF8PR0\">Free awards will expire on December 31, 2024</h2>\n<h3 id=\"h_01JFB98CX8T0V8VS3X14TBTCHZ\">What’s changing? </h3>\n<p>For redditors who received free awards, those awards will expire on December 31, 2024. </p>\n<p>Although Reddit Coins are gone, redditors who previously had coin balances as of July 13, 2023 received a number of free awards to give out depending on how many coins they had. Past coins balance holders will see these awards automatically in their account. </p>\n<p>These free awards help reward and highlight content you appreciate. </p>\n<p>You’ll see them in the awards picker when you go to award a piece of content. They'll be labeled as free and are the first ones you’ll see on the awarding pop up. Please note, if you’re trying to give an award through our desktop site, you’ll need to use our most recent and updated web platform. They won’t be available through old Reddit. </p>\n<p><a href=\"https://support.reddithelp.com/hc/articles/26465598697876-What-are-awards-and-how-do-I-use-them\" target=\"_blank\" rel=\"noopener noreferrer\">Learn more about awards and how to use them</a>.</p>\n<h3 id=\"h_01JFB98MM3E0MZX8WJFFSFHDDC\">When is this change happening? </h3>\n<p>These free awards will expire on December 31, 2024 at 11:59pm PT.<br><br></p>\n<hr>\n<h2 id=\"h_01JFB98YR393RF2WKEPQAQTSH0\">\n<br>Criteria Modal fixes</h2>\n<h3 id=\"h_01JFB99BWX6J9PW2PP33NP8FZK\">What’s changing? </h3>\n<p>We recently began rolling out a new <a href=\"https://www.reddit.com/r/modnews/comments/1gqowid/streamlining_moderation_enhanced_safety_features/\" target=\"_blank\" rel=\"noopener noreferrer\">criteria modal</a> for redditors who don’t meet specific posting criteria (like karma or account age) within a community. This page explains the rules in plain terms and points redditors to communities where they meet the requirements, keeping them active and engaged.</p>\n<p>We received reports of bugs related to the modal, including the modal triggering for redditors where it should not be. These have been fixed and we've begun re-experimenting with this feature. </p>\n<h3 id=\"h_01JFB99FJXB80EFDP2JDS1N6MQ\">When is this change happening? </h3>\n<p>Week of December 9.<br><br></p>\n<hr>\n<h2 id=\"h_01JFB9988435WNVNYC4FMHC5FS\">\n<br>Updating content shown in feeds when recommendations are disabled</h2>\n<h3 id=\"h_01JFB99R8QQ7E94D5WGPD82M24\">What’s changing? </h3>\n<p>Home feed with recommendations disabled will now show posts created up to five days ago. This update brings content recency to parity across home feed experiences on Reddit. </p>\n<h3 id=\"h_01JFB99Z2X627TA0Z03GJ8NN5F\">When is this change happening? </h3>\n<p>This change began rolling out on December 9. <br><br></p>\n<hr>\n<h2 id=\"h_01JFB9AC294RYQBS01KTAJ0ZR8\">\n<br>new.reddit.com desktop experience for moderators has been sunsetted</h2>\n<h3 id=\"h_01JFB9AJF9T4WT512XNVY1A2AS\">What’s changing? </h3>\n<p>December 11, 2024, marked the official end of the road for the new.reddit desktop experience for mods. Since then, new.reddit moderation pages have redirected to the latest desktop experience. As previously mentioned, there will be no changes to old.reddit.</p>\n<p>Additional things to note: </p>\n<ul>\n<li>The ability to create poll posts will be temporarily disabled soon while we work on building this feature on the new platform. In the meantime, you can create poll posts on the Reddit iOS and Android app.</li>\n<li>We’ve been reading your comments and posts and are aware of the existing bugs and feature gaps you’ve flagged. If you discover more, please continue to report them in r/modsupport and/or r/bugs to ensure transparency and to keep a record for future reference. </li>\n</ul>\n<h3 id=\"01JFB9GEBSZJWW3RFAE9N04EBB\">When is this change happening? </h3>\n<p>December 11, 2024</p>",
"user_segment_ids": []
},
{
"id": 33130017990420,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/33130017990420.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/33130017990420-Information-for-users-in-California",
"author_id": 423279350891,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 0,
"vote_count": 0,
"section_id": 360009396432,
"created_at": "2024-12-17T17:44:17Z",
"updated_at": "2025-02-02T12:37:31Z",
"name": "Information for users in California",
"title": "Information for users in California",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2025-01-13T20:00:22Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [],
"body": "<p><strong>California Child Sexual Abuse Content</strong></p>\n<p><span style=\"background-color: #ffffff;\">If you are a California resident and you believe you are depicted in child sexual abuse content on Reddit, please use <a href=\"https://support.reddithelp.com/hc/en-us/requests/new?ticket_form_id=32959838978452\">this form </a></span><span style=\"background-color: #ffffff;\"></span><span style=\"background-color: #ffffff;\">to report the content</span><span style=\"color: #222222;\">. </span></p>\n<p><span style=\"background-color: #ffffff;\">This form should only be used by California residents who (1) are depicted in the content at issue and (2) were under the age of 18 at the time of the content’s creation. If you are reporting more than one piece of content, please submit a separate report for each piece of content.</span></p>\n<p><span style=\"background-color: #ffffff;\">If you want to report a potential </span><span style=\"background-color: #ffffff;\"></span><span style=\"background-color: #ffffff;\"><a href=\"https://redditinc.com/policies/reddit-rules\" target=\"_blank\" rel=\"noopener noreferrer\">sitewide rule</a></span><span style=\"background-color: #ffffff;\"> violation or other violation that does not meet the requirements for this report, please refer to this <a href=\"https://support.reddithelp.com/hc/sections/360008810132\">guide</a></span><span style=\"background-color: #ffffff;\"> on how to report content to Reddit (including how to report directly from the content itself). If you don’t have a Reddit account, you can also report potential sitewide rules violations through our <a href=\"https://support.reddithelp.com/hc/requests/new?ticket_form_id=360000478391\">Help Center</a></span><span style=\"color: #d93a00;\"></span><span style=\"background-color: #ffffff;\">. </span></p>\n<p id=\"h_01JFAV67XTREXQYA8WPHRF2WYS\"><strong>Other Information</strong></p>\n<p>Please see the following links for additional information related to the Reddit platform: </p>\n<ul>\n<li><a href=\"https://support.reddithelp.com/hc/en-us/articles/10654543840276\">How does Reddit fight Child Sexual Exploitation </a></li>\n</ul>",
"user_segment_ids": []
},
{
"id": 32026729424916,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/32026729424916.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/32026729424916-Reddit-Answers-Currently-in-Beta",
"author_id": 383906619451,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 338,
"vote_count": 808,
"section_id": 4406589846676,
"created_at": "2024-11-11T13:46:50Z",
"updated_at": "2025-01-13T20:00:20Z",
"name": "Reddit Answers (Currently in Beta)",
"title": "Reddit Answers (Currently in Beta)",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2025-01-13T20:00:20Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"reddit answers",
"answers"
],
"body": "<p>Reddit Answers is a new way to get answers, perspectives and recommendations from all of Reddit. It leverages generative AI to help find, synthesize, and deliver easy to understand answers from real posts and comments from redditors.</p>\n<p>This experience is currently in beta in the U.S. on reddit.com and Reddit’s iOS app. There are a few different ways to access Reddit Answers depending on the platform you’re using:</p>\n<div class=\"tabs\">\n<div class=\"tabs-menu\">\n<span class=\"tabs-link is-active\">On reddit.com (Desktop)</span> <span class=\"tabs-link\">On reddit.com (Mobile web)</span> <span class=\"tabs-link\">On iOS</span>\n</div>\n<div class=\"tab\">\n<p>Go to <a href=\"https://www.reddit.com/answers\" target=\"_blank\" rel=\"noopener noreferrer\">reddit.com/answers</a> or click on <em>Answers</em> in the left-hand sidebar.</p>\n</div>\n<div class=\"tab is-hidden\">\n<p>Tap the Reddit Answers icon (<img src=\"https://support.reddithelp.com/hc/article_attachments/32739681953428\" width=\"29\" height=\"26\">) in the top navigation bar, or open the navigation menu (<img src=\"https://support.reddithelp.com/hc/article_attachments/32031196550548\" width=\"20\" height=\"20\">) in the top-left corner and select <em>Answers.</em></p>\n</div>\n<div class=\"tab is-hidden\">\n<p>In the beta version you can tap Answers (<img src=\"https://support.reddithelp.com/hc/article_attachments/32739681955348\" width=\"29\" height=\"26\">) at the bottom of the home screen or tap the Answers icon (<img src=\"https://support.reddithelp.com/hc/article_attachments/32739672488340\" width=\"29\" height=\"26\">) in the top-right corner next to search.</p>\n</div>\n</div>\n<ul>\n<li>Ask a question in plain English (eg. is a hot dog a sandwich?). </li>\n<li>Get a response summarizing relevant redditor posts and comments across communities on Reddit.</li>\n<li>Each response includes in-line citations linking to the original comment or post, along with a list of communities to find more related information.</li>\n</ul>\n<hr>\n<h4 id=\"h_01JCE157QEXEYHA5P067N7CP7Z\">\n<br>Jump to:</h4>\n<ul>\n<li><a href=\"#h_01JCE0GRWKPN77T03PT3QH011R\">Can I still use the search bar on Reddit?</a></li>\n<li><a href=\"#h_01JCE0GX9GNEM4PJ4481QKXNVE\">What languages is Reddit Answers available in?</a></li>\n<li><a href=\"#h_01JCE0H04VSB77CB9QTG80AES8\">In what countries is Reddit Answers available?</a></li>\n<li><a href=\"#h_01JCE0H33WQG1680K7BMVBEBSV\">How does Reddit Answers work? </a></li>\n<li><a href=\"#h_01JCE0H6ZRAAWB00913VWBSA6Q\">What data is collected and how is it used?</a></li>\n<li><a href=\"#h_01JCE0HGZNZNFYQJANNWZXGHQ1\">Why does Reddit Answers not respond to certain questions?</a></li>\n<li><a href=\"#h_01JCE0HVFEKB1XFQE9FS6CAD41\">How can I provide feedback for Reddit Answers?</a></li>\n<li><a href=\"#h_01JCE0HZKGE0DY90FRFJ3A7YKH\">Can I share a response from Reddit Answers?</a></li>\n<li><a href=\"#h_01JCE0J6262QHPHQVYYX19S070\">Is there a limit to how many questions I can ask Reddit Answers?</a></li>\n<li>\n<a href=\"#h_01JCE0JBEG22GJ08KK0QH02PQC\">As a moderator, can I prevent posts or comments posted in my community from being included in responses on Reddit Answers?</a> </li>\n</ul>\n<hr>\n<h3 id=\"h_01JCE0GRWKPN77T03PT3QH011R\">\n<br>Can I still use the search bar on Reddit?</h3>\n<p>Yes, you can still use the <a href=\"https://support.reddithelp.com/hc/articles/19695647891988-How-does-Reddit-search-work\" target=\"_blank\" rel=\"noopener noreferrer\">search</a> bar to find posts, communities, comments, media or redditors related to your search query. Reddit Answers can be used if you’re looking for a summary of perspectives or information across multiple posts or comments, in response to a specific question. </p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01JCE157QEXEYHA5P067N7CP7Z\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01JCE0GX9GNEM4PJ4481QKXNVE\">\n<br>What languages is Reddit Answers available in?</h3>\n<p>Reddit Answers is currently available in English. </p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01JCE157QEXEYHA5P067N7CP7Z\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01JCE0H04VSB77CB9QTG80AES8\">\n<br>In what countries is Reddit Answers available?</h3>\n<p>Reddit Answers is currently in beta in the U.S. on reddit.com and Reddit’s iOS app. </p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01JCE157QEXEYHA5P067N7CP7Z\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01JCE0H33WQG1680K7BMVBEBSV\">\n<br>How does Reddit Answers work? </h3>\n<p><a href=\"https://www.reddit.com/answers\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit Answers</a> uses generative AI and other in-house technology to find, synthesize, and summarize existing posts and comments across communities on Reddit.</p>\n<p><span style=\"color: #1d1c1d;\">Generative AI is a new technology and may not always accurately summarize content. In addition, the information presented in Reddit Answers comes from redditor posts and comments and hasn't been vetted or endorsed by Reddit. You should double check any information before relying on it, especially for important topics like legal, medical, and financial decisions.</span></p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01JCE157QEXEYHA5P067N7CP7Z\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01JCE0H6ZRAAWB00913VWBSA6Q\">\n<br>What data is collected and how is it used?</h3>\n<p>Data is collected and used in accordance with Reddit’s<a href=\"https://www.reddit.com/policies/privacy-policy\" target=\"_blank\" rel=\"noopener noreferrer\"> privacy policy</a>. </p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01JCE157QEXEYHA5P067N7CP7Z\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01JCE0HGZNZNFYQJANNWZXGHQ1\">\n<br>Why does Reddit Answers not respond to certain questions?</h3>\n<p>Reddit Answers may not respond to all questions, including questions that may be unsafe or <a href=\"https://redditinc.com/policies/content-policy\" target=\"_blank\" rel=\"noopener noreferrer\">policy violating.</a> It'll also currently not accept questions in a non-English language. In addition, Reddit Answers has been designed to locate and summarize content <em>on Reddit</em>. It may not respond if you ask it to do something outside that scope, such as to generate a new image or answer a question with information from the open web. </p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01JCE157QEXEYHA5P067N7CP7Z\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01JCE0HVFEKB1XFQE9FS6CAD41\">\n<br>How can I provide feedback for Reddit Answers?</h3>\n<p>As we test out the beta version of Reddit Answers, your feedback is valuable to us. At the bottom of every answer, you’ll find a “helpful/unhelpful” feedback button to let us know if the response was helpful. If you think a post or comment cited in a response violates the <a href=\"https://redditinc.com/policies/reddit-rules\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit Rules</a>, you should <a href=\"https://support.reddithelp.com/hc/articles/360058309512-How-do-I-report-a-post-or-comment\" target=\"_blank\" rel=\"noopener noreferrer\">report</a> that specific piece of content through the overflow menu (<img src=\"https://support.reddithelp.com/hc/article_attachments/32031959975060\" width=\"20\" height=\"20\">) on the respective post details page. </p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01JCE157QEXEYHA5P067N7CP7Z\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01JCE0HZKGE0DY90FRFJ3A7YKH\">\n<br>Can I share a response from Reddit Answers?</h3>\n<p>In the beta version of Reddit Answers, there is no direct sharing functionality to export responses on or off Reddit. </p>\n<p>However, you can copy and paste the URL for a thread and share it. The person who opens that URL will be taken to Reddit Answers with the same question you asked auto-populated. The answer they receive may be different, as it may be regenerated when they visit the shared URL. However, if you share the URL with a redditor who isn't in the beta test, the question will not be shown.</p>\n<div class=\"callout callout--info\">Note: Your username will not be associated with this shared URL.</div>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01JCE157QEXEYHA5P067N7CP7Z\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01JCE0J6262QHPHQVYYX19S070\">\n<br>Is there a limit to how many questions I can ask Reddit Answers?</h3>\n<p>Reddit Answers is currently in beta and being tested with a small group of redditors in the U.S. Logged-out redditors can ask up to 10 questions per week, logged-in redditors can ask up to 20 questions per day, and Premium subscribers who have access to the beta version can ask up to 100 questions per day. These limits are subject to change. </p>\n<div class=\"callout callout--warning\">Note: As we test and refine this experience, you may not be satisfied with all of Reddit Answers’ responses. However, even questions you mark as “unhelpful” or questions that receive a limited response will still count towards your daily or weekly limit. </div>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01JCE157QEXEYHA5P067N7CP7Z\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01JCE0JBEG22GJ08KK0QH02PQC\">\n<br>As a moderator, can I prevent posts or comments posted in my community from being included in responses on Reddit Answers? </h3>\n<p>Similar to how Reddit search works, there is currently no way for mods to exclude content in their communities from Reddit Answers. This is because this feature is designed to help redditors get the answers and perspectives they’re looking for through helpful and relevant posts and comments in communities. However, Reddit Answers doesn't include all content on Reddit; for example, it excludes content from private, quarantined, and NSFW communities, as well as some mature topics.</p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01JCE157QEXEYHA5P067N7CP7Z\">Back to top</a></p>",
"user_segment_ids": []
},
{
"id": 31680014189972,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/31680014189972.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/31680014189972-Changelog-October-31-2024",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 13,
"vote_count": 23,
"section_id": 27664826932116,
"created_at": "2024-10-29T19:10:04Z",
"updated_at": "2025-01-17T13:18:31Z",
"name": "Changelog - October 31, 2024",
"title": "Changelog - October 31, 2024",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-10-31T17:05:53Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"changelog"
],
"body": "<h3 id=\"h_01JBCT4FBY9F6A456J0GVY0JWC\">New chat safety feature </h3>\n<h4 id=\"h_01JBCT562ZY4JPV4XQ0XKFB63C\">What’s changing? </h4>\n<p>We rolled out a safety feature that prevents redditors from sending images or media in 1:1 invites until the chat invite has been accepted. This prevents unwanted images from being seen or spammed via chat. Once the chat invite is accepted, images can be sent. </p>\n<h4 id=\"h_01JBCT5B7F8KMBWHMNTHCFFRKG\">When is this change happening? </h4>\n<p>This is currently available for all redditors on all platforms.<br><br></p>\n<hr>\n<h3 id=\"h_01JBCT5K9ARYJG4APK52FGK6K6\">\n<br>New multi-content reporting experience for mods</h3>\n<h4 id=\"h_01JBCT5TWY3NDAQKV97TCE8PED\">What’s changing?</h4>\n<p>As a mod, you can include additional posts and comments to a report for the communities you moderate. <a href=\"https://www.reddit.com/r/modnews/comments/1fpcso8/new_multicontent_reporting_experience/\" target=\"_blank\" rel=\"noopener noreferrer\">This update</a> helps you share more context in your reports, and gives admin enforcement teams more holistic information when actioning on content. </p>\n<h4 id=\"h_01JBCT5ZWCNJ5FC0XNJTWX03E3\">When is this change happening?</h4>\n<p>This is currently available for all mods on reddit.com and the native mobile app.<br><br></p>\n<hr>\n<h3 id=\"h_01JBCT6F7JWZ239CFA20J8BRPW\">\n<br>Community chat channels are easier to set up and find on desktop web</h3>\n<h4 id=\"h_01JBCT6MP0VB33A8D9GYK1JHPB\">What’s changing?</h4>\n<p>For select communities, chat channels can now be found on the right side of the community homepage (underneath the community description). We’ve also made it easier for mods to create <a href=\"https://support.reddithelp.com/hc/articles/15484499643284-What-are-chat-channels-and-how-can-I-add-one-to-my-community\" target=\"_blank\" rel=\"noopener noreferrer\">community chat channels</a> from the community homepage desktop web.<span style=\"color: #999999;\"> </span></p>\n<h4 id=\"h_01JBCT6S8CR1XMDK81S3PZVDXC\">When is this change happening? </h4>\n<p>This is currently available for select communities who have chat channels enabled.<br><br></p>\n<hr>\n<h3 id=\"h_01JBCT7362MZZ7BZRJ6E73GDXA\">\n<br>Mod mail ban evasion filter</h3>\n<h4 id=\"h_01JBCT7C33FSQFTPC0PWBC631K\">What’s changing?</h4>\n<p>Similar to the <a href=\"https://support.reddithelp.com/hc/articles/15484544471444-Ban-evasion-filter\" target=\"_blank\" rel=\"noopener noreferrer\">ban evasion filter</a>, which filters content likely to be from ban evader accounts, mods now have the option to filter messages from potential ban evaders in mod mail. When turned on, messages from accounts likely engaging in ban evasion are sent to the <em>Filtered</em> folder. </p>\n<p>The mod mail ban evasion filter setting is found on the ban evasion filter page in your mod tools under the <em>Safety </em>setting. </p>\n<h4 id=\"h_01JBCT7KS9SP2X7R20GZ3W06H0\">When is this change happening?</h4>\n<p>This is currently available for all mods on all platforms. <a href=\"https://support.reddithelp.com/hc/articles/15484158762260-Mod-mail-folders#h_01G8YBFB9VYVREXYWH1SCDP141\" target=\"_blank\" rel=\"noopener noreferrer\">Learn more</a>. <br><br></p>\n<hr>\n<h3 id=\"h_01JBCT802JZNCHKH1690PN45MK\">\n<br>Harassment filter enhancements</h3>\n<h4 id=\"h_01JBCT88XA3CS5X890GEC3MZ7C\">What’s changing?</h4>\n<p>Mods now have the option to have content filtered from the <a href=\"https://support.reddithelp.com/hc/articles/23856209638932-Harassment-filter\" target=\"_blank\" rel=\"noopener noreferrer\">harassment filter</a> moved directly to the <a href=\"https://support.reddithelp.com/hc/articles/15484440494356-Moderation-Queue#h_01FAGH02J5PC877Q587QEPCE6H\" target=\"_blank\" rel=\"noopener noreferrer\">Removed queue</a>. This option is available for mods who prefer to not have this content in the mod queue, but still want it filtered. </p>\n<p>In addition to filtering harassing content, the harassment filter now detects hateful content to ensure communities conversations are protected. </p>\n<h4 id=\"h_01JBCT8F6BQ1XNK745ADEARHQB\">When is this change happening?</h4>\n<p>These are currently available for all mods on all platforms. <a href=\"https://support.reddithelp.com/hc/articles/23856209638932-Harassment-filter\" target=\"_blank\" rel=\"noopener noreferrer\">Learn more</a>. <br><br></p>\n<hr>\n<h3 id=\"h_01JBCTDKM81FHW564Z4SQ3SKAE\">\n<br>Updates to the community safety pages</h3>\n<h4 id=\"h_01JBCTDV30T65QWYEF33SXHDBT\">What’s changing?</h4>\n<p>Community safety pages in mod tools have been refreshed for better organization and management in order to improve clarity and confidence in tool usage. </p>\n<p>Some of the changes include the following: </p>\n<ul>\n<li>Standardized language and UX across <a href=\"https://support.reddithelp.com/hc/articles/15484574845460-Safety\" target=\"_blank\" rel=\"noopener noreferrer\">safety filters</a>\n</li>\n<li>Mod mail harassment filter setting is now on the harassment filter safety page</li>\n<li>\n<em>Exclude posts by site-wide banned users</em> is now <em>Banned by Reddit</em> with an updated description </li>\n</ul>\n<h4 id=\"h_01JBCTE4B4F7EN0GBSRYMPF2KR\">When is this change happening?</h4>\n<p>These are currently available on the newest desktop experience.<br><br></p>\n<hr>\n<h3 id=\"h_01JBCTEDP2Y6J5S3CN3AG1GR8F\">\n<br>Mod queue user profile panel enhancements</h3>\n<h4 id=\"h_01JBCTEQ3PQ5ZH7S1G8667WFYE\">What’s changing?</h4>\n<p>Mods will now see a historical breakdown of a redditor’s contributions across Reddit, including karma stats. This new feature helps streamline decision-making by allowing mods to access a redditor’s profile history without leaving the queue, saving time and making the moderation process more efficient.</p>\n<h4 id=\"h_01JBCTEWA6FQFT16D90QJAYCN3\">When is this change happening?</h4>\n<p>These are currently available on reddit.com and will be coming to mobile in the near future. <br><br></p>\n<hr>\n<h3 id=\"h_01JBCTF2V7XVW7TYDBSJ53Y0E5\">\n<br>Desktop mod queue improvements</h3>\n<h4 id=\"h_01JBCTF7FK9ZFJKEWZQW8YX7AQ\">What’s changing?</h4>\n<p>Automod keyword highlighting: Flagged words will now be highlighted in the mod queue contextual panel, making it easier and faster to review and act on posts and comments.</p>\n<p>Keyboard shortcuts: Navigate, review, and take action on posts and comments. These shortcuts will speed up your moderation process and reduce the need for endless clicking.</p>\n<h4 id=\"h_01JBCTFE4MRRV79BEZHKFFCW10\">When is this change happening?</h4>\n<p>This is currently available on reddit.com and the native mobile app. <br><br></p>\n<hr>\n<h3 id=\"h_01JBCTFRJBSY2GQFZPKAVEMRWB\">\n<br>AMA \"freshness\" issue fixed on community feed</h3>\n<h4 id=\"h_01JBCTGAS946TV9CHKXQ9B4GRM\">What’s changing?</h4>\n<p>Now, when an AMA goes live, it’ll also be pushed back up in the community feed rankings, regardless of when the post was initially published (AMA posts can be published up to 21 days in advance of the AMA start time). Please note that this currently happens inside the community feed only– we’re working on making it happen for the home feed as well, which is a separate engineering effort. </p>\n<h4 id=\"h_01JBCTGJ76P5AVGPJBRZ8VHJKS\">When is this change happening?</h4>\n<p>This is currently available across all platforms.</p>",
"user_segment_ids": []
},
{
"id": 30301796074260,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/30301796074260.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/30301796074260-Changelog-September-12-2024",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 4,
"vote_count": 8,
"section_id": 27664826932116,
"created_at": "2024-09-11T22:05:47Z",
"updated_at": "2024-11-20T02:47:20Z",
"name": "Changelog - September 12, 2024",
"title": "Changelog - September 12, 2024",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-09-12T16:01:17Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"changelog"
],
"body": "<h3 id=\"h_01J7HHPGXJT2XRD2735NEXAHP9\">Community achievement badges showcased in communities </h3>\n<h4 id=\"h_01J7HHPX35M863FTJGMBEG19SH\">What’s changing?</h4>\n<p><a href=\"https://support.reddithelp.com/hc/articles/25564722077588-Community-achievements\" target=\"_blank\" rel=\"noopener noreferrer\">Community achievements</a> badges unlocked by a redditor will now appear next to their username within those communities. These badges are meant to showcase a redditor’s contribution milestones within different communities.</p>\n<p>Mods of eligible communities will have the option to opt-out of community achievements entirely or out of specific achievements through the <em>Achievements</em> settings in <a href=\"https://support.reddithelp.com/hc/en-us/articles/15484384020756-Moderation-Tools-overview\">mod tools</a> under <em>Settings</em>. When communities opt-out, redditors in those communities won’t receive badges when completing those achievements. </p>\n<p>If moderators decide to opt their community out of community achievements in the future, redditors who have already unlocked that achievement in that community will no longer see the opted-out community in the achievement history. </p>\n<h4 id=\"h_01J7HHQCGBMF0XVK0SR1E1DXFK\">When is this change happening?</h4>\n<p>Scaled rollout began on August 28, 2024 to a small group of redditors.</p>\n<p> </p>\n<hr>\n<h3 id=\"h_01J7HHQP5QZN7CX9170ZKJ0KT3\">\n<br>Reddit Premium membership update </h3>\n<h4 id=\"h_01J7HHR08M3K7CXQHNTPC8YPB8\">What’s changing?</h4>\n<p><a href=\"https://support.reddithelp.com/hc/articles/360043034412-What-is-a-Reddit-Premium-subscription\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit Premium</a> membership will no longer include new membership trophies. For existing Reddit Premium trophy holders, trophies will remain on the account as long as Premium membership is maintained past the change date. After that, regardless of the membership status, the trophy will stay on the account. </p>\n<h4 id=\"h_01J7HHSV5YA41XZXHZ85S6DD9X\">When is this change happening?</h4>\n<p>Week of September 16, 2024.</p>\n<p> </p>\n<hr>\n<h3 id=\"h_01J7HHTCQ77DRMNYSK71M3EENS\">\n<br>Chat channel creation by redditors paused </h3>\n<h4 id=\"h_01J7HHTTCXN4SG30AYZ7H78JZJ\">What’s changing?</h4>\n<p>New <a href=\"https://support.reddithelp.com/hc/articles/24962945630740-How-to-create-and-manage-a-chat-channel\" target=\"_blank\" rel=\"noopener noreferrer\">chat channel creation by <em>redditors</em></a> will be paused as we strengthen bad activity detection. This means that no one will be able to make a new one, but existing chat channels, community chat channel creation, and community chat channels won’t be impacted. </p>\n<h4 id=\"h_01J7HHVAN4TJE13DJNEDK9QE69\">When is this change happening?</h4>\n<p>September 12, 2024</p>",
"user_segment_ids": []
},
{
"id": 29809574983316,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/29809574983316.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/29809574983316-What-is-UX-Research",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 7,
"vote_count": 15,
"section_id": 29809447366292,
"created_at": "2024-08-27T19:23:24Z",
"updated_at": "2024-11-20T02:47:10Z",
"name": "What is UX Research?",
"title": "What is UX Research?",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-08-27T19:36:06Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"uxr",
"ux research",
"user experience research"
],
"body": "<p>User experience (UX) research is focused on getting feedback from redditors on how to make Reddit better. We conduct research regularly with redditors, moderators, and advertisers. These insights help inform our product and design decisions.</p>\n<h2 id=\"h_01J6AMJW5DNGNJKTXF3CXM8805\"><span style=\"color: #434343;\">How does research work?</span></h2>\n<p>Research conducted by Reddit will usually consist of interviews, focus groups, or surveys. Interviews and focus groups are conversations with a researcher. Surveys are a series of questions that we ask redditors to respond to.</p>\n<h2 id=\"h_01J6AMJW5DAEX554P1NKB1VJ72\"><span style=\"color: #434343;\">How do I participate in research?</span></h2>\n<p>We invite people to complete our surveys and intake surveys for interviews via a private message, chat or notification. You’ll know it’s us because we sign off with “Reddit Research Team” and it’s sent from <a href=\"https://www.reddit.com/user/RedditResearch/\" target=\"_blank\" rel=\"noopener noreferrer\">u/RedditResearch</a> or <a href=\"https://www.reddit.com/user/reddit/\" target=\"_blank\" rel=\"noopener noreferrer\">u/reddit</a>. If you’re selected to participate in interviews or focus groups, our Research Operations team will reach out to you to schedule time to chat via Reddit private message or chat. All participation in research is optional but highly valued - your feedback helps us improve Reddit!</p>\n<h2 id=\"h_01J6AMJW5DHDNS6EAJ1P6R9F64\"><span style=\"color: #434343;\">What happens after I participate?</span></h2>\n<p>We’ll inform you at the beginning of the research if you’re eligible to receive a gift card for participation. We use <a href=\"https://www.tremendous.com/catalog/\" target=\"_blank\" rel=\"noopener noreferrer\">Tremendous</a> as our gift card platform. If you don’t see your gift card after participating, check your email for a message from rewards@reward.tremendous.com. Otherwise we’ll reach out in the future with additional opportunities to contribute to research.</p>",
"user_segment_ids": []
},
{
"id": 28925316524180,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/28925316524180.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/28925316524180-Changelog-July-31-2024",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 101,
"vote_count": 215,
"section_id": 27664826932116,
"created_at": "2024-07-29T23:02:43Z",
"updated_at": "2025-01-17T13:25:01Z",
"name": "Changelog - July 31, 2024",
"title": "Changelog - July 31, 2024",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-07-31T17:13:04Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"changelog"
],
"body": "<h3 id=\"h_01J0NFH9PGMEXD6SATWKKJ2PYA\">Additions to our ads filtering sensitive advertising categories, plus increased user controls around certain types of ads you might see on Reddit</h3>\n<h4 id=\"01J40BSCM24M47X1AT2GY19HKR\">What’s changing? </h4>\n<p>We’ve updated our ads filtering options to include <em>politics and activism</em> and <em>religion and spirituality</em>. You’ll now have the option to see fewer of these ads by visiting your <a href=\"https://www.reddit.com/settings/preferences\" target=\"_blank\" rel=\"noopener noreferrer\">preferences settings page</a>.</p>\n<h4 id=\"01J40BSP54XSARW5594NJGNXPV\">When is this change happening?</h4>\n<p>This update is now available for all logged-in redditors on iOS, Android, and desktop web.</p>\n<p>Learn more about how to limit certain types of ads you see on Reddit in the <a href=\"https://support.reddithelp.com/hc/articles/19212018901140-How-to-Limit-Sensitive-Ads\" target=\"_blank\" rel=\"noopener noreferrer\">Help Center</a>. <br><br></p>\n<hr>\n<h3 id=\"h_01J0NFJWPFJMPB9DJGJ9K1030P\">\n<br>Updates to the ban evasion filter</h3>\n<h4 id=\"01J40BSAHJM9ZGFXBX0QF6XV6V\">What’s changing? </h4>\n<p>We recently made enhancements to the moderation tool, the <a href=\"https://support.reddithelp.com/hc/articles/15484544471444-Ban-evasion-filter\" target=\"_blank\" rel=\"noopener noreferrer\">ban evasion filter</a>, to more quickly detect and filter content from ban evaders who immediately create alt accounts to continue unwanted behaviors. This will also quickly reduce instances of content being filtered from redditors who have been recently unbanned. If you have the ban evasion filter enabled for your community, you may see an increase in content in your mod queue due to this update.</p>\n<h4 id=\"01J40BSKMC46FQKE1MRFM64XWH\">When is this change happening?</h4>\n<p>This change is live for all communities with the ban evasion filter enabled. </p>\n<p>Learn more about the ban evasion filter in the<a href=\"https://support.reddithelp.com/hc/articles/15484544471444-Ban-evasion-filter\" target=\"_blank\" rel=\"noopener noreferrer\"> Help Center</a>.<br><br></p>\n<hr>\n<p> </p>\n<h3 id=\"h_01J40BDRDX88Y8TBM373ENHT0W\">Features available in sports communities: team selection, leaderboard, and scoreboards </h3>\n<h4 id=\"h_01J40BE7X2NBW12XSA09QKHC7Q\">What’s changing? </h4>\n<p>We’re rolling out a few beta features designed specifically for sports-related communities and fans. This includes a new “Flair prompt” feature, that prompts redditors to select a flair (i.e. the team they support) upon joining a community and see results in a leaderboard. We have also launched a new scoreboard for soccer, which includes a countdown timer and notification, predictions, and live event updates.</p>\n<p>These features need to be enabled by moderators of a community in order to be used. All features are available through our mobile app and desktop site.</p>\n<h4 id=\"h_01J40BEFRXT53JN7X3Y36XSVDQ\">When is this change happening?</h4>\n<p>All features are available now, though the “Flair prompt” (and subsequently the Leaderboard app, which is dependent on “Flair prompt”) feature is largely only available for sports communities at this time.</p>\n<p>Learn more about these features in the <a href=\"https://support.reddithelp.com/hc/articles/28292447722644-Features-available-in-sports-communities\" target=\"_blank\" rel=\"noopener noreferrer\">Help Center</a>. <br><br></p>\n<hr>\n<h3 id=\"h_01J40BMZPZG6GW3TH1BXX8FW6M\">\n<br>Updating the community creation experience</h3>\n<h4 id=\"01J40BS8KAEWV93H94AN5YKWEM\">What’s changing? </h4>\n<p>An updated UI with more guidance during the <a href=\"https://support.reddithelp.com/hc/articles/15484258409492-How-to-create-a-community\" target=\"_blank\" rel=\"noopener noreferrer\">community creation process</a> to help community creators through set up. Updates include adding a description, banner, and more. </p>\n<h4 id=\"01J40BSHP779KSMYQBD4BRSPHV\">When is this change happening?</h4>\n<p>These changes will ramp up over the next few months. These updates are available on reddit.com and Android, with iOS coming soon.<br><br></p>\n<hr>\n<h3 id=\"h_01J0NFG191N4Y9J1Y0BWVFVPWX\">\n<br>Media gallery sunset</h3>\n<h4 id=\"h_01J40BN91K0B6Z9WM1KCTZEKEF\">What’s changing? </h4>\n<p>The <em>Media gallery </em>view option within communities is being sunset as part of our continued work to <a href=\"https://www.reddit.com/r/reddit/comments/1c6fqwi/what_were_working_on_in_2024/\" target=\"_blank\" rel=\"noopener noreferrer\">update the Reddit experience</a>.</p>\n<h4 id=\"h_01J40BNZBD38RHG79EWY2084S9\">When is this change happening?</h4>\n<p>This change is actively rolling out across iOS and Android. </p>",
"user_segment_ids": []
},
{
"id": 28686345236628,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/28686345236628.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/28686345236628-What-is-chat-and-how-do-I-start-one",
"author_id": 383906619451,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 45,
"vote_count": 103,
"section_id": 13964650777620,
"created_at": "2024-07-22T08:56:23Z",
"updated_at": "2024-11-22T08:25:31Z",
"name": "What is chat and how do I start one?",
"title": "What is chat and how do I start one?",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-10-21T12:50:45Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"chat",
"How to chat"
],
"body": "<p>Chat is a real-time messaging feature available to all redditors. It allows redditors to engage in private or group conversations with others who are online at the same time.</p>\n<p>Chat can be used for a wide range of purposes, such as discussing a specific topic, organizing a group event, or just chatting with friends. </p>\n<h3 id=\"h_01J3CTDY27TVGJK444B5T92C93\"><span style=\"color: #434343;\">How do I chat with other redditors?</span></h3>\n<p>If you’d like to start a chat with a redditor on the Reddit app, go to their profile and tap the chat icon (<img src=\"https://lh7-us.googleusercontent.com/docsz/AD_4nXckbwzYJ_daEri0M5MvrGjDK0wZQtqsmVBHC8a7c9_Ms4mWM5rtzSh3XVJWQrKHgS3pJg-Ow9l5IdFLa-rMySja7uZh6m7FbRHEmEVedp0M1eWACrWEZpm6UDJ_40PUDF5jNQxhEeOtVwtjpvyiehE1Hz3e?key=YzGDh21FNFd0r1XVSHw9Ug\" width=\"20\" height=\"20\">) or if you know their username you can type it into the search bar when creating a new direct chat. First, tap the chat icon (<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXd1CD0PdUOFyNES7RXsLODyh75z5K55iuBMLhOve26eJosCVHXn3V7aJG5Uhg-QJqIFC6zqAY_Ufjog5tHyMZRBzLb8J9AWNyN87q8WwnqqT9v4VLF8SHMX4jURnJPxeaS8rq2Kv5O3w3pRID4yurexgc0t?key=YzGDh21FNFd0r1XVSHw9Ug\" width=\"20\" height=\"20\">) at the bottom of the screen, then tap the new chat icon (<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXd48K-GZelJioYufa8x8yKnpurfHUqj3BsDDFcME6_UuMQ0xMoR7lMJvdeCVGxZljwVRW-gpmfXKLvi4aLFXyFzYDKQ0KGgOThXoZCMmXc0nzRDQIWCAV5fqjHdRvvkUxtk81QudPzZ5oDmwaWHSF_l9SZv?key=YzGDh21FNFd0r1XVSHw9Ug\" width=\"20\" height=\"20\">) and enter the username in the provided search field.</p>\n<p>If you’re on reddit.com, go to a redditor’s profile and click the <img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXd1CD0PdUOFyNES7RXsLODyh75z5K55iuBMLhOve26eJosCVHXn3V7aJG5Uhg-QJqIFC6zqAY_Ufjog5tHyMZRBzLb8J9AWNyN87q8WwnqqT9v4VLF8SHMX4jURnJPxeaS8rq2Kv5O3w3pRID4yurexgc0t?key=YzGDh21FNFd0r1XVSHw9Ug\" width=\"20\" height=\"20\"> <em>Chat</em> option just below their username in their profile card on the right. </p>\n<p><a href=\"https://support.reddithelp.com/hc/sections/360008805652-Chat\" target=\"_blank\" rel=\"noopener noreferrer\">Learn more about chatting on Reddit</a> or <a href=\"https://support.reddithelp.com/hc/articles/360060638392-Why-can-t-I-start-a-chat-\" target=\"_blank\" rel=\"noopener noreferrer\">get help starting a chat if you’re having trouble</a>. </p>",
"user_segment_ids": []
},
{
"id": 28012014962580,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/28012014962580.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/28012014962580-How-do-I-keep-spam-out-of-my-community",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 4,
"vote_count": 40,
"section_id": 15483128564372,
"created_at": "2024-06-28T18:53:45Z",
"updated_at": "2025-02-02T13:47:33Z",
"name": "How do I keep spam out of my community?",
"title": "How do I keep spam out of my community?",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2025-01-13T20:00:28Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"spam",
"moderation",
"how to keep spam out of community",
"how do i reduce spam in my community",
"how do i recognize spam"
],
"body": "<h2 id=\"h_01J1G2XNG3JM32SXH7SD6ZK4S1\">What is spam? </h2>\n<p>Spam on Reddit is generally defined as repeated, unwanted, and/or unsolicited actions, whether automated or manual, that negatively affect redditors, Reddit communities, and/or Reddit itself. Spam is a violation of the <a href=\"https://www.redditinc.com/policies/user-agreement\" target=\"_blank\" rel=\"noopener noreferrer\">User Agreement</a> and <a href=\"https://redditinc.com/policies/reddit-rules\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit Rules</a>, punishable by content removal and temporary or permanent banning of the redditor’s account.</p>\n<p>On Reddit, promotional content is not inherently considered to be spam. That said, some communities do have strict policies that disallow any kind of promotional content. Other communities abide by the 10% rule: only 10% of your posting and comment history in the community can be self-promotional in nature, while the other 90% should be helpful, organic content unrelated to your personal interest. It is ultimately up to you and your team to decide what works best for your community.<br><br></p>\n<h2 id=\"h_01J1G2XXYRGXWDXW4JQNJBJ36M\">What settings can I use to reduce spam? </h2>\n<p>Reddit has a number of tools that work automatically behind the scenes to prevent spam from entering community discussions. That being said, if you see spammy content in your community, a combination of the tools below are often helpful to reduce the amount of unwanted posts and other interactions within a community:</p>\n<ul>\n<li>\n<a href=\"https://support.reddithelp.com/hc/articles/27441485903124\" target=\"_blank\" rel=\"noopener noreferrer\">Reputation filtering</a> - an optional community safety setting that filters content by redditors who may be potential spammers (this is based on sitewide signals, whereas Crowd Control is based on signals within your community) </li>\n<li>\n<a href=\"https://support.reddithelp.com/hc/articles/15484545006996-Crowd-Control\" target=\"_blank\" rel=\"noopener noreferrer\">Crowd Control settings </a><span style=\"background-color: #ffffff;\">- an optional community safety setting that collapses/filters comments and filters posts from redditors who aren’t trusted members within your community yet.</span>\n</li>\n<li>\n<a href=\"https://support.reddithelp.com/hc/articles/15484544471444-Ban-Evasion-Filter\" target=\"_blank\" rel=\"noopener noreferrer\">Ban evasion filtering</a> - <span style=\"background-color: #ffffff;\">an optional community safety setting that lets moderators automatically filter posts and comments from suspected community ban evaders. </span>\n</li>\n<li>\n<a href=\"https://support.reddithelp.com/hc/articles/23856209638932-Harassment-Filter\" target=\"_blank\" rel=\"noopener noreferrer\">Harassment filtering</a> - <span style=\"background-color: #ffffff;\">an optional community safety setting that lets moderators automatically filter posts and comments that are likely to be considered harassing.</span>\n</li>\n<li>\n<a href=\"https://support.reddithelp.com/hc/articles/15484574206484-Automoderator\" target=\"_blank\" rel=\"noopener noreferrer\">Automoderator</a><span style=\"background-color: #ffffff;\"> - a site-wide moderation tool that you can set up and customize to handle many of the sometimes repetitive tasks you do as a mod. This can be helpful to automatically action any domains or phrases that may be off-topic in your community.</span>\n</li>\n</ul>\n<p>Additionally, the following can help you curate the types of content allowed in your community more directly:</p>\n<ul>\n<li>\n<a href=\"https://support.reddithelp.com/hc/articles/17625458521748-Automations-Post-Guidance-Set-Up\" target=\"_blank\" rel=\"noopener noreferrer\">Post Guidance Set-Up</a> - <span style=\"background-color: #ffffff;\">inform redditors of community rules and other suggestions during the post creation process.</span>\n</li>\n<li>\n<a href=\"https://support.reddithelp.com/hc/articles/15484542007316-Content-Controls\" target=\"_blank\" rel=\"noopener noreferrer\">Content Controls</a> - <span style=\"background-color: #ffffff;\">create and display guidelines to help redditors follow community rules.<br><br></span>\n</li>\n</ul>\n<h2 id=\"h_01J1G2YA34BKM4DPYYEK0JS6NR\">How do I recognize spam? What should be reported to the admins? </h2>\n<p>The following are examples of behavior that may be considered spam and are subject to removal and/or ban from the platform. Please <a href=\"https://support.reddithelp.com/hc/articles/360043479851-How-do-I-report-a-redditor\" target=\"_blank\" rel=\"noopener noreferrer\">report redditors</a> that you see doing the following in your community: </p>\n<ul>\n<li>Repeatedly posting the same or similar comments in a thread, community or across communities.</li>\n<li>Repeatedly posting unrelated/off-topic/link-farmed content.</li>\n<li>Posting content that includes link redirects as a way to circumvent an existing domain block and/or to disguise a link’s source.</li>\n<li>Linking to harmful third-party content, such as malware, phishing, deceptive pop-ups, etc.</li>\n<li>Programming bots that harm/break Reddit, including bots intended to promote content/products/services.</li>\n</ul>\n<p>Reporting spammy content in addition to removing the content from your communities helps us improve our behind the scenes spam detection and prevention. </p>\n<p>Sending large amounts of private messages, chats, or community invites to redditors who are not expecting them is also considered spam. As a moderator, redditors from your community might choose to report this sort of messaging to you via mod mail. In these cases please encourage the redditor to directly report the offending messages <a href=\"https://support.reddithelp.com/hc/articles/360043479851-How-do-I-report-a-redditor\" target=\"_blank\" rel=\"noopener noreferrer\">based on their platform</a>.</p>",
"user_segment_ids": []
},
{
"id": 27784816873236,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/27784816873236.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/27784816873236-Translations-for-feeds-posts-and-comments",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": -19,
"vote_count": 101,
"section_id": 4406589846676,
"created_at": "2024-06-21T17:05:35Z",
"updated_at": "2024-11-20T10:21:07Z",
"name": "Translations for feeds, posts, and comments",
"title": "Translations for feeds, posts, and comments",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-09-24T23:01:48Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"translation",
"machine translations"
],
"body": "<p>Machine Translations allow you to translate user-generated content from the language they’re written, in to the language you’ve selected in your operating system (OS) settings. Currently, you can translate the content in your home feed and community feed, including post titles, the post details page, and comments by clicking on the translate icon ( <img src=\"https://support.reddithelp.com/hc/article_attachments/27884024894484\" width=\"20\" height=\"20\">) at the top right corner of the page.</p>\n<p> </p>\n<p class=\"wysiwyg-text-align-center\"><img src=\"https://support.reddithelp.com/hc/article_attachments/27884106704532\" alt=\"image2.png\"></p>\n<p> </p>\n<p>Additionally, you can contribute to a community in your preferred language by posting and commenting. Your contributions will be automatically translated into the community’s language when you click the translate toggle in the post and comment composer.</p>\n<p> </p>\n<p class=\"wysiwyg-text-align-center\"><img src=\"https://support.reddithelp.com/hc/article_attachments/27884106712980\" alt=\"image3.png\"></p>\n<p> </p>\n<p>Redditors in France will be able to use machine translations to translate content into any of the current supported languages–French, Spanish, Italian, Portuguese, and German. We’ll be expanding to other countries soon.</p>\n<p>To change your display language only, check out <a href=\"https://support.reddithelp.com/hc/articles/204528049-What-languages-is-Reddit-available-in\" target=\"_blank\" rel=\"noopener noreferrer\">our help article</a> to learn more. Changing your display language on Reddit will not translate user-generated content unless you have separately enabled the machine translations feature on your feed.</p>\n<div class=\"callout callout--info\">\n<p>Note: Currently, Machine Translations are powered by third-party services, including <a href=\"https://translate.google.com/?sl=auto&tl=en&op=translate\" target=\"_blank\" rel=\"noopener noreferrer\">Google Translate</a>.</p>\n<p><span style=\"color: #202124;\">THIS SERVICE MAY CONTAIN TRANSLATIONS POWERED BY GOOGLE. GOOGLE DISCLAIMS ALL WARRANTIES RELATED TO THE TRANSLATIONS, EXPRESS OR IMPLIED, INCLUDING ANY WARRANTIES OF ACCURACY, RELIABILITY, AND ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</span></p>\n</div>",
"user_segment_ids": []
},
{
"id": 27664798081812,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/27664798081812.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/27664798081812-Changelog-June-25-2024",
"author_id": 383906619451,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 8,
"vote_count": 26,
"section_id": 27664826932116,
"created_at": "2024-06-18T11:22:21Z",
"updated_at": "2024-11-20T02:47:11Z",
"name": "Changelog - June 25, 2024",
"title": "Changelog - June 25, 2024",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-06-26T16:39:49Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"changelog",
"updates"
],
"body": "<h3 id=\"h_01J0NFG191N4Y9J1Y0BWVFVPWX\">New iOS Languages: Swedish and Dutch</h3>\n<h4 id=\"h_01J0NHETQPNAE61Q7G33SCFGXF\"><span style=\"color: #434343;\">What’s changing?</span></h4>\n<p>iOS will now support <a href=\"https://support.reddithelp.com/hc/articles/204528049-What-languages-is-Reddit-available-in\" target=\"_blank\" rel=\"noopener noreferrer\">10 languages</a>, including two new additions: Swedish and Dutch. </p>\n<h4 id=\"h_01J0NFGY3R7GEXQCWBCQ44EW6J\"><span style=\"color: #434343;\">When is this change happening?</span></h4>\n<p>These new languages are now available on the iOS app. <br><br></p>\n<hr>\n<h3 id=\"h_01J0NFH9PGMEXD6SATWKKJ2PYA\">\n<br>Achievement badges available in profile </h3>\n<h4 id=\"h_01J0NFGY3RJF1GZAVSDTBYRKQB\"><span style=\"color: #434343;\">What’s changing?</span></h4>\n<p>You can now track and maintain your streak with daily participation on Reddit and unlock <a href=\"https://support.reddithelp.com/hc/articles/27063106698004-What-are-achievements\" target=\"_blank\" rel=\"noopener noreferrer\">achievement badges</a> for completing certain contribution milestones in your communities or by completing tasks across the platform. </p>\n<p>To view your streak and achievement badges, tap on <img src=\"https://support.reddithelp.com/hc/article_attachments/29834306489876\" alt=\"icon_trophy.png\" width=\"20\" height=\"20\"><em> Achievements </em>in your profile menu.</p>\n<div class=\"callout callout--info\">Note: Achievement badges won't be available for contributions in Not Safe for Work (NSFW), sexually explicit, violent, or drug related communities. </div>\n<h4 id=\"h_01J0NFGY3RMSEVT1ZCWN1F8T0E\"><span style=\"color: #434343;\">When is this change happening?</span></h4>\n<p>Achievement badges are now available to everyone on the <a href=\"https://support.reddithelp.com/hc/articles/360060630212-Where-can-I-download-the-official-Reddit-mobile-app\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit app</a> and reddit.com.<br><br></p>\n<hr>\n<h3 id=\"h_01J0NFJWPFJMPB9DJGJ9K1030P\">\n<br>Country expansion for the Contributor Program </h3>\n<h4 id=\"h_01J0NFJNH8P75X2CTKFHZFMVSQ\"><span style=\"color: #434343;\">What’s changing?</span></h4>\n<p>Eligibility for the <a href=\"https://support.reddithelp.com/hc/en-us/articles/17331620007572-What-is-the-Contributor-Program-and-how-can-I-participate\" target=\"_blank\" rel=\"noopener noreferrer\">Contributor Program</a> has expanded to <a href=\"https://support.reddithelp.com/hc/en-us/articles/17331620007572-What-is-the-Contributor-Program-and-how-can-I-participate#h_01HNK4K4AWP5ZEVYSX0EBKRQEH\" target=\"_blank\" rel=\"noopener noreferrer\">26 additional countries</a>.</p>\n<h4 id=\"h_01J0NFJNH8FR46GKKRXWPQ5MJB\"><span style=\"color: #434343;\">When is this change happening?</span></h4>\n<p>Redditors in 61 countries can now participate in the Contributor Program, i.e. redditors who meet eligibility criteria and make qualifying contributions can earn cash.</p>",
"user_segment_ids": []
},
{
"id": 26410290525844,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/26410290525844.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/26410290525844-Public-Content-Policy",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 926,
"vote_count": 1882,
"section_id": 24722142590740,
"created_at": "2024-05-08T15:47:04Z",
"updated_at": "2025-01-27T06:22:32Z",
"name": "Public Content Policy",
"title": "Public Content Policy",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-05-10T13:27:17Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"policy",
"public content policy"
],
"body": "<div class=\"callout callout--info\" style=\"border-radius: 12px;\">\n<p>This is a policy about how we handle information that is made public on Reddit. This is not a privacy policy. Please consult our <a href=\"https://www.reddit.com/policies/privacy-policy\" target=\"_blank\" rel=\"noopener noreferrer\">privacy policy</a> for how we collect, use, and share your personal/private information.</p>\n</div>\n<h4 id=\"h_01HXD55ZW23X3SFDKYD3HPZ37G\"><strong>Introduction</strong></h4>\n<p>In this public content policy, we want to help you understand what happens when you create, submit, and make content publicly available on the Reddit platform, and how and why Reddit protects and, where appropriate, licenses public content and related data. Reddit has long supported the open internet and protecting user rights. This policy outlines how those values apply to public content in a new AI era. If you have any questions on this policy, please <a href=\"https://www.reddit.com/policies/privacy-policy#contact-us\" target=\"_blank\" rel=\"noopener noreferrer\">ask us</a>.<br><br></p>\n<h4 id=\"h_01HXD5637J2P00S86A0A4CMDCC\"><strong>Reddit is a public platform and so is the content you post on it</strong></h4>\n<p>Most of Reddit’s platform is public and accessible to everyone, even without an account. This is intentional. We believe in the open internet and in keeping Reddit publicly accessible to foster human learning and research, and to ensure Reddit is a place where all people can find community, belonging, and empowerment. As a result, anyone who has access to the internet can see public posts, comments, usernames, profiles, karma scores, upvote/downvote ratios, and related metadata (collectively, “<strong>public content</strong>”).</p>\n<p>You do not need an account to view the Reddit platform or public content contributed by other Redditors. You also do not need to contribute public posts or comments on the Reddit platform to use it. You choose how much (or how little) you want to interact with the Reddit platform and contribute publicly. If you choose to contribute public content on the Reddit platform, you are making that public content available to the general public. <br><br></p>\n<h4 id=\"h_01HXD566MPBT49N7PBPMQXMP1H\">\n<strong>Reddit may provide public content to others, but never private Redditor data</strong> </h4>\n<p>Reddit may share public content on the Reddit platform with others, including moderators, researchers, developers, and other data licensees. But Reddit does not license or make publicly available private data about Redditors, including:</p>\n<ul>\n<li>Private messages, private group chats, mod mail, and deleted posts and comments; </li>\n<li>Non-public account information (e.g., email address, IP address, phone number, etc.);</li>\n<li>Posts and comments in quarantined or private communities; and</li>\n<li>Browsing or purchasing history.</li>\n</ul>\n<p>Redditors place great trust in us to respect their private, non-public information, and we take our role as stewards of this information seriously. That’s why we never license private Redditor data, nor do we otherwise share it without your permission unless legally compelled to do so. See our <a href=\"https://www.reddit.com/policies/privacy-policy\" target=\"_blank\" rel=\"noopener noreferrer\">privacy policy</a> for further details. <br><br></p>\n<h4 id=\"h_01HXD569WJQ8BWR30HEXNK5QGC\"><strong>Reddit believes in an open internet, but not the misuse of public content</strong></h4>\n<p>One of Reddit’s values is Default Open. We believe that the free flow of ideas and conversation is the lifeblood of a healthy internet. Our terms have always aligned with our Default Open value <span style=\"color: #4d5156; background-color: #ffffff;\">— </span>you can use Reddit content for non-commercial uses, such as learning and community, but talk to us if you have commercial purposes in mind. </p>\n<p>Unfortunately, we see more and more entities using unauthorized access (for example, by scraping or using data brokers) or misusing authorized access to collect public data in bulk, especially with the rise of use cases like generative AI. These entities amass public data, including Reddit content, for their own commercial gain, with no perceived limits to their use of that data, and with no regard for user rights or privacy. This sort of misuse of public data has become more prominent as more and more platforms close themselves off from the open internet. </p>\n<p>We still believe in an open internet, but we do not believe that third parties have a right to misuse public content just because it’s public. <br><br></p>\n<h4 id=\"h_01HXD56DK32GJ18FER8QYTQNYY\"><strong>Reddit may license public content for commercial or non-commercial use</strong></h4>\n<p>To address this misuse of public Reddit content, we enter into licensing arrangements that allow us to put into place meaningful protections. The arrangements provide licensees with enterprise-grade performance and access to Reddit public content. This is the same public content that you see on the Reddit platform. </p>\n<p>Data licensing arrangements enable Reddit to: </p>\n<ul>\n<li>Know who is accessing Reddit public content and why;</li>\n<li>Place contractual restrictions on prohibited use of public content to protect user rights; and</li>\n<li>Ensure data licensees honor public content deletions by Redditors and Reddit.</li>\n</ul>\n<p>Our data licensees are primarily:</p>\n<ul>\n<li>Companies that help brands monitor trends associated with their brands;</li>\n<li>Large language model makers that share our values that not all public data on the open internet is free to use without restraint; and</li>\n<li>Researchers trying to better humanity and the open internet, to whom we continue to provide access to Reddit public content for research. </li>\n</ul>\n<p> </p>\n<h4 id=\"h_01HXD56J3R8M89G63RT3FWB0RH\"><strong>Protecting Redditors in our data licensing arrangements is essential</strong></h4>\n<p>Our data licensing arrangements include strict restrictions – that we will strongly enforce – to protect Redditors and the anonymity and privacy that is core to our platform. Our licensees <span class=\"wysiwyg-underline\">cannot</span>, for example:</p>\n<ul>\n<li>Continue to use or display public content <a href=\"https://support.reddithelp.com/hc/en-us/sections/360008917951-Deleting-Your-Reddit-Data\" target=\"_blank\" rel=\"noopener noreferrer\">deleted</a> by Redditors or Reddit for content policy violations;<em> </em>\n</li>\n<li>Access or display sexually explicit content; </li>\n<li>Use public content to segment, target, or profile Redditors based on their health, negative financial status or condition, political affiliation or beliefs, sex life or sexual orientation, racial or ethnic origin, religious or philosophical affiliation or beliefs, trade union membership, criminal data, or other legally restricted sensitive personal information;</li>\n<li>Combine third-party data with Reddit public content to target ads to Redditors or build customer data sets without Reddit or Redditor consent; </li>\n</ul>\n<ul>\n<li>Use public content to spam or harass Redditors; </li>\n<li>Track, alert, monitor, or investigate sensitive events (for example, protests or rallies) or sensitive groups or organizations (for example, unions or activist groups) using public content;</li>\n<li>Perform background checks, extreme vetting, credit or risk insurance analyses, individual profiling, psychographic segmentation, or facial recognition using public content;</li>\n<li>Make public content available to the government or other third parties for surveillance, intelligence, or other law enforcement purposes; or</li>\n<li>Use public content for any illegal, deceptive, unethical, false, misleading, or improper purpose, including the infringement of third-party intellectual property rights.</li>\n</ul>\n<p> </p>\n<h4 id=\"h_01HXD571PY1P29JEC641QFZ75N\"><strong>How to make your content non-public</strong></h4>\n<p>Reddit is inherently a public platform. You choose whether you want to create an account, publicly post, or comment on the Reddit platform, and what you include about yourself in any posts or comments you make publicly available. </p>\n<p>If you prefer not to contribute content publicly, you have a number of options:</p>\n<ul>\n<li><span style=\"background-color: #ffffff;\">You can choose to participate in private communities, which are excluded from our data licensing arrangements.</span></li>\n<li>You can delete posts and comments. Deleted posts and comments are no longer publicly displayed on the Reddit platform. We also require licensees in our data licensing arrangements to stop using deleted posts and comments and provide them with compliance<span style=\"color: #1f1f1f; background-color: #ffffff;\"> tools to help automate public content deletions</span>. We cannot guarantee that third parties have deleted copies of Reddit public content they’ve made without your or our permission. See our help center articles on “<a href=\"https://support.reddithelp.com/hc/en-us/articles/360043483071-How-do-I-delete-a-post\" target=\"_blank\" rel=\"noopener noreferrer\">How do I delete a post</a>\" and “<a href=\"https://support.reddithelp.com/hc/en-us/articles/360043483231-How-do-I-delete-a-comment\" target=\"_blank\" rel=\"noopener noreferrer\">How do I delete a comment</a>” for more information.</li>\n<li>You can also disassociate your Reddit account from public content you’ve shared on the Reddit platform by deleting your Reddit account. See our help center article on “<a href=\"https://support.reddithelp.com/hc/en-us/articles/204579509-How-do-I-delete-my-account\" target=\"_blank\" rel=\"noopener noreferrer\">How do I delete my account?</a>”.</li>\n</ul>\n<p>For more information on how and why Reddit collects, uses, and shares information about you when you use the Reddit platform, please review our <a href=\"https://www.reddit.com/policies/privacy-policy\" target=\"_blank\" rel=\"noopener noreferrer\">Privacy Policy</a>. For more information on how to delete your data from the Reddit platform, please review our help center article, “<a href=\"https://support.reddithelp.com/hc/en-us/sections/360008917951-Deleting-Your-Reddit-Data\" target=\"_blank\" rel=\"noopener noreferrer\">Deleting Your Reddit Data</a>”.</p>",
"user_segment_ids": []
},
{
"id": 25476777729556,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/25476777729556.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/25476777729556-Trademark-overview",
"author_id": 383906619451,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 9,
"vote_count": 15,
"section_id": 25734872322452,
"created_at": "2024-04-10T08:04:01Z",
"updated_at": "2025-01-28T15:38:06Z",
"name": "Trademark overview",
"title": "Trademark overview",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-10-11T19:49:13Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"policy",
"trademark",
"trade mark"
],
"body": "<p>This article provides answers to common questions about third-party trademark usage on Reddit, including examples of what does and doesn’t violate Reddit’s Trademark Policy, how to report Trademark Policy violations, and how Reddit addresses trademark takedown notices.<br><br></p>\n<h4 id=\"h_01HV3H0N69GNNT091X1YQ1YS0K\">Jump to:</h4>\n<ul>\n<li><a href=\"#h_01HV3G4QP2EJNW0Q58Q46HP14A\">Trademark Overview</a></li>\n<li><a href=\"#h_01HV3G540M2NGYSTJ4VHS576AX\">What is a trademark?</a></li>\n<li><a href=\"#h_01HV3G58D5PAM3TKTFBZ6VVV14\">What is Reddit’s Trademark Policy?</a></li>\n<li><a href=\"#h_01HV3G5F9W325CNY4HRBTZCSSC\">What is not a Reddit Trademark Policy violation?</a></li>\n<li><a href=\"#h_01HV3GCA3XAR5JVR5VBRTPQ797\">How can trademark owners report Trademark Policy violations to Reddit?</a></li>\n<li><a href=\"#h_01HV3GCR14WHMHGWA8PYBYM9RK\">What steps might Reddit take in response to trademark takedown notices?</a></li>\n<li>\n<a href=\"#h_01HV3GEFB61WQVYVZKXN0WHJHM\">What can I do if content I posted to Reddit was removed as a result of a trademark takedown notice?</a><br><br>\n</li>\n</ul>\n<hr>\n<h2 id=\"h_01HV3G540M2NGYSTJ4VHS576AX\">\n<br>What is a trademark?</h2>\n<p>A trademark is a word, phrase, design, or logo that identifies a trademark owner as the source of a good or service, and helps distinguish the trademark owner’s goods or services from those of their competitors.</p>\n<p>Trademark owners have protections against others using the trademark in a way that may confuse or mislead people about the source of goods or services or the affiliation with the trademark owner. This includes protections against others selling counterfeit goods – inauthentic and unauthorized copies of another brand’s goods – that use the trademark.</p>\n<p>You can read more about trademarks <a href=\"https://www.uspto.gov/trademarks/basics/what-trademark\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.</p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01HV3H0N69GNNT091X1YQ1YS0K\">Back to top</a></p>\n<hr>\n<h2 id=\"h_01HV3G58D5PAM3TKTFBZ6VVV14\">\n<br>What is Reddit’s Trademark Policy?</h2>\n<p>Reddit respects the intellectual property of others, including trademarks, and expects our users to do the same. Do not make unauthorized use of another’s trademark in a way that may confuse or mislead others about the source of goods or services, or affiliation with the trademark owner.</p>\n<p>Here are a few examples that may be considered Trademark Policy violations:</p>\n<ul>\n<li>Using another’s trademark in a way that may suggest you are affiliated with the trademark owner (when you are not)</li>\n</ul>\n<p class=\"wysiwyg-indent7\">A national bank has a trademark for their logo. A Reddit user creates an image post that uses the bank’s trademarked logo without the bank’s approval, in order to promote the user’s new cryptocurrency.</p>\n<ul>\n<li>Using another’s trademark to sell, offer, or promote goods or services that are confusingly similar to the trademark owner’s goods or services</li>\n</ul>\n<p class=\"wysiwyg-indent7\">A jewelry brand has a registered trademark in the United States for their company name. A Reddit user makes a post promoting their own start-up jewelry business using the same name targeting consumers in the United States.</p>\n<ul>\n<li>Selling or promoting the sale of counterfeit goods</li>\n</ul>\n<p class=\"wysiwyg-indent7\">A luxury fashion accessories brand has a trademark for their logo. A Reddit user makes a post offering counterfeit purses for sale that copy the luxury brand’s trademarked logo and design.</p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01HV3H0N69GNNT091X1YQ1YS0K\">Back to top</a></p>\n<hr>\n<h2 id=\"h_01HV3G5F9W325CNY4HRBTZCSSC\">\n<br>What is not a Reddit Trademark Policy violation?</h2>\n<p>There are a variety of circumstances where use of a trademark does not confuse or mislead others about the source of goods or services or affiliation with the trademark owner. In these circumstances, the use of the trademark generally does not violate Reddit’s Trademark Policy. Here are a few examples that are generally not considered to be violations of this policy:</p>\n<ul>\n<li>Using a trademark for the purpose of providing reviews, discussion, news reporting, parody, or criticism of the trademark owner’s goods or services</li>\n</ul>\n<p class=\"wysiwyg-indent7\">A clothing brand has a trademark for their company name. A Reddit user comments in reply to a post about the brand’s return policy. In their comment, they use the trademark to refer to the clothing brand and to share their negative experience dealing with the brand’s customer service team.</p>\n<ul>\n<li>Using a trademark in a manner that is outside the trademark’s scope of protection, for example to sell or promote goods or services in a different territory or a different type of goods or services than the trademark is registered to protect</li>\n</ul>\n<p class=\"wysiwyg-indent7\">A company has a registered trademark in the United States for the name of their health supplements. A Reddit user happens to use the same name for their Japan-based band and makes a post promoting their band’s live music performances.</p>\n<ul>\n<li>Using a trademark in a way that has nothing to do with the trademark owner’s goods or services</li>\n</ul>\n<p class=\"wysiwyg-indent7\">A brewery has a trademark for the name of their most popular craft beer, the “SouthNorth.” A Reddit user creates the username “u/southnorth” and posts about video games.</p>\n<ul>\n<li>Using a trademark in a subreddit name to help people understand the community’s purpose, such as discussion about the trademark owner’s products or business practices</li>\n</ul>\n<p class=\"wysiwyg-indent7\">A company has a trademark for the name of their software. A Reddit user creates a subreddit named after the software, where people can ask questions about how to use the software and share their own solutions to common issues. The subreddit makes clear that they are not an official company subreddit.</p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01HV3H0N69GNNT091X1YQ1YS0K\">Back to top</a></p>\n<hr>\n<h2 id=\"h_01HV3GCA3XAR5JVR5VBRTPQ797\">\n<br>How can trademark owners report Trademark Policy violations to Reddit?</h2>\n<p>If you are a trademark owner or their authorized representative, please use <a href=\"https://support.reddithelp.com/hc/en-us/requests/new?ticket_form_id=106573\" target=\"_blank\" rel=\"noopener noreferrer\">this form</a> to report potential Trademark Policy violations, including transactions of alleged counterfeit goods. Make sure to include all of the information requested in the form to avoid a delay in the processing of your takedown notice.</p>\n<p>If you are claiming legal rights in the European Union, you can visit <a href=\"https://support.reddithelp.com/hc/en-us/articles/23595536875796-Digital-Services-Act-DSA-Information-for-EU-users\" target=\"_blank\" rel=\"noopener noreferrer\">this help article</a> for information on reporting under the EU Digital Services Act (DSA).</p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01HV3H0N69GNNT091X1YQ1YS0K\">Back to top</a></p>\n<hr>\n<h2 id=\"h_01HV3GCR14WHMHGWA8PYBYM9RK\">\n<br>What steps might Reddit take in response to trademark takedown notices?</h2>\n<p>When we receive a complete and valid trademark takedown notice, we may:</p>\n<ul>\n<li>Remove the violative content identified in the notice</li>\n<li>Notify the user who posted the content that we received a trademark takedown notice regarding the content and that we removed the content</li>\n<li>Confirm with the reporter that we removed the content</li>\n</ul>\n<p>Under certain circumstances, Reddit may ban users who repeatedly violate Reddit’s Trademark Policy. We may also ban subreddits after multiple removals of violative content or where it is clear that the subreddit is dedicated to violative content.</p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01HV3H0N69GNNT091X1YQ1YS0K\">Back to top</a></p>\n<hr>\n<h2 id=\"h_01HV3GEFB61WQVYVZKXN0WHJHM\">\n<br>What can I do if content I posted to Reddit was removed as a result of a trademark takedown notice?</h2>\n<p>We will notify you via Reddit’s Private Message system if we remove your content for violating Reddit’s Trademark Policy. If you believe that your content does not violate this policy or was otherwise removed in error, you may submit an appeal by following the instructions in the message you received from Reddit regarding the removal.</p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01HV3H0N69GNNT091X1YQ1YS0K\">Back to top</a></p>",
"user_segment_ids": []
},
{
"id": 24656943463828,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/24656943463828.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/24656943463828-What-happens-when-I-delete-my-data",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": -86,
"vote_count": 294,
"section_id": 360008917951,
"created_at": "2024-03-15T21:48:40Z",
"updated_at": "2025-01-26T09:18:06Z",
"name": "What happens when I delete my data? ",
"title": "What happens when I delete my data? ",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-05-09T15:08:56Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"delete my data",
"what happens when reddit deletes my data",
"what happens when reddit removes my data",
"delete data",
"remove data"
],
"body": "<p>Reddit promptly makes deleted data unavailable on the Reddit platform and subsequently deletes such data, unless we have <a href=\"https://www.reddit.com/policies/privacy-policy#policy-h2-3\" target=\"_blank\" rel=\"noopener noreferrer\">a legal reason or a legitimate business need </a>(e.g., helping protect the safety of Reddit and redditors) to retain the data for longer.</p>\n<p>Reddit also allows moderators, developers, researchers, data licensees and other third parties to access <a href=\"https://support.reddithelp.com/hc/articles/26410290525844\" target=\"_blank\" rel=\"noopener noreferrer\">public content</a> using Reddit's developer services, including Reddit Embeds, our APIs, Developer Platform, and similar technologies. Reddit's <a href=\"https://www.redditinc.com/policies/developer-terms\" target=\"_blank\" rel=\"noopener noreferrer\">Developer Terms</a> are our standard terms governing how these services can be used and also, importantly, how they can’t be used.</p>\n<p>Any moderator, developer, researcher, or data licensee accessing Reddit public content is required by Reddit to stop displaying or using deleted content when the content is deleted by redditors or Reddit. We provide instructions and automated means to make data deletion easy. </p>\n<p>To learn more about your data and privacy on Reddit, check out our <a href=\"https://www.redditinc.com/policies/privacy-policy\" target=\"_blank\" rel=\"noopener noreferrer\">Privacy Policy</a> and <a href=\"https://www.redditinc.com/policies/user-agreement\" target=\"_blank\" rel=\"noopener noreferrer\">User Agreement</a>, and to learn more about public content on Reddit and our approach to data licensing, check out our <a href=\"https://support.reddithelp.com/hc/articles/26410290525844\" target=\"_blank\" rel=\"noopener noreferrer\">Public Content Policy</a>.</p>",
"user_segment_ids": []
},
{
"id": 24368510335892,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/24368510335892.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/24368510335892-What-is-Reddit-Pro",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 95,
"vote_count": 183,
"section_id": 23729931168404,
"created_at": "2024-03-07T00:17:38Z",
"updated_at": "2025-01-09T15:32:04Z",
"name": "What is Reddit Pro?",
"title": "What is Reddit Pro?",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2025-01-07T14:00:01Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"what do I get with reddit pro",
"reddit pro",
"what is reddit pro"
],
"body": "<p>Reddit Pro is a free suite of organic business tools to help business users discover, join, and contribute to Reddit’s communities and conversations.</p>\n<h3 id=\"h_01HRB4804CD1ZD4A3JJ7B2XK4V\">Who is Reddit Pro for?</h3>\n<p>Reddit Pro is currently in beta and available for eligible businesses and organizations.</p>\n<h3 id=\"h_01JFW95324NGB7TES2GTB580W4\">How much does Reddit Pro cost?</h3>\n<p>Reddit Pro is free to use for eligible businesses and organizations.</p>\n<h3 id=\"h_01HRB4804CDTW0A1AJ1CB5JHE0\">What do I get with Reddit Pro?</h3>\n<ul>\n<li>Tools that help you discover communities and conversations relevant to your business.</li>\n<li>Tools that help you understand how and where to contribute content on Reddit.</li>\n<li>Tools to measure the performance of your content over time.</li>\n</ul>\n<h3 id=\"h_01JGY0ZJWTK9ABHCC8XBB28FP0\"><span style=\"color: #434343;\">What platform is Reddit Pro available on?</span></h3>\n<p>Reddit Pro is currently only available on desktop. Support for mobile web and our native apps is in development.</p>\n<h3 id=\"h_01JGY0ZJWTJJAQ4CP3C17MKGKE\"><span style=\"color: #434343;\">What countries is Reddit Pro available in?</span></h3>\n<p>Reddit Pro is currently available in all English-speaking countries where Reddit operates.</p>\n<h3 id=\"h_01HRB4804CEK6ZADE7HNW6XYC3\">What Reddit Pro is <em>not</em>\n</h3>\n<p>Reddit Pro is not a replacement for <a href=\"https://www.reddit.com/premium\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit Premium</a>, and not a paid advertising tool or a replacement for <a href=\"http://ads.reddit.com\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit Ads</a>.</p>\n<div class=\"accordion accordion--default\">\n<div class=\"accordion__item\">\n<div class=\"accordion__item-content\">\n<h3 id=\"h_01JH0FKSK27XV23EXD3RXKZC1A\"><span style=\"color: #434343;\">I found a bug. What should I do?</span></h3>\n<a href=\"https://www.reddit.com/r/bugs/submit?title=&text=Description%3A%0ADevice%20model%3A%0AOS%20version%3A%0ASteps%20to%20reproduce%3A%0AExpected%20and%20actual%20result%3A%0AScreenshot(s)%20or%20a%20screen%20recording\" target=\"_blank\" rel=\"noopener noreferrer\">Submit a post in r/bugs</a> using the Reddit Pro flair. <a href=\"https://support.reddithelp.com/hc/articles/205687083-How-do-I-report-a-bug\" target=\"_blank\" rel=\"noopener noreferrer\">Learn more about bug reporting</a>.</div>\n</div>\n</div>",
"user_segment_ids": []
},
{
"id": 24066967580180,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/24066967580180.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/24066967580180-What-is-the-Reddit-User-Feedback-Collective",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 14,
"vote_count": 60,
"section_id": 24066748764564,
"created_at": "2024-02-26T18:40:00Z",
"updated_at": "2024-11-20T02:47:22Z",
"name": "What is the Reddit User Feedback Collective?",
"title": "What is the Reddit User Feedback Collective?",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-04-17T17:23:39Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"user feedback collective",
"user council",
"UFC",
"user feedback program",
"product feedback",
"user feedback"
],
"body": "<p>The Reddit User Feedback Collective (UFC) is a program designed to connect redditors providing product feedback and the development teams responsible for Reddit's mobile and web products. This initiative ensures that diverse perspectives are considered, leading to a more inclusive and user-centric approach to product development, ultimately improving the overall user experience.</p>\n<p>Participants in this program are redditors who are highly engaged on the platform, have a strong desire to make Reddit better for everyone, and can voice their preferences, needs, and concerns constructively. This program is specific to user feedback. To learn more about how we gather mod feedback, check out the Reddit Mod Council <a href=\"https://support.reddithelp.com/hc/en-us/articles/15484058898196-Reddit-Mod-Council\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.</p>\n<p>Selected participants are added to a private community where they preview potential products, test products in development, and connect with Reddit teams working on new or existing product features. We review the waitlist monthly and select participants who are in good standing and are active on the platform. </p>\n<h4 id=\"h_01HQKE0W0FSHBJZNM9MCV1RDST\"><strong>To get involved in the Reddit UFC, apply below to join. </strong></h4>\n<p><a class=\"button\" href=\"https://forms.gle/aXkB3AY9qtgwACiw5\" target=\"_blank\" rel=\"noopener noreferrer\"> Apply here! </a></p>\n<p>Please note that spots are limited. If you apply and do not receive an immediate response, we may contact you at a later time as spots become available.</p>",
"user_segment_ids": []
},
{
"id": 23595536875796,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/23595536875796.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/23595536875796-Digital-Services-Act-DSA-Information-for-EU-users",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 20,
"vote_count": 216,
"section_id": 360009396432,
"created_at": "2024-02-09T16:49:54Z",
"updated_at": "2025-02-02T15:20:31Z",
"name": "Digital Services Act (DSA): Information for EU users",
"title": "Digital Services Act (DSA): Information for EU users",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2025-01-13T20:00:19Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"policy",
"dsa",
"digital services act",
"EU"
],
"body": "<p><span style=\"color: #222222; background-color: #ffffff;\">Please find below information on how European Union users and authorities may submit requests to Reddit relating to the EU Digital Services Act (DSA), as well as other information related to the DSA. <br><br></span></p>\n<h2 id=\"h_01HP7ABTGP9D2GHTDVEWXCX8X5\">Single Points of Contact</h2>\n<p><span style=\"color: #222222;\">The DSA requires Reddit to designate single points of contact to enable direct communication with EU users and authorities for DSA-related inquiries. </span></p>\n<ul>\n<li>Users – <span style=\"color: #222222;\">If you want to report content on Reddit that you believe is illegal in the EU, please refer to the “EU Illegal Content Reporting” section below. If you are an EU user and you have a general DSA-related inquiry, please submit your inquiry via our designated point of contact </span><a href=\"https://support.reddithelp.com/hc/en-us/requests/new?ticket_form_id=20794104097300\" target=\"_blank\" rel=\"noopener noreferrer\">here</a> <span style=\"color: #222222;\">or by emailing dsa-info@reddit.com</span><span style=\"color: #222222;\">. Please provide any information or context that you think would help us review your inquiry.</span><span style=\"color: #222222;\"><br></span>\n</li>\n<li>\n<span style=\"color: #222222;\">EU Authorities – Information on Reddit’s designated point of contact for EU law enforcement and member state authorities can be found in our </span><a href=\"https://www.redditinc.com/policies/guidelines-for-law-enforcement#text-content13\" target=\"_blank\" rel=\"noopener noreferrer\">Guidelines for Law Enforcement</a><span style=\"color: #222222;\">.<br><br></span>\n</li>\n</ul>\n<h2 id=\"h_01HP7ABTGPJ9NC60SW7SRTMSHT\">EU Illegal Content Reporting</h2>\n<p><span style=\"color: #222222;\">The DSA requires online platforms to provide a method for people to report content that is potentially illegal in the EU. </span></p>\n<p><span style=\"color: #222222;\">Please use </span><a href=\"https://support.reddithelp.com/hc/en-us/requests/new?ticket_form_id=19623931614484\" target=\"_blank\" rel=\"noopener noreferrer\">this form</a><span style=\"color: #222222;\"> to report content that you believe is illegal in the European Union. This form should be used by individuals claiming legal rights in the EU, as well as individuals or entities designated as trusted flaggers pursuant to the DSA. Trusted flagger reports will be prioritized for review, in accordance with the DSA. If you have any documentation to support your report, please attach it to your report before clicking submit. </span><span style=\"color: #1a1924;\">We also kindly ask individuals who report potentially illegal content in the EU to provide clear and concise information in English, or provide an English translation, wherever possible. </span></p>\n<p>Reddit may restrict access to content determined to violate the law(s) of the EU country specified in your report. <span style=\"background-color: #ffffff;\">If you want to report a potential </span><a href=\"https://redditinc.com/policies/reddit-rules\" target=\"_blank\" rel=\"noopener noreferrer\">sitewide rule</a><span style=\"background-color: #ffffff;\"> violation rather than an EU legal violation, please refer to this </span><a href=\"https://support.reddithelp.com/hc/en-us/sections/360008810132-Reporting\" target=\"_blank\" rel=\"noopener noreferrer\">guide</a><span style=\"background-color: #ffffff;\"> on how to report content to Reddit. If you don’t have a Reddit account, you can report potential sitewide rules violations through our </span><a href=\"https://support.reddithelp.com/hc/en-us/requests/new?ticket_form_id=360000478391\" target=\"_blank\" rel=\"noopener noreferrer\">Help Center</a><span style=\"background-color: #ffffff;\">. <br><br></span></p>\n<h2 id=\"h_01HP7ABTGPKANWXA1RQAGT28XR\">DSA Transparency Information</h2>\n<p>As of July 2024, Reddit (reddit.com and Reddit’s apps) has no more than 15.9 million monthly active recipients of the service in the European Union, calculated as an average over the period of 1 Jan 2024 to 30 June 2024, in accordance with the EU Digital Services Act (DSA).<br><br></p>\n<h2 id=\"h_01J7M3T37NHY62P8WJY201FHRS\">Other Information</h2>\n<p>Please see the following links for additional information related to the Reddit platform: </p>\n<ul>\n<li><a href=\"https://support.reddithelp.com/hc/articles/23511059871252-Content-Moderation-Enforcement-and-Appeals\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit’s Approach to Content Moderation, Enforcement, and Appeals</a></li>\n<li><a href=\"https://support.reddithelp.com/hc/articles/23511859482388-Reddit-s-Approach-to-Content-Recommendations\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit’s Approach to Content Recommendations</a></li>\n<li><a href=\"https://support.reddithelp.com/hc/articles/23512591656212-Digital-Services-Act-DSA-Resolution-options-for-EU-users\" target=\"_blank\" rel=\"noopener noreferrer\">DSA Resolution Options for EU Users</a></li>\n</ul>",
"user_segment_ids": []
},
{
"id": 23511859482388,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/23511859482388.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/23511859482388-Reddit-s-Approach-to-Content-Recommendations",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 239,
"vote_count": 655,
"section_id": 201025119,
"created_at": "2024-02-06T23:41:31Z",
"updated_at": "2024-11-19T13:50:01Z",
"name": "Reddit’s Approach to Content Recommendations",
"title": "Reddit’s Approach to Content Recommendations",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-10-21T10:59:43Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"personalization",
"content recommendations"
],
"body": "<h3 id=\"h_01HP0CKKYT3BV8J43XA4XR5XSF\">Recommendations on Reddit</h3>\n<p>Reddit is a vast network of communities that are created, run, and populated by you, Reddit’s users. Through these communities, you can post, comment, vote, discuss, learn, debate, support, and connect with people who share your interests. To help you find your home on Reddit and to personalize your experience, we recommend content and communities that we think you will enjoy. Those recommendations are based on a variety of factors, including information related to the content, such as a post’s vote count and comment history, your activity on the platform, the communities you are subscribed to, and your account settings.<br><br></p>\n<h3 id=\"h_01HP0CKWPMG649TD533FASQMXR\">How Reddit Recommends Content and Personalizes Your Experience </h3>\n<p>Your feed experience on Reddit depends on how you are accessing the service, including whether you are logged-in or logged-out. </p>\n<p>The main, default feed on Reddit for logged-in users is the Home feed, which includes content from the communities that you are subscribed to. By default, your Home feed also includes recommendations for content and communities that you may not be subscribed to, and content from your subscribed communities is presented to you in a personalized ordering or ranking. </p>\n<p>Personalized feed recommendations and rankings are based on a number of factors, including:</p>\n<ul>\n<li>\n<strong>Content-related information:</strong> Information about the content we’re considering showing you, including user upvotes and downvotes, the subreddit where the content was posted, the comment history on the post, the post type, post age, and post flairs. </li>\n<li>\n<strong>Your activity on Reddit:</strong> The content and communities that you have engaged with on your current and past visits to Reddit, your upvotes and downvotes, the time you’ve spent on specific subreddits, the subreddits you’ve visited recently, your subreddit subscriptions, the topics you told us you were interested in when you created your account, and the types of posts you’ve asked us to show less of.</li>\n<li>\n<strong>Your account age</strong>: For users with newer accounts or fewer community subscriptions, our models may emphasize recommendations over subscriptions. </li>\n<li>\n<strong>Your location setting</strong>: We customize recommendations based on the preference indicated in your <a href=\"https://support.reddithelp.com/hc/articles/360062429491-Managing-your-Country-Setting\" target=\"_blank\" rel=\"noopener noreferrer\">Location Settings</a>. </li>\n</ul>\n<p>The process used to ultimately recommend a piece of content involves multiple steps using the factors described above. We first create an initial list of content you might enjoy (i.e., candidate generation). Then we filter out stuff you shouldn't have to deal with, such as spam, content you’ve seen before, or content you’ve blocked. Next, we use predictive models to anticipate what you may or may not like. Finally, we sort content according to those predictions, and to ensure a level of diversity of content in your feeds. For example, we aim to avoid showing you too many similar posts in a row in the feed, to ensure that you get a broad view of the content that Reddit has to offer. The importance of any given factor in this process can change dynamically based on your activity, your engagement with recommended content, and the feedback you provide.</p>\n<p>For logged-out users, the default feed is the <span style=\"color: #0e101a;\">Popular feed, which showcases the most popular recent posts on Reddit, as determined by net upvotes. For users in certain countries, we may customize the Popular feed based on your location (using your IP address if you are logged out and, if you are logged-in, using the preference indicated in </span>your <a href=\"https://support.reddithelp.com/hc/articles/360062429491-Managing-your-Country-Setting\" target=\"_blank\" rel=\"noopener noreferrer\">Location Setting</a>). </p>\n<p>We also recommend topics and communities that may be of interest to you – such as via our Communities Tab on the Reddit mobile apps, or our search feature, which highlights trending topics. Communities are recommended based on how active they are both in your location and globally, as well as whether they relate to topics that are currently trending. If you’re logged-in, community recommendations are also based on their similarity to subreddits you’re already subscribed to or have previously interacted with. We determine trends based on popular discussion topics, including in subreddits that are particularly active at a given time.<br><br></p>\n<h3 id=\"h_01HP0CMR20QTPXMARKKHXPA58R\">Additional Considerations that Impact Content Recommendations </h3>\n<p>We aim to recommend content that is suitable for a general audience, and never want you to get a recommendation for something that is unexpected or doesn’t reflect the best that Reddit has to offer. This means we try to ensure mature content and even content with sensitive themes will not make its way into your recommended content unless you are subscribed to the communities that content originates from or you have otherwise expressed an interest in seeing that type of content. Even in those cases, recommendations of this type of content may be limited. <br><br></p>\n<h3 id=\"h_01HP0CN26KT4G12FW51TCHHW06\">How to Influence What You See on Reddit</h3>\n<p>There are a number of ways to influence the content you discover on Reddit, including:</p>\n<ul>\n<li>\n<strong>Feedback Buttons: </strong>When personalizing recommendations for you, we want to know what's working and what's not. For example, on your Home feed, when you see a recommended post, we’ll also tell you why you’re seeing it – whether it’s popular on Reddit right now or because it’s similar to content you’ve interacted with before. If you don't like the recommendation, you can let us know by clicking “show fewer posts like this” on the recommendation bar. Once we receive this feedback, we’ll stop showing you recommendations from the subreddit that the post came from and we’ll try to show you fewer posts from similar subreddits. </li>\n<li>\n<strong>Personalization Settings: </strong>For logged-in users, if you don’t want to see content recommendations from communities you are not subscribed to in your home feed, you can <a href=\"https://support.reddithelp.com/hc/articles/4402284777364-What-are-home-feed-recommendations-\" target=\"_blank\" rel=\"noopener noreferrer\">disable home feed recommendations in your account preferences</a>. You can also decide how your location is used to recommend content and personalize your experience via the <a href=\"https://support.reddithelp.com/hc/articles/360062429491-Managing-your-Country-Setting\" target=\"_blank\" rel=\"noopener noreferrer\">Location Setting in your account settings</a>.</li>\n<li>\n<strong>Home Feed Sorting</strong>: There are other ways to sort your feed on the Reddit web experience: \n<ul>\n<li>\n<strong>Hot</strong>. This sort prioritizes recent posts that have been getting upvotes. Hot can be used if you’re looking for trending topics.</li>\n<li>\n<strong>Top</strong>. This sort prioritizes posts that have all-time high upvote numbers and comments. Top can be filtered by time as well. For example, you may only want Top content from the last week. Use this sort if you’re looking for well known posts. </li>\n<li>\n<strong>New</strong>. This sort prioritizes the newest posts, regardless of upvotes and comments. New is best used if you’re trying to see the most up-to-date information. The Latest feed, available only on Reddit mobile apps, is your subscription content organized by New.</li>\n<li>\n<strong>Rising</strong>. This sort prioritizes posts with the most recent views. Rising can be filtered by time as well. For example, you may only want Rising content from last week.</li>\n</ul>\n</li>\n<li>\n<strong>Community and Search Sorting</strong>: Content in each individual Reddit community, as well as <a href=\"https://support.reddithelp.com/hc/articles/19695706914196-What-filters-and-sorts-are-available\" target=\"_blank\" rel=\"noopener noreferrer\">search results</a>, also have a variety of similar sorts available. Content on a subreddit page is sorted by “hot” by default, though for logged-in users, you have the option to modify this default in your settings, or to have each community remember and use the last content sort you selected for that community. </li>\n<li>\n<strong>Community Muting: </strong><span style=\"background-color: #ffffff;\">Community muting allows logged-in users to exclude selected communities from showing up in their notifications and certain feeds. For more information about community muting, please visit our </span><a href=\"https://support.reddithelp.com/hc/articles/9810475384084-What-is-community-muting-\" target=\"_blank\" rel=\"noopener noreferrer\">help center article</a><span style=\"background-color: #ffffff;\">. To view or adjust the list of communities you have muted, please view your </span><a href=\"https://www.reddit.com/settings/preferences\" target=\"_blank\" rel=\"noopener noreferrer\">account preferences</a><span style=\"background-color: #ffffff;\">. </span>\n</li>\n<li>\n<strong style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\">Anonymous Browsing Mode</strong><span style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\">: Anonymous Browsing allows you to browse the Reddit mobile app without associating your Reddit activity (like your Reddit searches or the communities you view) with your Reddit account. <a href=\"https://support.reddithelp.com/hc/articles/360045622611-What-is-Anonymous-Browsing-and-how-does-it-work\" target=\"_blank\" rel=\"noopener noreferrer\">Learn more about anonymous browsing mode</a>.</span>\n</li>\n</ul>",
"user_segment_ids": []
},
{
"id": 21393667143060,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/21393667143060.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/21393667143060-Getting-More-Value-as-a-Mod-from-Reddit-for-Community",
"author_id": 383906619451,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 5,
"vote_count": 13,
"section_id": 21393670096788,
"created_at": "2023-11-30T11:15:44Z",
"updated_at": "2025-02-02T15:40:31Z",
"name": "Getting More Value as a Mod from Reddit for Community",
"title": "Getting More Value as a Mod from Reddit for Community",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-01-18T21:58:35Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"Reddit for community",
"weekly guides"
],
"body": "<h2 id=\"h_01HGFYYG2X9MB2QVQ4WXANN38V\">What is Reddit for Community? </h2>\n<p><a href=\"https://www.redditforcommunity.com?utm_source=helpcenter&utm_medium=article&utm_campaign=r4claunch&utm_content=r4coverview\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit for Community</a> is a one-stop-shop for all things moderation. It is meant for ALL community builders regardless of experience or tenure on Reddit (or elsewhere). </p>\n<h2 id=\"h_01HGFYYAA3MXJDHXNTTKJX7F46\">What type of content can I find on <a href=\"https://www.redditforcommunity.com?utm_source=helpcenter&utm_medium=article&utm_campaign=r4claunch&utm_content=r4coverview\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit for Community</a>? </h2>\n<p>It features:</p>\n<ul>\n<li>\n<strong>Educational resources</strong> - ever wonder what you should be doing as a new moderator within your first month? We’ve got you covered with our <a href=\"https://www.redditforcommunity.com/mods-getting-started?utm_source=helpcenter&utm_medium=article&utm_campaign=r4claunch&utm_content=r4coverview\" target=\"_blank\" rel=\"noopener noreferrer\">weekly guides</a>.</li>\n<li>\n<strong>Inspirational stories</strong> - ever wonder how your favorite communities had their glow up? Check out some of our favorite <a href=\"https://www.redditforcommunity.com/community-stories?utm_source=helpcenter&utm_medium=article&utm_campaign=r4claunch&utm_content=r4coverview\" target=\"_blank\" rel=\"noopener noreferrer\">community success stories</a>.</li>\n<li>\n<strong>Discover exciting opportunities and programs</strong> - just for the moderators of Reddit including <a href=\"https://www.redditforcommunity.com/mod-roadshow?utm_source=helpcenter&utm_medium=article&utm_campaign=r4claunch&utm_content=r4coverview\" target=\"_blank\" rel=\"noopener noreferrer\">Mod Roadshow</a>, <a href=\"https://www.redditforcommunity.com/reddit-recap?utm_source=helpcenter&utm_medium=article&utm_campaign=r4claunch&utm_content=r4coverview\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit Recap</a> and <a href=\"https://www.redditforcommunity.com/reddit-place?utm_source=helpcenter&utm_medium=article&utm_campaign=r4claunch&utm_content=r4coverview\" target=\"_blank\" rel=\"noopener noreferrer\">r/place</a>.</li>\n</ul>\n<h2 id=\"h_01HGFYYAA3BRYMQVZ3SFYKP30B\">How can I get there?</h2>\n<p>You can visit us here <a href=\"https://www.redditforcommunity.com?utm_source=helpcenter&utm_medium=article&utm_campaign=r4claunch&utm_content=r4coverview\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit for Community</a> or via some convenient links to it in different parts of the Reddit app, like in the Mod Tools section.<span style=\"background-color: #ffff00;\"><br></span></p>\n<h2 id=\"h_01HGFYYAA3VDDEHWJSTY9NMZRZ\">Have additional feedback?</h2>\n<p>Please <a href=\"https://support.reddithelp.com/hc/en-us/requests/new?ticket_form_id=22936680744980\" target=\"_blank\" rel=\"noopener noreferrer\">submit a request.</a></p>",
"user_segment_ids": []
},
{
"id": 19695647891988,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/19695647891988.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/19695647891988-How-does-Reddit-search-work",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 1,
"vote_count": 141,
"section_id": 19695543476884,
"created_at": "2023-10-02T20:18:32Z",
"updated_at": "2024-11-07T21:22:33Z",
"name": "How does Reddit search work?",
"title": "How does Reddit search work?",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-11-06T12:34:07Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"search",
"searching on reddit",
"reddit search",
"how to search on reddit"
],
"body": "<p id=\"h_01HBS0N1ER5M8N3PFETSRAC787\"><img src=\"https://support.reddithelp.com/hc/article_attachments/29833673525012\" alt=\"Screenshot 2024-04-30 at 12.33.11.png\" width=\"616\" height=\"102\"></p>\n<p><span style=\"color: #1c1c1c;\">Depending on what you’re looking for, you can search five content types:</span></p>\n<ul>\n<li>\n<strong><span style=\"color: #1c1c1c;\">Posts</span></strong><span style=\"color: #1c1c1c;\"> - for image, video, text, and more types of posts from redditors.</span>\n</li>\n<li>\n<strong><span style=\"color: #1c1c1c;\">Communities (subreddits)</span></strong><span style=\"color: #1c1c1c;\"> - if you want to find a group related to an interest of yours.</span>\n</li>\n<li>\n<strong><span style=\"color: #1c1c1c;\">Comments</span></strong><span style=\"color: #1c1c1c;\"> - for any discussion heavy topic you’re searching for (e.g., advice or set of recommendations).</span>\n</li>\n<li>\n<strong><span style=\"color: #1c1c1c;\">Media</span></strong><span style=\"color: #1c1c1c;\"> - for media-only content (images, videos, GIFs).</span>\n</li>\n<li>\n<strong><span style=\"color: #1c1c1c;\">People</span></strong><span style=\"color: #1c1c1c;\"> - if you want to find a specific redditor. Note: this filter is not available if you’re searching within a community.</span>\n</li>\n</ul>\n<p>If you only want to get results within a specific community, simply use the search bar when you’re on the community page. </p>",
"user_segment_ids": []
},
{
"id": 18737801531796,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/18737801531796.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/18737801531796-What-are-Mod-Roadshows-and-how-do-I-attend-one",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 2,
"vote_count": 14,
"section_id": 18737512212244,
"created_at": "2023-08-29T19:39:10Z",
"updated_at": "2025-01-28T07:44:33Z",
"name": "What are Mod Roadshows and how do I attend one?",
"title": "What are Mod Roadshows and how do I attend one?",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-11-27T02:07:57Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"roadshow",
"mod roadshows"
],
"body": "<h3 id=\"h_01HSYA7H40MJMQSVG80Q3QG4PZ\">What is a mod roadshow?</h3>\n<p>Roadshow stops are casual events put on by Reddit that provide a chance for mods to hang out and meet—no presentations, no formal program, no judgments. Admins will be on hand as well. Reddit will provide the food, drinks, and swag and be there to discuss anything that is on your mind about modding/Reddit or honestly, anything. Come make some new connections, inspire cool memories and meet others that share your passion for Reddit and moderating. See our <a href=\"https://www.reddit.com/r/modnews/comments/15zdh6r/the_return_of_mod_roadshow/\" target=\"_blank\" rel=\"noopener noreferrer\">post</a> in r/modnews for more details. <br><br></p>\n<h3 id=\"h_01HSYA7H40ZSMQJF4M9ENWNX3B\">How can I join a mod roadshow?</h3>\n<p>Check out our <a href=\"https://redditmodevents.splashthat.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Mod Roadshow Hub</a> that details out the dates and international locations of each roadshow. Just click on the location you want to join and add yourself to the waitlist. Any – and all – mods are eligible, whether you’re new to the scene or have years of experience, we want to meet you!<br><br></p>\n<h3 id=\"h_01HSYA7H402JZEBP28WNQBG3KD\">How can I stay up to date with roadshows?</h3>\n<p>Join us in <a href=\"https://www.reddit.com/r/modnews/\" target=\"_blank\" rel=\"noopener noreferrer\">r/modnews</a> and <a href=\"https://www.reddit.com/r/ModEvents/\" target=\"_blank\" rel=\"noopener noreferrer\">r/ModEvents</a> for recaps of roadshows, new city announcements, and more!</p>\n<p> </p>\n<p><strong>Want to learn more? Get a glimpse of what mod roadshows entail at <a href=\"https://redditforcommunity.com/mod-roadshow?utm_source=helpcenter&utm_medium=article&utm_campaign=HelpCenterAudit_082024&utm_content=whataremodroadshows\" target=\"_blank\" rel=\"noopener noreferrer\">Reddit for Community.</a></strong></p>",
"user_segment_ids": []
},
{
"id": 18737607753364,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/18737607753364.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/18737607753364-What-s-Mod-World-and-how-do-I-participate",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 8,
"vote_count": 28,
"section_id": 18737512212244,
"created_at": "2023-08-29T19:35:48Z",
"updated_at": "2025-01-28T07:44:32Z",
"name": "What’s Mod World and how do I participate?",
"title": "What’s Mod World and how do I participate?",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-10-24T16:54:00Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"mod summit"
],
"body": "<h3 id=\"h_01HE32EV5KGCYW45ZG44JJ9BF5\">What is Mod World?</h3>\n<p><span style=\"background-color: #ffffff;\">Mod World 2024 (formerly known as Mod Summit) is an interactive virtual event designed for moderators, whether you’re a seasoned pro or new to the scene. It will feature sessions highlighting Reddit stories, expert moderation tips, and the opportunity to connect and learn from fellow mods.</span><br><br></p>\n<h3 id=\"01JAXJ3NGPRPE4BANVRR0H9J0Q\">When is Mod World?</h3>\n<p>Saturday, December 7th from 10am - 2pm PST followed by two hours of open, virtual fun time including networking, game rooms, a Snoo DJ booth, and more! Registration closes December 6th. </p>\n<p>You will have the ability to replay sessions if you can’t make it during the live event. Recordings will be shared with those who register.</p>\n<p>Event content will be hosted in English, but Zoom offers live caption translations in 12 languages, including Chinese Mandarin, Dutch, English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish, and Ukrainian. The event will also have an ASL interpreter.</p>\n<h3 id=\"h_01HE32EV5KNASQ04FFPNBB6TKC\">How do I register for Mod World 2024?</h3>\n<p>Mod World is available for moderators around the world. You can <a href=\"https://events.zoom.us/ev/AsXedLESh9ziYvzDlpsHkLS1aQ8ytCztwenGmWK6ZUQ7TrLSIRi_~AnSl8ybfhbP2-vxlhrAo2FpanNBdNbQIbl6X4ydHUnmXe2XDKFYQ2qfENg\" target=\"_blank\" rel=\"noopener noreferrer\">register here.</a></p>",
"user_segment_ids": []
},
{
"id": 17331620007572,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/17331620007572.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/17331620007572-What-is-the-Contributor-Program-and-how-can-I-participate",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 2752,
"vote_count": 3812,
"section_id": 17331581152020,
"created_at": "2023-07-12T16:52:11Z",
"updated_at": "2024-11-14T12:20:40Z",
"name": "What is the Contributor Program and how can I participate?",
"title": "What is the Contributor Program and how can I participate?",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-09-23T23:02:09Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"contributor program",
"supported countries",
"contributor eligibility"
],
"body": "<h3 id=\"h_01H9RQP9PAXV6PV0QHD0JMBFY4\">Overview</h3>\n<p>The Contributor Program lets redditors — who meet eligibility criteria and make qualifying contributions — earn cash from Reddit. You earn more depending on the karma earned in a 12-month period and gold you’ve received from awards on your posts and comments. Yes, this means participating redditors can earn money from brightening someone’s day, sharing fascinating content, developing a helpful bot, or even sh*tposting. If an eligible redditor meets the minimum<a href=\"https://support.reddithelp.com/hc/en-us/articles/204511829-What-is-karma-\" target=\"_blank\" rel=\"noopener noreferrer\"> karma</a> and<a href=\"https://support.reddithelp.com/hc/en-us/articles/17331548463764\" target=\"_blank\" rel=\"noopener noreferrer\"> gold</a> thresholds, they will need to go through a one-time flow powered by Persona and Stripe to provide some personal and banking information to get<a href=\"https://support.reddithelp.com/hc/en-us/articles/17331720493972\" target=\"_blank\" rel=\"noopener noreferrer\"> cash payouts</a>.<br><br></p>\n<h4 id=\"h_01H9RQPJJFRG4MHF8WZ7PSVP0S\">Jump to:</h4>\n<ul>\n<li><a href=\"#h_01H9RRRH1X765RE40ST0049F8M\">Eligibility criteria</a></li>\n<li><a href=\"#h_01HNK4K4AWP5ZEVYSX0EBKRQEH\">Where is the Contributor Program live? </a></li>\n<li><a href=\"#h_01H9RRRP5XAN2CEXE54GFCXJM0\">Are moderators eligible to participate in the Contributor Program? </a></li>\n<li><a href=\"#h_01H9RRRVD3CBF27WENGJWZDWXV\">How do I know if I qualify for the Contributor Program?</a></li>\n<li><a href=\"#h_01H9RRS0EANFXR7PEQS1EMQ8CZ\">Which of my contributions qualify for the program? </a></li>\n<li><a href=\"#h_01H9RRS4YVM757TF7MZ02293YY\">What are the Contributor Program tiers?</a></li>\n<li><a href=\"#h_01H9RRSAC89R007P3KB1AW2PFM\">Will redditors know if I participate in the Contributor Program?</a></li>\n<li><a href=\"#h_01H9RRSECD0BEDM00QNNEE42CK\">How is Reddit thinking about things like fraud, spam, bad actors, and illegal activities that come with monetary incentive?</a></li>\n<li><a href=\"#h_01H9RRSMD2G8HDDGQ17J87SJB7\">What should I do if I no longer want to participate in the Contributor Program?</a></li>\n</ul>\n<p> </p>\n<hr>\n<h3 id=\"h_01H9RRRH1X765RE40ST0049F8M\">\n<br>Eligibility criteria</h3>\n<p>In order to participate in the Contributor Program you must:</p>\n<ul>\n<li>Be 18+ years old (or the minimum age in your country)</li>\n<li>Reside in one of the program's <a href=\"#h_01HNK4K4AWP5ZEVYSX0EBKRQEH\">supported countries</a> </li>\n<li>Have an account that is in good standing with Reddit</li>\n<li>Accept and comply with our <a href=\"https://redditinc.com/policies/earn-terms\" target=\"_blank\" rel=\"noopener noreferrer\">Earn Terms</a> and <a href=\"https://redditinc.com/policies/earn-policy\" target=\"_blank\" rel=\"noopener noreferrer\">Earn Policy</a>\n</li>\n<li>Successfully complete the <a href=\"https://support.reddithelp.com/hc/en-us/articles/17331636499604\" target=\"_blank\" rel=\"noopener noreferrer\">verification process</a> for onboarding</li>\n</ul>\n<p>Additionally, you must make qualifying contributions on Reddit within the last year, defined as:</p>\n<ul>\n<li>Earning at least 100 karma within 12 months after earning your first <a href=\"https://support.reddithelp.com/hc/en-us/articles/17331548463764\" target=\"_blank\" rel=\"noopener noreferrer\">gold</a>\n</li>\n<li>Earning 1,000 gold from <a href=\"https://support.reddithelp.com/hc/en-us/articles/26465598697876-What-are-awards-and-how-do-I-use-them\" target=\"_blank\" rel=\"noopener noreferrer\">awards</a> (including past golden upvotes) on your posts and comments in communities\n<ul>\n<li>Note: Legacy awards (silver, gold, platinum, etc) aren’t counted towards this eligibility criteria. </li>\n</ul>\n</li>\n</ul>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01H9RQPJJFRG4MHF8WZ7PSVP0S\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01HNK4K4AWDJJEVKMK1PH95ZNS\"> </h3>\n<h3 id=\"h_01HNK4K4AWP5ZEVYSX0EBKRQEH\">Where is the Contributor Program live? </h3>\n<p>The Contributor Program is currently live in the following countries:</p>\n<table class=\"table table--bordered\" style=\"height: 462px;\">\n<tbody>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇦🇱 Albania</td>\n<td style=\"height: 22px; width: 116.997px;\">🇭🇰 Hong Kong</td>\n<td style=\"height: 22px; width: 103.993px;\">🇳🇴 Norway</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇦🇬 Antigua and Barbuda</td>\n<td style=\"height: 22px; width: 116.997px;\">🇭🇺 Hungary</td>\n<td style=\"height: 22px; width: 103.993px;\">🇵🇪 Peru</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇦🇲 Armenia</td>\n<td style=\"height: 22px; width: 116.997px;\">🇮🇸 Iceland</td>\n<td style=\"height: 22px; width: 103.993px;\">🇵🇱 Poland</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇦🇺 Australia</td>\n<td style=\"height: 22px; width: 116.997px;\">🇮🇳 India</td>\n<td style=\"height: 22px; width: 103.993px;\">🇵🇹 Portugal</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇦🇹 Austria</td>\n<td style=\"height: 22px; width: 116.997px;\">🇮🇪 Ireland</td>\n<td style=\"height: 22px; width: 103.993px;\">🇷🇴 Romania</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇧🇭 Bahrain</td>\n<td style=\"height: 22px; width: 116.997px;\">🇮🇱 Israel</td>\n<td style=\"height: 22px; width: 103.993px;\">🇷🇸 Serbia</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇧🇪 Belgium</td>\n<td style=\"height: 22px; width: 116.997px;\">🇮🇹 Italy</td>\n<td style=\"height: 22px; width: 103.993px;\">🇸🇬 Singapore</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇧🇼 Botswana</td>\n<td style=\"height: 22px; width: 116.997px;\">🇯🇵 Japan</td>\n<td style=\"height: 22px; width: 103.993px;\">🇸🇰 Slovakia</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇧🇳 Brunei</td>\n<td style=\"height: 22px; width: 116.997px;\">🇯🇴 Jordan</td>\n<td style=\"height: 22px; width: 103.993px;\">🇸🇮 Slovenia</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇨🇦 Canada</td>\n<td style=\"height: 22px; width: 116.997px;\">🇱🇻 Latvia</td>\n<td style=\"height: 22px; width: 103.993px;\">🇰🇷 South Korea</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇨🇱 Chile</td>\n<td style=\"height: 22px; width: 116.997px;\">🇱🇮 Liechtenstein</td>\n<td style=\"height: 22px; width: 103.993px;\">🇪🇸 Spain</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇨🇴 Colombia</td>\n<td style=\"height: 22px; width: 116.997px;\">🇱🇹 Lithuania</td>\n<td style=\"height: 22px; width: 103.993px;\">🇸🇪 Sweden</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇨🇷 Costa Rica</td>\n<td style=\"height: 22px; width: 116.997px;\">🇱🇺 Luxembourg</td>\n<td style=\"height: 22px; width: 103.993px;\">🇨🇭 Switzerland</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇨🇾 Cyprus</td>\n<td style=\"height: 22px; width: 116.997px;\">🇲🇰 Macedonia</td>\n<td style=\"height: 22px; width: 103.993px;\">🇹🇼 Taiwan</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇨🇿 Czech Republic</td>\n<td style=\"height: 22px; width: 116.997px;\">🇲🇹 Malta</td>\n<td style=\"height: 22px; width: 103.993px;\">🇹🇹 Trinidad and Tobago</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇩🇰 Denmark</td>\n<td style=\"height: 22px; width: 116.997px;\">🇲🇺 Mauritius</td>\n<td style=\"height: 22px; width: 103.993px;\">🇹🇳 Tunisia</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇪🇪 Estonia</td>\n<td style=\"height: 22px; width: 116.997px;\">🇲🇽 Mexico</td>\n<td style=\"height: 22px; width: 103.993px;\">🇬🇧 United Kingdom</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇫🇮 Finland</td>\n<td style=\"height: 22px; width: 116.997px;\">🇲🇩 Moldova</td>\n<td style=\"height: 22px; width: 103.993px;\">🇺🇸 United States</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇫🇷 France</td>\n<td style=\"height: 22px; width: 116.997px;\">🇲🇦 Morocco</td>\n<td style=\"height: 22px; width: 103.993px;\">🇺🇾 Uruguay</td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇩🇪 Germany</td>\n<td style=\"height: 22px; width: 116.997px;\">🇳🇱 Netherlands</td>\n<td style=\"height: 22px; width: 116.997px;\"> </td>\n</tr>\n<tr style=\"height: 22px;\">\n<td style=\"height: 22px; width: 115px;\">🇬🇷 Greece</td>\n<td style=\"height: 22px; width: 116.997px;\">🇳🇿 New Zealand</td>\n<td style=\"height: 22px; width: 116.997px;\"> </td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01H9RQPJJFRG4MHF8WZ7PSVP0S\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01H9RRRP5XAN2CEXE54GFCXJM0\">\n<br>Are moderators eligible to participate in the Contributor Program? </h3>\n<p>Yes! Mods are eligible—with the same guidelines and requirements as other redditors—for the Contributor Program. Learn more about the <a href=\"https://www.redditinc.com/policies/moderator-code-of-conduct\" target=\"_blank\" rel=\"noopener noreferrer\">Moderator Code of Conduct</a>. </p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01H9RQPJJFRG4MHF8WZ7PSVP0S\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01H9RRRVD3CBF27WENGJWZDWXV\">\n<br>How do I know if I qualify for the Contributor Program?</h3>\n<p>If your contributions qualify you for the Contributor Program, you can see the <em>Get Verified to Start Earning</em> button on the<a href=\"http://www.reddit.com/contributor-program\" target=\"_blank\" rel=\"noopener noreferrer\"> Contributor Program landing page</a>. To get here, on mobile, tap your avatar in the top right corner to open the side-drawer. On reddit.com, click on your username in the top right corner for the drop down to appear. You’ll see a tab for the Contributor Program with a wallet icon next to it. Select this to open the marketing page. If you’re eligible, the <em>Get Verified to Start Earning</em> button will be clickable.</p>\n<p> </p>\n<p class=\"wysiwyg-text-align-center\"><img src=\"https://support.reddithelp.com/hc/article_attachments/29834848980372\" alt=\"Screenshot 2023-09-07 at 2.26.03 PM.png\" width=\"348\" height=\"720\"><img src=\"https://support.reddithelp.com/hc/article_attachments/29834820766228\" width=\"331\" height=\"717\"></p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01H9RQPJJFRG4MHF8WZ7PSVP0S\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01H9RRS0EANFXR7PEQS1EMQ8CZ\">\n<br>Which of my contributions qualify for the program? </h3>\n<p>Payouts to contributors participating in the program are only available for eligible contributions. Specifically, contributions must not be:</p>\n<ul>\n<li>In quarantined communities</li>\n<li>Tagged Not-Safe-For-Work (NSFW) or in NSFW communities</li>\n<li>Sexual or suggestive content</li>\n<li>Violent content</li>\n<li>Restricted content that includes drug use, gambling, or firearms</li>\n<li>Encouraging illegal or harmful practices or behavior</li>\n<li>Ads</li>\n</ul>\n<p>Please see our<a href=\"https://redditinc.com/policies/earn-policy\" target=\"_blank\" rel=\"noopener noreferrer\"> Earn policy</a> for more information on eligible contributions.</p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01H9RQPJJFRG4MHF8WZ7PSVP0S\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01H9RRS4YVM757TF7MZ02293YY\">\n<br>What are the Contributor Program tiers?</h3>\n<p>There are two tiers in the Contributor Program: <em>Contributor</em> and <em>Top Contributor</em>. A Contributor is someone who earned 100–4,999 karma in a 12-month period after earning their first gold. A Top Contributor is someone who earned 5,000+ karma within a 12-month period after earning their first gold. <a href=\"https://support.reddithelp.com/hc/en-us/articles/17331720493972-Understanding-Contributor-Earnings-Payouts#h_01H9RGV9WASTNF2JP9MGFQMPXV\" target=\"_blank\" rel=\"noopener noreferrer\">Learn more on our payout rates for Contributors and Top Contributors</a>. </p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01H9RQPJJFRG4MHF8WZ7PSVP0S\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01H9RRSAC89R007P3KB1AW2PFM\">\n<br>Will redditors know if I participate in the Contributor Program?</h3>\n<p>If you’re a participant in the Contributor Program you’ll have a public status applied to your profile page and card depending on your tier (Contributor / Top Contributor).</p>\n<p> </p>\n<p class=\"wysiwyg-text-align-center\"><img src=\"https://support.reddithelp.com/hc/article_attachments/29834820765844\" alt=\"Screenshot 2023-10-17 at 10.23.26 AM.png\" width=\"382\" height=\"540\"></p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01H9RQPJJFRG4MHF8WZ7PSVP0S\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01H9RRSECD0BEDM00QNNEE42CK\">\n<br>How is Reddit thinking about things like fraud, spam, bad actors, and illegal activities that come with monetary incentive?</h3>\n<p>We’ve built both proactive and reactive ways to address these issues. Bad actors will be prevented from participating in the program through: </p>\n<ul>\n<li>Know Your Customer (KYC) screening</li>\n<li>Reddit internal safety signals</li>\n<li>New monetization policies with enforcement and repercussions</li>\n</ul>\n<p>In addition to bad actor prevention, other guardrails include: </p>\n<ul>\n<li>Daily gold purchase limits</li>\n<li>Automated detection and monitoring via Reddit’s safety tools and systems</li>\n<li>User reporting</li>\n<li>Admin auditing</li>\n</ul>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01H9RQPJJFRG4MHF8WZ7PSVP0S\">Back to top</a></p>\n<hr>\n<h3 id=\"h_01H9RRSMD2G8HDDGQ17J87SJB7\">\n<br>What should I do if I no longer want to participate in the Contributor Program?</h3>\n<p>If you’re no longer interested in earning money for your contributions on Reddit, you can submit a request to be removed from the program through <a href=\"https://support.reddithelp.com/hc/en-us/requests/new?ticket_form_id=19148839169812\" target=\"_blank\" rel=\"noopener noreferrer\">our program support form</a>. </p>\n<p class=\"wysiwyg-text-align-right\"><a href=\"#h_01H9RQPJJFRG4MHF8WZ7PSVP0S\">Back to top</a></p>",
"user_segment_ids": []
},
{
"id": 17099257885844,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/17099257885844.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/17099257885844-Official-Reddit-App-FAQ-for-Android",
"author_id": 383906619451,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": -198,
"vote_count": 544,
"section_id": 17099548447636,
"created_at": "2023-07-04T14:15:51Z",
"updated_at": "2025-01-16T18:11:03Z",
"name": "Official Reddit App FAQ for Android",
"title": "Official Reddit App FAQ for Android",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-11-07T13:57:01Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"Block",
"nsfw",
"notifications",
"dark mode",
"font size",
"videos",
"recommended",
"faq"
],
"body": "<p>Welcome to the FAQ for the official Reddit App for Android. Whether you're a new or seasoned redditor, we're here to help answer some of the most common questions. Let's dive right in!</p>\n<div class=\"accordion accordion--default\">\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>Is there a dark mode option for the Reddit Android app?</strong></div>\n<div class=\"accordion__item-content\">\n<p>Yes! You can enable dark mode to make your browsing experience easier on the eyes, especially in low-light environments. </p>\n<ol>\n<li>Tap your profile icon in the top-right corner.</li>\n<li>Tap <em>Settings</em> on the menu.</li>\n<li>Enable the “dark mode” slider.</li>\n</ol>\n<p>You can also choose to use our <em>Auto Dark Mode</em> setting, which allows you to toggle dark mode on/off at sunrise/sunset, or to follow your device’s dark mode setting.<br>Note: In order to use auto dark mode settings, the <em>Dark Mode</em> toggle <img src=\"https://support.reddithelp.com/hc/article_attachments/29834207076500\" alt=\"icon_night.png\"> needs to be OFF.</p>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How can I manage which types of notifications I receive?</strong></div>\n<div class=\"accordion__item-content\">\n<p>You can manage your notifications settings and choose which types of notifications you wish to receive by following these steps:</p>\n<ol>\n<li>Tap your profile icon in the top-right corner.</li>\n<li>Tap <em>Settings</em> on the menu.</li>\n<li>Tap <em>account settings for /u/username.</em>\n</li>\n<li>Tap <em>Manage</em> <em>notifications</em> under <em>Contact settings</em> and toggle on/off the different types of notifications as desired.</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>Can I view my saved posts/comments on the Reddit mobile app?</strong></div>\n<div class=\"accordion__item-content\">\n<p>To access your saved posts and comments, tap on your profile icon in the top-right corner, then tap the <img src=\"https://support.reddithelp.com/hc/article_attachments/29834207075220\" alt=\"icon_saved\"> Saved button. You'll find all your saved content conveniently organized there.</p>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How can I see my post/comment history on the Reddit mobile app?</strong></div>\n<div class=\"accordion__item-content\">\n<p>To view your post and comment history:</p>\n<ol>\n<li>Tap your profile icon in the top-right corner.</li>\n<li>Tap <em>My Profile</em>.</li>\n<li>From there, you can navigate between the <em>Posts</em> and <em>Comments</em> tabs to see your respective history.</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How do I turn off ads on the Reddit mobile app?</strong></div>\n<div class=\"accordion__item-content\">\n<p>You can enjoy an ads-free experience with a <a href=\"https://support.reddithelp.com/hc/en-us/articles/360043034412-What-is-a-Reddit-Premium-subscription-\" target=\"_self\">Reddit Premium subscription</a>. You can purchase a subscription for your account on the desktop site, or through the Reddit app. To purchase a Reddit Premium subscription, follow these steps:</p>\n<ol>\n<li>Click/Tap your profile icon in the top-right corner.</li>\n<li>Click/Tap \"Reddit Premium\" on the menu.</li>\n<li>Follow the prompts to select a subscription and complete the payment process.</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How do I change the font size?</strong></div>\n<div class=\"accordion__item-content\">\n<p>Our official Android app uses the font size set in your device settings. This path may vary depending on your device model, but most Android devices can locate font size and style settings in your device’s system settings > display > font size and style.</p>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How do I prevent videos from automatically playing?</strong></div>\n<div class=\"accordion__item-content\">\n<p>You can enable or disable video autoplay by following these steps:</p>\n<ol>\n<li>Tap your profile icon in the top-right corner.</li>\n<li>Tap <em>Settings</em> on the menu.</li>\n<li>Under the <em>View Options</em> section, tap <img src=\"https://support.reddithelp.com/hc/article_attachments/29834214169364\" alt=\"icon_play.png\"> <em>Autoplay</em> to choose your desired setting.</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How do I mute videos by default?</strong></div>\n<div class=\"accordion__item-content\">\n<p>You can set the mobile app to mute videos by default by following these steps:</p>\n<p>Our official Android app will respect the last mute setting you used on a video displayed in-feed. If you mute a video in-feed, all subsequent videos will also be muted by default. You can undo this action by unmuting any video in-feed.</p>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How do I turn off recommended posts from my home feed?</strong></div>\n<div class=\"accordion__item-content\">\n<p>If you prefer to disable recommended posts from appearing in your home feed, you can do so by following these steps:</p>\n<ol>\n<li>Tap your profile icon in the top-right corner.</li>\n<li>Tap <em>Settings</em> on the menu.</li>\n<li>Tap <em>account settings for /u/username.</em>\n</li>\n<li>Under the <em>Privacy</em> section, toggle <em>Enable home feed recommendations</em> to the desired setting.</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How do I block specific communities from appearing in my feed?</strong></div>\n<div class=\"accordion__item-content\">\n<p>You can use the \"mute\" feature to prevent a community from appearing in your feeds.</p>\n<ol>\n<li>Go to the community you wish to mute.</li>\n<li>Tap on the<img src=\"https://support.reddithelp.com/hc/article_attachments/29834214170388\" alt=\"icon_overflow_vertical (2).png\">menu icon in the top-right corner.</li>\n<li>Tap the <img src=\"https://support.reddithelp.com/hc/article_attachments/29834207081876\" alt=\"icon_volume_mute.png\"> <em>Mute r/community</em> button.</li>\n<li>A confirmation prompt will appear, tap <em>Yes</em> to confirm.</li>\n</ol>\n<p>By muting a community, you'll no longer see posts from that particular community in your feed. However, you'll still be able to visit the community directly if you want to view its content.</p>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How can I block or unblock a redditor on the Reddit mobile app?</strong></div>\n<div class=\"accordion__item-content\">\n<p>To block a redditor on our official Android app:</p>\n<ol>\n<li>Tap their username to open their profile page.</li>\n<li>Tap the overflow menu (<img src=\"https://support.reddithelp.com/hc/article_attachments/29834214170388\" alt=\"icon_overflow_vertical (2).png\">) in the top right corner of their profile.</li>\n<li><span style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\">Select <em>Block account</em> from the pop-up menu.</span></li>\n</ol>\n<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\">You will no longer see see posts and comments by that redditor.</span></p>\n<p>To unblock a redditor:</p>\n<ol>\n<li>Tap your profile icon in the top-right corner of your home feed screen.</li>\n<li>Tap <em>settings</em> in the pull-out card.</li>\n<li>Tap <em>account settings for /u/username.</em>\n</li>\n<li>Scroll down to <em>manage blocked accounts</em> and tap <em>unblock</em> beside the account you want to unblock.</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How do I enable or disable Not Safe for Work (NSFW) content on the Reddit mobile app?</strong></div>\n<div class=\"accordion__item-content\">\n<p>You can choose whether or not you see NSFW content in the Reddit app by following these steps:</p>\n<ol>\n<li>Tap your profile icon in the top-right corner.</li>\n<li>Tap <em>Settings</em> on the menu.</li>\n<li>Under the <em>View options</em> section, toggle <em>Show mature content (I’m over 18)</em> to the desired setting.</li>\n</ol>\n<p>The Android app also has a setting labeled <em>Blur mature (18+) images and media.</em> When this setting is enabled, NSFW content will still show up in your feed, but it will be blurred until you tap to reveal the content.</p>\n</div>\n</div>\n</div>",
"user_segment_ids": []
},
{
"id": 17098769739156,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/17098769739156.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/17098769739156-Official-Reddit-App-FAQ-for-iOS",
"author_id": 383906619451,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": -280,
"vote_count": 510,
"section_id": 17099548447636,
"created_at": "2023-07-04T13:56:54Z",
"updated_at": "2025-01-16T18:11:07Z",
"name": "Official Reddit App FAQ for iOS",
"title": "Official Reddit App FAQ for iOS",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-11-06T13:31:04Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"Block",
"nsfw",
"notifications",
"dark mode",
"font size",
"videos",
"recommended",
"faq"
],
"body": "<p>Welcome to the FAQ for the official Reddit App. Whether you're a new or seasoned redditor, we're here to help answer some of the most common questions. Let's dive right in!</p>\n<div class=\"accordion accordion--default\">\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>Is there a dark mode option for the Reddit mobile app?</strong></div>\n<div class=\"accordion__item-content\">\n<p>Yes! You can enable dark mode to make your browsing experience easier on the eyes, especially in low-light environments. </p>\n<ol>\n<li>Tap on your profile icon in the top-right corner.</li>\n<li>Tap the moon icon (<img src=\"https://support.reddithelp.com/hc/article_attachments/29835264501908\" alt=\"icon_night.png\">) located in the lower-right corner.</li>\n</ol>\n<p>This will toggle dark mode on or off.</p>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How can I manage which types of notifications I receive?</strong></div>\n<div class=\"accordion__item-content\">\n<p>You can manage your notifications settings and choose which types of notifications you wish to receive by following these steps:</p>\n<ol>\n<li>Tap your profile icon in the top-right corner.</li>\n<li>Tap <em>Settings </em>on the menu.</li>\n<li>Tap your profile under <em>Account Settings.</em>\n</li>\n<li>Tap <em>Manage notifications</em> and toggle on/off the different types of notifications as desired.</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>Can I view my saved posts/comments on the Reddit mobile app?</strong></div>\n<div class=\"accordion__item-content\">\n<p>To access your saved posts and comments:</p>\n<ol>\n<li>Tap on your profile icon in the top-right corner.</li>\n<li>Tap the <img src=\"https://support.reddithelp.com/hc/article_attachments/29835264503828\" alt=\"icon_saved\"> Saved icon.</li>\n</ol>\n<p>You'll find all your saved content conveniently organized there.</p>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How can I see my post/comment history on the Reddit mobile app?</strong></div>\n<div class=\"accordion__item-content\">\n<p>To view your post and comment history:</p>\n<ol>\n<li>Tap on your profile icon in the top-right corner.</li>\n<li>Tap on <em>My Profile</em>.</li>\n<li>From there, you can navigate between the <em>Posts</em> and <em>Comments</em> tabs to see your respective history.</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How do I turn off ads on the Reddit mobile app?</strong></div>\n<div class=\"accordion__item-content\">\n<p>You can enjoy an ads-free experience with a <a href=\"https://support.reddithelp.com/hc/en-us/articles/360043034412-What-is-a-Reddit-Premium-subscription-\" target=\"_self\">Reddit Premium subscription</a>. You can purchase a subscription for your account on the desktop site, or through the Reddit app. To purchase a Reddit Premium subscription, follow these steps:</p>\n<ol>\n<li>Click/Tap your profile icon in the top-right corner.</li>\n<li>Click/Tap <em>Reddit Premium</em> on the menu.</li>\n<li>Follow the prompts to select a subscription and complete the payment process.</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How do I change the font size?</strong></div>\n<div class=\"accordion__item-content\">\n<p>Our official iOS app uses the font size set in your device settings. This path may vary depending on your model, but most iOS devices can locate font size and style settings by following these steps:</p>\n<ol>\n<li>Open device settings.</li>\n<li>Tap <em>Accessibility.</em>\n</li>\n<li>Under the <em>General</em> section, select <em>Per-App Settings.</em>\n</li>\n<li>Tap <em>Add app</em> and choose <em>Reddit.</em>\n</li>\n<li>Tap on Reddit and select <em>Larger Text.</em>\n</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How do I prevent videos from automatically playing?</strong></div>\n<div class=\"accordion__item-content\">\n<p>You can enable or disable video autoplay by following these steps:</p>\n<ol>\n<li>Tap your profile icon in the top-right corner.</li>\n<li>Tap <em>Settings</em> on the menu.</li>\n<li>Under the <em>View Options</em> section, tap <img src=\"https://support.reddithelp.com/hc/article_attachments/29835264504852\" alt=\"icon_play.png\"><em>Autoplay</em> to choose your desired setting.</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How do I mute videos by default?</strong></div>\n<div class=\"accordion__item-content\">\n<p>You can set the mobile app to mute videos by default by following these steps:</p>\n<ol>\n<li>Tap your profile icon in the top-right corner.</li>\n<li>Tap <em>Settings</em> on the menu.</li>\n<li>Under the <em>Advanced</em> section, toggle <em>Mute videos by default</em> to your desired setting.</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How do I turn off recommended posts from my home feed?</strong></div>\n<div class=\"accordion__item-content\">\n<p>If you prefer to disable recommended posts from appearing in your home feed, you can do so by following these steps:</p>\n<ol>\n<li>Tap your profile icon in the top-right corner.</li>\n<li>Tap <em>Settings</em> on the menu.</li>\n<li>Tap your profile under <em>Account Settings</em>.</li>\n<li>Under the <em>Personalized Recommendations</em> section, toggle <em>Enable home feed recommendations</em> to the desired setting.</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How do I block specific communities from appearing in my feed?</strong></div>\n<div class=\"accordion__item-content\">\n<p>You can use the \"mute\" feature to prevent a community from appearing in your feeds.</p>\n<ol>\n<li>Go to the community you wish to mute.</li>\n<li>Tap on the <img src=\"https://support.reddithelp.com/hc/article_attachments/29835264502676\" alt=\"icon_overflow_horizontal.png\"> menu icon in the top-right corner.</li>\n<li>Tap the <em>Mute r/community</em> button.</li>\n<li>A confirmation prompt will appear, tap <em>Yes </em>to confirm.</li>\n</ol>\n<p>By muting a community, you'll no longer see posts from that particular community in your feed. However, you'll still be able to visit the community directly if you want to view its content.</p>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>How can I block or unblock a redditor on the Reddit mobile app?</strong></div>\n<div class=\"accordion__item-content\">\n<p>To block a redditor on our official iOS app:</p>\n<ol>\n<li>Tap their username to open their profile card.</li>\n<li>Tap the block user icon (<img src=\"https://support.reddithelp.com/hc/article_attachments/29835227345300\" alt=\"icon_block.png\">) in the top-right corner.</li>\n<li>Tap <em>Block</em> and you will no longer see posts and comments by that redditor.</li>\n</ol>\n<p>To unblock a redditor:</p>\n<ol>\n<li>Tap on your profile icon in the top right corner.</li>\n<li>Tap <em>settings</em> in the pull-out card.</li>\n<li>Tap <em>account settings for /u/username.</em>\n</li>\n<li>Scroll down to <em>manage blocked accounts</em> and tap <em>unblock</em> beside the account you want to unblock.</li>\n</ol>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong> How do I enable or disable Not Safe for Work (NSFW) content on the Reddit mobile app?</strong></div>\n<div class=\"accordion__item-content\">\n<p>You can choose whether or not you see NSFW content in the Reddit app by following these steps:</p>\n<ol>\n<li>Open the iOS Settings app.</li>\n<li>Tap <em>Reddit</em> to open the Reddit app device settings.</li>\n<li>Toggle the <em>Show NSFW Content (18+)</em> setting according to your preference.</li>\n</ol>\n<p>The iOS app also has a setting labeled <em>Blur NSFW images</em>. When this setting is enabled, NSFW content will still show up in your feed, but it will be blurred until you tap to reveal the content.</p>\n</div>\n</div>\n</div>",
"user_segment_ids": []
},
{
"id": 16988270803604,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/16988270803604.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/16988270803604-Accessibility-at-Reddit",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": -35,
"vote_count": 79,
"section_id": 201080565,
"created_at": "2023-06-30T22:04:00Z",
"updated_at": "2024-11-20T10:21:38Z",
"name": "Accessibility at Reddit",
"title": "Accessibility at Reddit",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2024-10-14T15:00:00Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"policy",
"Accessibility"
],
"body": "<p>Reddit’s mission is to bring community, belonging, and empowerment to everyone in the world. Explicit in that mission is Reddit’s commitment to ensuring everyone, including people with disabilities, can access Reddit without barriers.</p>\n<p>Reddit has a dedicated cross-functional team that is focused on ensuring the accessibility of Reddit’s iOS, Android and web products. This team follows established guidelines and best practices, and in addition works with Redditors and external experts to continuously improve our products. </p>\n<p>We’re committed to improving the accessibility of Reddit and would love to hear from you. To share your feedback with us, please reach out via accessibility@reddit.com.</p>",
"user_segment_ids": []
},
{
"id": 16541673562260,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/16541673562260.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/16541673562260-Reddit-Helper-Rewards-Program-Overview",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 56,
"vote_count": 94,
"section_id": 16541696931988,
"created_at": "2023-06-14T23:41:36Z",
"updated_at": "2024-11-20T02:47:19Z",
"name": "Reddit Helper Rewards Program Overview",
"title": "Reddit Helper Rewards Program Overview",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2023-11-08T21:41:01Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"reddit helper rewards program"
],
"body": "<p><span style=\"color: #222222; background-color: #ffffff;\">This program was created to reward redditors who spend their time helping others learn how Reddit works. All comment </span><a href=\"https://support.reddithelp.com/hc/en-us/articles/204511829-What-is-karma-\" target=\"_blank\" rel=\"noopener noreferrer\">karma</a><span style=\"color: #222222; background-color: #ffffff;\"> that you earn in participating communities</span><span style=\"color: #222222; background-color: #ffffff;\"> will contribute to an overall score, which will place you into different tiers. </span></p>\n<p><span style=\"color: #222222; background-color: #ffffff;\">When reaching new tiers, you’ll receive a new trophy, and depending on the tier, a new user flair. Both the trophy and flair will reflect your current level of “helpfulness”, and will progress as you gain more comment karma in the participating communities</span><span style=\"color: #222222; background-color: #ffffff;\">. We’ll also be adding other incentives and rewards as this program progresses. Here’s a quick look at some of the trophies you’ll receive as you progress through the ranks:</span></p>\n<p class=\"wysiwyg-text-align-center\"><span style=\"color: #222222; background-color: #ffffff;\"><img src=\"https://support.reddithelp.com/hc/article_attachments/29834836096788\" alt=\"PeerToPeer_Trophy_Request.png\"></span></p>\n<p><span style=\"color: #222222; background-color: #ffffff;\">In addition to the rewards above, the top three contributors each month will receive a respective trophy:</span></p>\n<p class=\"wysiwyg-text-align-center\"><span style=\"color: #222222; background-color: #ffffff;\"><img src=\"https://support.reddithelp.com/hc/article_attachments/29834816152852\" alt=\"trophy_r_help_third-place_40px.png\"><img src=\"https://support.reddithelp.com/hc/article_attachments/29834816153236\" alt=\"trophy_r_help_second-place_40px.png\"><img src=\"https://support.reddithelp.com/hc/article_attachments/29834816153620\" alt=\"trophy_r_help_first-place_40px.png\"></span></p>\n<p><span style=\"color: #222222; background-color: #ffffff;\">If you want to participate in the </span>Reddit Helper Rewards<span style=\"color: #222222; background-color: #ffffff;\"> Program, all you need to do is head over to the participating communities and start answering questions about Reddit to the best of your ability.</span></p>\n<p> </p>\n<hr>\n<h3 id=\"h_01HERDA1N2T0NM00KZN8GFJWKB\"><span style=\"color: #222222; background-color: #ffffff;\"><br>FAQs</span></h3>\n<div class=\"accordion accordion--default\">\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>What communities are participating in the program? </strong></div>\n<div class=\"accordion__item-content\">\n<ul>\n<li><a href=\"https://www.reddit.com/r/help/\" target=\"_blank\" rel=\"noopener noreferrer\">r/help</a></li>\n<li><a href=\"https://www.reddit.com/r/NovoNoReddit/\" target=\"_blank\" rel=\"noopener noreferrer\">r/NovoNoReddit</a></li>\n<li><a href=\"https://www.reddit.com/r/RedditNeulinge/\" target=\"_blank\" rel=\"noopener noreferrer\">r/RedditNeulinge</a></li>\n</ul>\n</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>Does the trophy and flair change with my tier?</strong></div>\n<div class=\"accordion__item-content\">Yes! Once you reach a new tier, your trophy will update to reflect your current level. </div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>When do trophies get updated?</strong></div>\n<div class=\"accordion__item-content\">Trophies get updated at the beginning of every month. </div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>What is the flair based on?</strong></div>\n<div class=\"accordion__item-content\">It's based on your lifetime comment karma in the participating communities mentioned above. Someone new to helping out here may be recognized as a <em>Helper</em>, while someone that has been helping out here for a long time may be recognized as an <em>Expert Helper</em>.</div>\n</div>\n<div class=\"accordion__item\">\n<div class=\"accordion__item-title\"><strong>Will my flair change at every level? </strong></div>\n<div class=\"accordion__item-content\">No, it only changes upon reaching some levels and won't update at every level. </div>\n</div>\n</div>",
"user_segment_ids": []
},
{
"id": 16124500529428,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/16124500529428.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/16124500529428-Helpful-communities-for-redditors",
"author_id": 360309431063,
"comments_disabled": true,
"draft": false,
"promoted": true,
"position": 0,
"vote_sum": 44,
"vote_count": 114,
"section_id": 201018639,
"created_at": "2023-05-31T21:48:37Z",
"updated_at": "2025-01-30T09:12:01Z",
"name": "Helpful communities for redditors",
"title": "Helpful communities for redditors",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2025-01-20T10:53:30Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [],
"body": "<p>There are many communities on Reddit designed to assist other redditors. Below is a list of official and unofficial user resource communities:<br><br></p>\n<h3 id=\"h_01H8Z67JWF6M8FBNCA5WM3J5DN\">Official: </h3>\n<ul>\n<li>\n<strong><a href=\"https://www.reddit.com/r/reddit/\" target=\"_blank\" rel=\"noopener noreferrer\">r/reddit</a></strong> - An admin-run community where we post updates, announcements, news, and occasional frivolity related to Reddit, Inc. and the platform. </li>\n<li>\n<strong><a href=\"https://www.reddit.com/r/CollectibleAvatars/\" target=\"_blank\" rel=\"noopener noreferrer\">r/CollectibleAvatars</a></strong> - An admin-run community where we post updates and announcements about <a href=\"https://support.reddithelp.com/hc/articles/7559750587540-Collectible-Avatars-on-Reddit\" target=\"_blank\" rel=\"noopener noreferrer\">Collectible Avatars</a>. Come here to get updates from admins, learn more about the creators, or share your Collectible Avatar mashups. </li>\n<li>\n<a href=\"https://www.reddit.com/r/heyUK/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>r/heyUK</strong></a> - A place where you can discover new communities and a showcase of the best posts of Reddit UK.</li>\n<li>\n<strong><a href=\"https://www.reddit.com/r/RDDT/\" target=\"_blank\" rel=\"noopener noreferrer\">r/RDDT</a></strong> - This is a moderated community where Reddit shares investor news and updates with the wider Reddit community.</li>\n<li>\n<strong><a href=\"https://www.reddit.com/r/redditdev/\" target=\"_blank\" rel=\"noopener noreferrer\">r/RedditDev</a></strong> - An admin-run community for Reddit’s API and Reddit API Clients.</li>\n<li>\n<a href=\"https://www.reddit.com/r/RedditBugs/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>r/redditbugs</strong></a> - An admin-run subreddit for tracking select known bugs.</li>\n<li>\n<strong><a href=\"https://www.reddit.com/r/redditrequest/\" target=\"_blank\" rel=\"noopener noreferrer\">r/redditrequest</a></strong> - <span style=\"background-color: #ffffff;\">An admin-run community where you can request communities with inactive or nonexistent moderator teams. </span>\n</li>\n<li>\n<strong><a href=\"https://www.reddit.com/r/RedditSafety/\" target=\"_blank\" rel=\"noopener noreferrer\">r/RedditSafety</a></strong> - An admin-run community where we keep a running log of actions taken to ensure the safety and security of reddit.com. Here, you’ll find updates such as our quarterly safety and security reports. <span style=\"color: #1c1c1c; background-color: #ffffff;\"> </span><br><br>\n</li>\n</ul>\n<h3 id=\"h_01H8Z67JWF0TSJP4NWAXTQVTG0\">Unofficial:</h3>\n<ul>\n<li>\n<strong><a href=\"https://www.reddit.com/r/help/\" target=\"_blank\" rel=\"noopener noreferrer\">r/help</a></strong> - Community where you can ask and find questions if you’re having user issues on Reddit. If your question hasn’t been answered yet, feel free to post and a <a href=\"https://support.reddithelp.com/hc/articles/16541673562260\" target=\"_blank\" rel=\"noopener noreferrer\">fellow helper</a> or Reddit admin will answer you. Although this community is not run by admins, you’ll find admins responding in this community. </li>\n<li>\n<strong><a href=\"https://www.reddit.com/r/bugs/\" target=\"_blank\" rel=\"noopener noreferrer\">r/bugs</a></strong> - A place to report bugs you’ve encountered on Reddit. Although this community is not run by admins, you’ll find admins responding in this community. </li>\n<li>\n<strong><a href=\"https://www.reddit.com/r/NewToReddit/\" target=\"_blank\" rel=\"noopener noreferrer\">r/NewToReddit</a></strong> - Community-run subreddit dedicated to helping all redditors, but especially those who need help or have questions about how to use Reddit.</li>\n<li>\n<strong><a href=\"http://reddit.com/r/findareddit\" target=\"_blank\" rel=\"noopener noreferrer\">r/FindAReddit</a></strong> - If you’re having trouble finding a community, you can post what you’re looking for and someone can suggest a community for you. </li>\n<li>\n<a href=\"https://www.reddit.com/r/NovoNoReddit/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>r/NovoNoReddit</strong></a> - A Brazilian Portuguese community where you can ask and find questions if you’re having user issues on Reddit. If your question hasn’t been answered yet, feel free to post and a <a href=\"https://support.reddithelp.com/hc/articles/16541673562260\" target=\"_blank\" rel=\"noopener noreferrer\">fellow helper</a> or Reddit admin will answer you.</li>\n<li>\n<a href=\"https://www.reddit.com/r/RedditNeulinge/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>r/RedditNeulinge</strong></a> - A German community where you can ask and find questions to become a Reddit expert. If your question hasn’t been answered yet, feel free to post and a <a href=\"https://support.reddithelp.com/hc/articles/16541673562260\" target=\"_blank\" rel=\"noopener noreferrer\">fellow helper</a> or Reddit admin will answer you.</li>\n</ul>\n<p><strong>Are you a mod? Check out <a href=\"https://support.reddithelp.com/hc/articles/15484084557332\" target=\"_blank\" rel=\"noopener noreferrer\">our list of official and unofficial mod resource communities</a>.</strong></p>",
"user_segment_ids": []
},
{
"id": 15484287252244,
"url": "https://reddit.zendesk.com/api/v2/help_center/en-us/articles/15484287252244.json",
"html_url": "https://support.reddithelp.com/hc/en-us/articles/15484287252244-Accessing-communities-you-moderate",
"author_id": 423279350891,
"comments_disabled": true,
"draft": false,
"promoted": false,
"position": 0,
"vote_sum": 49,
"vote_count": 143,
"section_id": 15483198381332,
"created_at": "2023-05-08T16:31:22Z",
"updated_at": "2025-02-03T09:23:13Z",
"name": "Accessing communities you moderate",
"title": "Accessing communities you moderate",
"source_locale": "en-us",
"locale": "en-us",
"outdated": false,
"outdated_locales": [],
"edited_at": "2025-01-21T14:53:02Z",
"user_segment_id": null,
"permission_group_id": 240006,
"content_tag_ids": [],
"label_names": [
"how to access my communities",
"where can I find the communities i moderate",
"how do i go to my subreddit"
],
"body": "<div class=\"tabs\">\n<div class=\"tabs-menu\">\n<span class=\"tabs-link is-active\">Reddit.com</span> <span class=\"tabs-link\">iOS and Android</span> <span class=\"tabs-link\">Old Reddit</span>\n</div>\n<div class=\"tab\">\n<p>There are two main ways to access the list of communities you moderate, depending on where you are on Reddit:</p>\n<ol>\n<li>From the left-hand sidebar on Reddit.com</li>\n</ol>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Look for the <em>Moderation</em> section.</li>\n<li>This section lists all the communities you moderate.</li>\n<li>Click on any community in the list to view the community or access its moderation tools.</li>\n</ul>\n</li>\n</ul>\n<p class=\"wysiwyg-text-align-center\"><img src=\"https://support.reddithelp.com/hc/article_attachments/29834436612372\" alt=\"Screenshot 2024-05-10 at 14.50.04.png\" width=\"347\" height=\"477\"></p>\n<ol start=\"2\">\n<li>\n<span style=\"font-weight: 400;\">From your profile</span><span style=\"font-weight: 400;\"></span>\n</li>\n</ol>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"font-weight: 400;\">Go to your profile by clicking on your avatar in the top-right corner of the page.</span></li>\n<li><span style=\"font-weight: 400;\">On the right-hand side of your profile page in the profile card, there's a section showing the communities you moderate.</span></li>\n<li><span style=\"font-weight: 400;\">You can click on any community in this list to go directly to it.</span></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"h_01JJ2A54X6GXFSMTXT11WPCAC0\">\n<br>Tips for managing your communities</h3>\n<ul>\n<li>Add some frequently visited communities to your favorites by clicking the star icon (<img src=\"https://support.reddithelp.com/hc/article_attachments/34088235946388\" alt=\"icon_star_fill.png\">) for easy access, especially if you moderate multiple communities. These favorited communities will be shown at the top of your list. </li>\n<li>Use the <a href=\"https://support.reddithelp.com/hc/en-us/articles/15484440494356\">Mod Queue</a> option for an overview of posts, comments, and reports across all the communities that you moderate.<br><br>\n</li>\n</ul>\n</div>\n<div class=\"tab is-hidden\">\n<p><span style=\"font-weight: 400;\">On iOS and Android, you can access the list of communities you moderate using the community side drawer. </span></p>\n<ol>\n<li><span style=\"font-weight: 400;\">Tap the collapsed menu icon (<img src=\"https://support.reddithelp.com/hc/article_attachments/29834443789844\" alt=\"icon_menu__1_.png\">) in the top left-corner of the app. </span></li>\n<li><span style=\"font-weight: 400;\">This will open the community side drawer, which includes:<br></span></li>\n</ol>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"font-weight: 400;\">Your recently visited communities.</span></li>\n<li><span style=\"font-weight: 400;\">Any custom feeds you’ve created.</span></li>\n<li><span style=\"font-weight: 400;\">Communities you’ve joined.</span></li>\n<li><span style=\"font-weight: 400;\">Communities you moderate.</span></li>\n</ul>\n</li>\n</ul>\n<p class=\"wysiwyg-text-align-center\"><img src=\"https://support.reddithelp.com/hc/article_attachments/34088235953044\" alt=\"File (6).jpg\" width=\"347\" height=\"515\"></p>\n<p><br>In the community side drawer, you’ll also have quick access to moderation tools, including:</p>\n<ul>\n<li>Mod queue</li>\n<li>Mod mail</li>\n<li>List of communities you moderate</li>\n</ul>\n<h3 id=\"01JJ2AMA4ZXPWK2PAWKT323Y3Y\">\n<br>Tips for managing your communities</h3>\n<ul>\n<li>Add some frequently visited communities to your favorites by tapping the star icon (<img src=\"https://support.reddithelp.com/hc/article_attachments/34088235946388\" alt=\"icon_star_fill.png\">) for easy access, especially if you moderate multiple communities. These favorited communities will be shown in the favorites section of the community drawer. </li>\n<li>Use the <a href=\"https://support.reddithelp.com/hc/en-us/articles/15484440494356\">Mod Queue</a> option for an overview of posts, comments, and reports across all the communities that you moderate.</li>\n</ul>\n<p class=\"wysiwyg-text-align-left\"> </p>\n</div>\n<div class=\"tab is-hidden\">\n<span style=\"font-weight: 400;\">To access the list of communities you moderate, click on your username in the top right of <a href=\"https://old.reddit.com/\" target=\"_blank\" rel=\"noopener noreferrer\">old Reddit</a> to view your profile page. On the right-hand sidebar, you will see the list of communities you moderate.</span>\n<p class=\"wysiwyg-text-align-left\"><span style=\"font-weight: 400;\"><img src=\"https://support.reddithelp.com/hc/article_attachments/29834436611476\" alt=\"Screen_Shot_2021-11-23_at_11.16.19_AM.png\"></span></p>\n</div>\n</div>",
"user_segment_ids": []
}
],
"sort_by": "position",
"sort_order": "asc"
}