# CSS Selectors

For events that track interactions with specific elements (clicks and “element visible”), you’ll need to provide CSS selectors for the elements you want to track. You can read more about CSS selectors [here](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors). If you’re unfamiliar with CSS selectors, one good place to start is to use Google Chrome’s developer tools to find the element you’d like to select and copy its selector:

<figure><img src="/files/OO5EWzpDdi3iVb2HjWxe" alt=""><figcaption></figcaption></figure>

\\


---

# 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.intelligems.io/analytics/custom-events/css-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.
