# Elements Commands

- [Elements.should()](https://docs.pylenium.io/elements-commands/elements.should.md): A collection of expected conditions against a list of Elements
- [first](https://docs.pylenium.io/elements-commands/first.md): The command to get the first Element in a list of Elements.
- [length](https://docs.pylenium.io/elements-commands/length.md): The command to get the length of Elements.
- [last](https://docs.pylenium.io/elements-commands/last.md): The command to get the last Element in a list of Elements.
- [is\_empty](https://docs.pylenium.io/elements-commands/is_empty.md): The command to check if the list of elements is empty.


---

# 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/elements-commands.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.
