# Accesibility

In order to follow accessibility standards each component that renders text implements the Element property:

![](/files/omSYehRZbb5dQmvgwRe0)

We can use this property to define the HTML element that will be rendered.

In the case of form fields like input texts, we have the property Holder Id that is used to associate labels with input fields. Let's see a TextField component that is composed of a label and an input field:

![](/files/xtIthZM35JNBKE4LJKhU)

If we need to associate the label with the input field we only have to set their Holder Ids to the Private Id of the container component, textField in this example:

![](/files/EvXEDoM9RzSDmKfSnNTe)

![](/files/cuBZjBYiCkR3MuOFwQCR)


---

# 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://help.pickzen.com/design-system/accesibility.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.
