# Content customization

Content customization is a key feature that lets you create tailored experiences with your AIsuru Agent. In this section, we'll explore different ways to personalize how your Agent interacts with users.

In this section, you'll find:

1. [**Assigning contents to specific roles**: ](/en/agent-training/advanced/content-customization/assigning-contents-to-roles.md)learn how to show different contents to different types of users
2. [**Customizing responses by user date and location**:](/en/agent-training/advanced/content-customization/customizing-responses-by-date-and-location.md) learn how to create contents that are only available in certain places or during certain time periods
3. [**Managing suggestions**: ](/en/agent-training/advanced/content-customization/managing-suggestions.md)explore how to guide the conversation with predefined options
4. [**Context: topics and labels**: ](/en/agent-training/advanced/content-customization/context-topics-and-labels.md)dive deeper into managing conversation context through topics and labels
5. [**Managing executable scripts**: ](/en/agent-training/advanced/content-customization/managing-code-snippets.md)learn how to integrate and run code snippets to create advanced interactions
6. [**Using timeout**:](/en/agent-training/advanced/content-customization/using-timeout.md) learn how to handle user inactivity periods effectively

These features will let you create a personalized, context-aware experience — adapting your Agent's behavior to different needs and situations.


---

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