# Introduction to LibA11y

In the library world, we create a lot of content. This guide is designed to help you make this content accessible to everyone. In addition to explaining *how* to make our content accessible, this guide aims to explain *why* these methods are needed. We hope this knowledge makes it easier to implement.&#x20;

## How to use this guide

You can read this guide multiple ways. You can read it beginning to end. You can jump directly to the section you immediately need. You can read details about how library patrons use screen readers to better understand how these content solutions work— or jump right to the solutions section. Videos created by the U.S. Dept. of Education show a lot of the recommendations in action. Grab what you need and return for additional information as you find time. Definitely [install the WAVE testing tool](https://www.liba11y.org/howto/how-to-build-better) to help you check your work.

> ## 5 quick tips to immediately improve your content accessibility
>
> 1. Use[ headings for your content headlines](https://www.liba11y.org/howto/better-page-structure) (h1, h2, h3). Keep your headings in logical order to provide an outline for your document.
> 2. [Include alternative text](https://www.liba11y.org/howto/better-images) to convey the content of your images.
> 3. Ensure all your [videos include closed captions](https://www.liba11y.org/howto/better-video) and/or transcripts.
> 4. [Don't rely on color to convey information](https://www.liba11y.org/howto/better-color) and make sure your text has good color contrast.
> 5. The [text of your links should be meaningful](https://www.liba11y.org/howto/better-links) even taken out of context.

![We can't sit on our laurels and assume that our content can be used by everyone.](https://2876222466-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L_D92I7HellwEIa_KmU%2F-LbcZdsvmB5WFaTTTnUW%2F-LbcfHQw3P7bw6AVIZjX%2F1000px-Web_Accessibility_laurel.svg.png?alt=media\&token=6234c6c1-4ff9-435e-8080-f421ad84d0c0)

## **What does "LibA11y" mean?**&#x20;

**Lib** is for the wonderful world of libraries. **A11y** is a common numeronym for accessibility — 11 being the number of characters between the A and Y. Phonetically, a11y makes us allies for universal access.

## Use-Share-Remix

Version 1.2 updated in 2024 by Jerry Yarnetsky, web services librarian at Miami University, Oxford, Ohio. This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).


---

# 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://www.liba11y.org/master.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.
