# Custom Groups Custom groups are pre-defined, Prolific-curated sets of participants that can be used as filters in your studies. To use custom groups in your studies: Get available custom groups using the filters endpoint: ``` GET /api/v1/filters/?filter_tag=custom-group ``` To check the number of participants in the custom group,please go here: Use the custom group in your study: ``` { "filters": [ { "filter_id": "javascript", "selected_values": ["0"] } ], } ```