# Location Selector (CSS Selector)

There are three different methods that can be used for location selection.

1. You can choose the location where you want the action to appear using the location selector feature in your own panel.&#x20;
2. You can choose one of the provided locations within the action. &#x20;
3. You can make CSS selections either with the Chrome extension that enables CSS Selector, or manually by selecting through Chrome inspect, and then you can take the value of the respective location and place it in the panel.

![](/files/DbpjPyj040si0TOwQo6L)

{% hint style="info" %}
After clicking on the element selection, you can enter your website's URL and choose where you want the action to be positioned on the page.
{% endhint %}

![Indicates that the section is selectable.](/files/eHFFzb2Fjzp7yVSfzSpe)

{% hint style="success" %}
If the area you clicked on turns green, it means you have made a selectable (compatible) selection.
{% endhint %}

{% hint style="danger" %}
If the URL you entered in the location selection screen is not loading, it is due to your site preventing external loading. In such cases, you should choose one of the default locations or manually write the correct selector.
{% endhint %}

{% hint style="danger" %}
If you have made your selection and the action is not visible, you should try choosing a broader area based on the possibility of a problem originating from the selected area and try again. **Considering that the issue of the action not appearing may not only be from here, you should also consider other parameters!**
{% endhint %}


---

# 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://yapaytech.gitbook.io/collectaction-app-store/action/location-selector-css-selector.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.
