# Elements

The Elements tool quickly scans your website to identify and highlight specific accessibility issues such as missing ARIA landmarks, skipped headings, empty headings and interactive elements with inaccessible labels.

### How to use the Elements Tool

{% embed url="<https://www.youtube.com/watch?rel=0&v=Bsw_3-ymRSw?vq=hd1080>" %}
Inspecting the accessibility information of elements with the Flowy Elements Tool
{% endembed %}

### How It Works

* Highlight semantic structures like headings, buttons and links.
* Highlight images with and without alternative text and help you determine the meaningfulness and context of the alternative texts.
* Identify and highlight form and input fields and if they are missing accessible names and descriptions where appropriate.
* Highlight the existing landmarks on your web page.
* Highlights buttons and links with and without accessible names.


---

# 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.equally.ai/flowy/flowy-tools/elements.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.
