# Using Selectors

- [What Are Selectors](https://docs.zerowork.io/using-zerowork/using-selectors/what-are-selectors.md)
- [Use Element's Text](https://docs.zerowork.io/using-zerowork/using-selectors/use-elements-text.md)
- [Copy Selectors](https://docs.zerowork.io/using-zerowork/using-selectors/copy-selectors.md)
- [How to Build Custom Selectors](https://docs.zerowork.io/using-zerowork/using-selectors/how-to-build-custom-selectors.md)
- [Basic Concepts of Selectors](https://docs.zerowork.io/using-zerowork/using-selectors/how-to-build-custom-selectors/basic-concepts-of-selectors.md)
- [One Element Can Have Many Selector Expressions](https://docs.zerowork.io/using-zerowork/using-selectors/how-to-build-custom-selectors/one-element-can-have-many-selector-expressions.md)
- [Check if Selector Is Correct and Unique](https://docs.zerowork.io/using-zerowork/using-selectors/how-to-build-custom-selectors/check-if-selector-is-correct-and-unique.md)
- [Exact or Loose Match](https://docs.zerowork.io/using-zerowork/using-selectors/how-to-build-custom-selectors/exact-or-loose-match.md)
- [Hierarchy](https://docs.zerowork.io/using-zerowork/using-selectors/how-to-build-custom-selectors/hierarchy.md)
- [Combine Filters with Standard CSS Logic](https://docs.zerowork.io/using-zerowork/using-selectors/how-to-build-custom-selectors/combine-filters-with-standard-css-logic.md)
- [Lists: Incremental CSS Selectors](https://docs.zerowork.io/using-zerowork/using-selectors/how-to-build-custom-selectors/lists-incremental-css-selectors.md)
- [Addressing Siblings](https://docs.zerowork.io/using-zerowork/using-selectors/how-to-build-custom-selectors/addressing-siblings.md)
- [How to Use XPath in ZeroWork (advanced)](https://docs.zerowork.io/using-zerowork/using-selectors/how-to-use-xpath-in-zerowork-advanced.md)
- [CSS Selectors Master Class](https://docs.zerowork.io/using-zerowork/using-selectors/css-selectors-master-class.md)


---

# 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.zerowork.io/using-zerowork/using-selectors.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.
