# AI Vasco recommendation algorithm

AI Vasco is a recommendation system that is constantly being retrained. The retraining is done to provide the user with recommendations that match their interests. Our system interacts with:

* Databases of tags, points, and ratings
* The locations that the user visits
* The content that the user posts
* The categories of establishments
* The ratings and reviews

By interacting with these elements, AI Vasco provides the user with a result in the recommendation system. This feature ensures that our users are only presented with relevant content.

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

In addition, the [recommendation system](/product/for-business/promotional-tools.md) helps businesses attract new customers. daGama only recommends places that will be of interest to the user, eliminating unnecessary information from their life.

AI Vasco is also used when[ creating itineraries](/product/for-user/creating-recommendations-and-iteneraries.md), offering the user a route they can take that is based on their interests.

By retraining and learning more about each user, AI Vasco will always provide the most relevant recommendations for users.

<figure><img src="/files/ElGfLH3U2dZqWZUlzG7r" 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://wp.dagama.world/architecture/trust-rating-algorithm/ai-vasco-recommendation-algorithm.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.
