# Find Elements

Pylenium provides 5 main ways to find elements:

* [contains](/driver-commands/find-elements/contains.md)   get a <mark style="color:yellow;">single element</mark> by **TEXT**
* [find](/driver-commands/find-elements/find.md)           find a <mark style="color:yellow;">list of elements</mark> by **CSS**
* [findx](/driver-commands/find-elements/find_xpath.md)         find a <mark style="color:yellow;">list of elements</mark> by **XPATH**
* [get](/driver-commands/find-elements/get.md)            get a <mark style="color:yellow;">single element</mark> by **CSS**
* [getx](/driver-commands/find-elements/get_xpath.md)          get a <mark style="color:yellow;">single element</mark> by **XPATH**


---

# 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.pylenium.io/driver-commands/find-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.
