# Accessibility improvements based on WCAG guidelines

FileBird is now more accessible than ever! We’ve implemented a range of improvements to ensure that our interface aligns with the WCAG 2.1 standards, making it easier to use for people with disabilities. This document provides a detailed overview of the accessibility enhancements in FileBird and how to benefit from them.

<figure><img src="/files/HLof78jpxZWl4NQTvNB9" alt=""><figcaption></figcaption></figure>

### 🔑 Supported Keyboard Controls

| Key               | Action                                                                      |
| ----------------- | --------------------------------------------------------------------------- |
| **Tab**           | Move focus to the next interactive element (folders, buttons, upload, etc.) |
| **Shift + Tab**   | Move focus to the previous element                                          |
| ↑ / ↓ / → / ←     | Navigate up/down between media files in the folder                          |
| **Enter / Space** | Select folder, file, activate buttons or open menus                         |
| **Esc**           | Close modals or dropdowns, cancel actions                                   |

### 🧪 How to Test Keyboard Navigation

Follow this step-by-step checklist:

1. Open **Media > Library**.
2. Press `Tab` repeatedly and observe where the focus goes.
3. Use `Arrow Keys` in the folder panel to test files media.
4. Press `Enter` to trigger actions (like Rename Folder).
5. Open a modal (e.g., Rename) and check if the focus is contained inside.
6. Close modals with `Esc` and confirm focus returns to the previous element.

### ✅ Accessibility Benefits

* No mouse required — fully operable via keyboard.
* Clear and visible **focus indicators**.
* Logical **Tab order** for intuitive navigation.
* Improved experience for:
  * Users with mobility impairments.
  * Users relying on screen readers.
  * Power users preferring keyboard shortcuts.

***

### 📝 Tip for Users

You can test keyboard support by pressing `Tab` repeatedly from the start of the media library and watching where the focus goes. You’ll notice that **every interactive element is reachable** and behaves predictably.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ninjateam.org/integrations/superior-features-of-filebird/accessibility-improvements-based-on-wcag-guidelines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
