# Visible Text

Visible text selectors allow you to find elements based on the text content users can actually see on the screen. This is especially useful for buttons, links, and labels where the text is predictable and unique. It’s a more human-readable approach, but it's important to ensure that the text doesn’t change frequently.

**Examples:**

* `Add to Basket`
* `Continue`
* `Log in`
* `Forgot password?`


---

# 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.does.qa/elements/selector-types/visible-text.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.
