# Customizing responses by user date and location

AIsuru lets you make your Agent even smarter and more context-aware by personalizing responses based on the user's date and location. This feature is especially useful for creating interactive experiences tied to specific events or places.

### How the customization works

The Agent will only deliver content when the specified date and/or location conditions are met. For example:

* You can show certain contents only in specific locations;
* You can make responses available only on specific dates and times;
* You can combine both conditions for even more precise personalization.

### Setting a location

When creating or editing a content, in the "Location and date" section you can **click the "Location" field** to assign your content to a specific place:

1. Enter the location name or click "Use my location";
2. Adjust the **uncertainty radius** to your needs (from 0 to 100 km);
3. Verify the selected area on the map.

{% hint style="info" %} <mark style="color:blue;">To</mark> <mark style="color:blue;">**remove the location assignment from a content**</mark><mark style="color:blue;">, click</mark>  <mark style="color:blue;">**Delete**</mark> <mark style="color:blue;">below the map.</mark>
{% endhint %}

### Setting a date

In the same section you can define the content's validity period:

1. Click the "**Date**" button in the "Location and date" section of your content;
2. Specify the time range using the calendar that opens when you click the "From" and "To" fields; the chosen date will be shown in this format: DD/MM/YYYY HH:mm
3. Use  **Delete** to remove the set dates

### Usage examples

#### Location-based customization

Ideal for:

* **Museums**: create content specific to each room or exhibit;
* **Treasure hunts**: provide clues based on the user's position;
* **Stores**: offer information about products or promotions based on the department.

#### Date-based customization

Perfect for:

* **Seasonal events**: special content for Christmas, Easter, Halloween, etc.;
* **Temporary promotions**: information about sales or limited-time offers;
* **Marketing campaigns**: content tied to product launches or special initiatives.

🎭 You can combine date and location to create even more targeted, context-specific experiences.

### Tips for effective use

1. **Plan ahead** which contents should be available where and when;
2. **Regularly test** your customized contents to make sure they display correctly at the expected dates and locations.

Customizing responses by date and location is a powerful tool for building a truly context-aware, dynamic AI Agent. Use it to deliver a unique user experience that's always relevant — no matter where or when your Agent is used.


---

# 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.aisuru.com/en/agent-training/advanced/content-customization/customizing-responses-by-date-and-location.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.
