> For the complete documentation index, see [llms.txt](https://yes-i-can.gitbook.io/learn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yes-i-can.gitbook.io/learn/readme.md).

# Welcome to Yes I Can!

<div data-with-frame="true"><figure><img src="/files/pBYxwp2ARzzmEEmQLVXK" alt="Backlit keyboard with an elongated key labeled with text that reads &#x22;Accessibility&#x22;"><figcaption></figcaption></figure></div>

**Yes I Can!** is a site developed specifically for general education teachers who:

* are preparing for a student in their class who is blind or has low vision,
* want to be more inclusive by creating and providing digital content that is more accessible and universal for all students, and/or
* want a safe space to learn and practice new skills.

The goal is to spread the message of how important it is to create digital content that is born accessible from the beginning.

You (yes, you!) can create accessible digital content!

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><strong>Getting Started: Mindset</strong></h4></td><td>I am new to blindness and low vision.</td><td data-object-fit="cover" data-alt="A small green seedling growing in soil outdoors"><a href="/files/EBJse5ePWuf1BiglEHIN">/files/EBJse5ePWuf1BiglEHIN</a></td><td></td><td></td><td><a href="/pages/7fpOvfy68y77JKhywZOr">/pages/7fpOvfy68y77JKhywZOr</a></td></tr><tr><td><h4>Learning How: <strong>Skill</strong></h4></td><td>I want to learn how to create accessible digital content.</td><td data-object-fit="cover" data-alt=" A person caring for a plant growing in the soil with a trowel nearby"><a href="/files/2KNDRMrHdD9KmGbtMgkT">/files/2KNDRMrHdD9KmGbtMgkT</a></td><td></td><td><a href="https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md">https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md</a></td><td><a href="/pages/aOjs4gC5WzIpifbjuGsn">/pages/aOjs4gC5WzIpifbjuGsn</a></td></tr><tr><td><h4>Give Me <strong>More: Community</strong></h4></td><td>I want to learn more from the community promoting access for blind and low vision students.</td><td data-object-fit="cover" data-alt="A small white rose bush full of blooms growing in an outdoor garden"><a href="/files/r1WrDe3BHUCmDxThs5oc">/files/r1WrDe3BHUCmDxThs5oc</a></td><td></td><td><a href="/pages/QPzbTvC6XsT5gERiU43E">/pages/QPzbTvC6XsT5gERiU43E</a></td><td><a href="/pages/MxJFRDLbwnFUAILkmum7">/pages/MxJFRDLbwnFUAILkmum7</a></td></tr></tbody></table>

***

<p align="center"><i class="fa-copyright">:copyright:</i> 2026 Kerry S. Lueders. All rights reserved.</p>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://yes-i-can.gitbook.io/learn/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
