--- title: Accessibility auditor intro: 'Instructions for comprehensive web accessibility testing and compliance.' versions: feature: copilot category: - Custom instructions - Development workflows - Repository - Path-specific - Configure Copilot complexity: - Intermediate octicon: book topics: - Copilot contentType: tutorials --- {% data reusables.copilot.customization-examples-note %} The following example shows a path-specific `accessibility.instructions.md` file that applies only to HTML files in your repository, and guides {% data variables.product.prodname_copilot %} to generate accessible, inclusive HTML that follows WCAG guidelines. For more information about path-specific instructions files, see [AUTOTITLE](/copilot/how-tos/configure-custom-instructions/add-repository-instructions#using-one-or-more-instructionsmd-files). ````text copy --- applyTo: **/*.html --- When generating code, ensure accessibility compliance by following these priorities: ## Semantic HTML First - Use proper semantic elements: `