# Copy Selectors

Copying selectors can be done very easily. Although directly copied selectors won't work for all use cases, they will work in **most** cases, and given how easy this method is, it's a great starting point.

This section explains how to copy selectors in one click.

We recommend this free CSS selector tool for Chrome: [Copy CSS Chrome plugin](https://chrome.google.com/webstore/detail/copy-css-selector/kemkenbgbgodoglfkkejbdcpojnodnkg). With it, you can right-click on any element of the website to copy its CSS selector and then paste it into the building block *Website action*.

![](/files/uuk4QNaYfjBRrFlRDzLD)

After clicking on *copy CSS selector*, wait a few seconds until a dotted frame is shown. If no frame is shown, then something went wrong - try right-clicking again until the frame appears. This is what this frame looks like:

![Wait for the frame to appear on the selected element](/files/pjlGR7mxkj1q8Rjcmowj)

### Video Tutorial: Introduction to Selectors

{% embed url="<https://youtu.be/xRiai6UL7fQ?si=UJb-nB4Fjs_zhv_c>" %}


---

# 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/copy-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.
