# Auto Response Products - Auto Response ## Check for Auto Response Rule conflicts - [POST /auto-response/rules/check-conflict](https://docs.uberall.com/apis/swagger/auto-response/post_auto_response_rules_check_conflict.md): Check if there are any other Auto Response Rules that have status ACTIVE, apply to at least one of the businesses or locations in this request, and share at least one of the triggers in this request. When editing an existing Auto Response Rule, its id should be passed in ignoreRule so that it is not returned as a false positive. ## List Auto Response Rules with filters - [GET /auto-response/rules](https://docs.uberall.com/apis/swagger/auto-response/get_auto_response_rules.md): List Auto Response Rules with filters ## Create an Auto Response Rule - [POST /auto-response/rules](https://docs.uberall.com/apis/swagger/auto-response/post_auto_response_rules.md): Create an Auto Response Rule ## Get an Auto Response Rule - [GET /auto-response/rules/{id}](https://docs.uberall.com/apis/swagger/auto-response/get_auto_response_rules_id.md): Get an Auto Response Rule ## Delete an Auto Response Rule - [DELETE /auto-response/rules/{id}](https://docs.uberall.com/apis/swagger/auto-response/delete_auto_response_rules_id.md): Delete an Auto Response Rule. Only rules that can be edited by the current user can be deleted ## Edit an Auto Response Rule - [PATCH /auto-response/rules/{id}](https://docs.uberall.com/apis/swagger/auto-response/patch_auto_response_rules_id.md): Edit an Auto Response Rule. The current user can edit this rule when they have access to all businesses and locations that identify this rule.