# Demographic Rules

* **Country:**\
  Show content based on the customer's location. For instance, display content if the user is in Uruguay
* **Device:** \
  Tailor content based on the user's device—web or mobile. For example, show content only if the customer is accessing from a mobile device.&#x20;
* **Weather:** \
  Customize content according to the local weather forecast. For example, display content only if it's raining.&#x20;

And many more rules are coming to cater to your needs. If you require a rule that is not yet available, feel free to reach out to us at <info@goshops.com>.


---

# 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://academy.gopersonal.ai/en/admin-ui/personalizations/experiences/targeting-rules/demographic-rules.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.
