# Accessibility & Usability

[Accessibility for Everyone](https://abookapart.com/products/accessibility-for-everyone) #book - by Laura Kalbag

[Color Accessibility Workflows](https://abookapart.com/products/color-accessibility-workflows) #book - by Geri Coady

[Designing Web Usability](https://www.goodreads.com/book/show/22149.Designing_Web_Usability) #book - by Jakob Nielsen

[Don't Make Me Think, Revisited: A Common Sense Approach to Web Usability](https://www.goodreads.com/book/show/18197267-don-t-make-me-think-revisited) #book

[Everyday Information Architecture](https://abookapart.com/products/everyday-information-architecture) #book  - by Lisa Maria Martin

[GUI Bloopers: Don'ts and Do's for Software Developers and Web Designers](https://www.goodreads.com/book/show/853273.GUI_Bloopers) #book

[The Humane Interface: New Directions for Designing Interactive Systems](https://www.goodreads.com/book/show/344726.The_Humane_Interface) #book

[The Inmates Are Running the Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity](https://www.goodreads.com/book/show/44098.The_Inmates_Are_Running_the_Asylum) #book

[Web Accessibility by Google](https://www.udacity.com/course/web-accessibility--ud891) #course - Free. "In this course you’ll get hands-on experience making web applications accessible. You’ll understand when and why users need accessibility. Then you’ll dive into the "how": making a page work properly with screen readers, and managing input focus (e.g. the highlight you see when tabbing through a form.) You’ll understand what "semantics" and "semantic markup" mean for web pages and add ARIA markup to enable navigating the interface with a range of assistive devices. Finally, you’ll learn styling techniques that help users with partial vision navigate your pages easily and reliably."


---

# 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://brain.nathanarthur.com/self-study/accessibility-and-usability.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.
