> For the complete documentation index, see [llms.txt](https://help.blings.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blings.io/docs/creating-managing-projects/accessibility-language-support.md).

# Accessibility & Language Support

Use accessibility and language checks before sharing a project with real viewers. These checks help keep text readable, interactive elements clear, and localized versions consistent across scenes.

## Accessibility Basics

Before publishing, confirm:

* Text has enough contrast against the background.
* Important text is large enough to read on mobile.
* Buttons and interactive elements use clear labels.
* The video still makes sense when audio is muted.
* Key information is not communicated by color alone.
* Viewers have enough time to read and act.

## Language and Localization

For translated or multi-language projects:

* Keep one approved source of truth for translated copy.
* Preview long translated values because text length can change by language.
* Check line breaks, alignment, and text fitting in every scene.
* Create separate scene variants when a language needs different layout or timing.
* Test links, dates, currencies, numbers, and right-to-left text when relevant.

## Captions and On-Screen Text

Use captions or visible summary text when the viewer may watch without sound. Keep captions short, readable, and synchronized with the scene timing.

If captions are part of the creative, review them as visible scene content before publishing.

## Related Pages

{% content-ref url="/pages/dWDvEf2NdtEcF4FiC7J5" %}
[Branding, Design, & General Content](/docs/creating-managing-projects/branding-design.md)
{% endcontent-ref %}

{% content-ref url="/pages/bcRQFe7z7lFx18VCXfhy" %}
[Scenes & Flow Maps](/docs/creating-managing-projects/scenes-flow-maps.md)
{% endcontent-ref %}


---

# 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:

```
GET https://help.blings.io/docs/creating-managing-projects/accessibility-language-support.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.
