# Creating recommendations and iteneraries

To ensure the accuracy and reliability of the User-Generated Map within daGama, we have implemented robust mechanics designed to protect the community from fake or inaccurate locations. These mechanisms emphasize user accountability and verified experiences.

### **Core Features**

#### **Check-in**

A Check-in is a user-generated point on the map that records their presence at a specific location. This feature allows users to share their experiences authentically while maintaining the integrity of recommendations. Each Check-in remains valid for 30 days, ensuring that user impressions are current and relevant. [How to Create a Check-In](/product/for-user/dagama-app-user-guide.md#how-to-create-a-check-in)

#### **Recommendations**

Every place added to daGama is considered a recommendation by the user. Recommendations can be created with or without a Check-in:

* **Verified Recommendation:** If a Check-in is selected when adding a place, the location is automatically marked as verified. [How to Create a Verified Recommendation](/product/for-user/dagama-app-user-guide.md#how-to-create-a-verified-recommendation)
* **Unverified Recommendation:** A location added without a Check-in requires verification. Any registered user can verify such a place by confirming the recommendation’s accuracy. [How to Create an Unverified Recommendation](/product/for-user/dagama-app-user-guide.md#how-to-create-an-unverified-recommendation)

When a user creates a recommendation, they become the "Pioneer" of the location. Verified recommendations help enhance trust within the community and maintain the overall quality of the platform.

#### **Verification System**

The platform features a robust verification system:

* **Verified Places:** Locations added with a Check-in are automatically verified.
* **Community Verification:** Unverified places can be confirmed by other users who validate the accuracy of the recommendation. This ensures that all locations meet the platform’s standards for authenticity.

#### **Negative Feedback**

Users can provide negative feedback about their experiences at a location. Unlike recommendations, negative feedback is kept private and sent directly to the business owner. This approach helps businesses improve their service quality while protecting users' privacy. [How to Send Negative Feedback](/product/for-user/dagama-app-user-guide.md#negative-feedback)

#### **Impressions**

Impressions are detailed posts where users share in-depth accounts of their experiences at a specific location. To create an Impression, a Check-in must be selected, linking the content to a verified geolocation. Impressions can include ratings, offering valuable insights to the community. Only verified locations are eligible for Impressions, ensuring content reliability. [How to Create an Impression](/product/for-user/dagama-app-user-guide.md#impressions)

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

#### **Memo**

Memos are quick, story-like posts with minimal content requirements, such as a photo or video. When a Check-in is linked to a Memo, it appears on the location’s card, increasing its visibility and providing other users with up-to-date perspectives on the place.

By combining these features, daGama fosters a trustworthy and dynamic environment where users can explore and recommend places with confidence. The system empowers users to share authentic experiences while ensuring that businesses are represented accurately and fairly.

### Creating itineraries

Itineraries are collections of locations put together by users to build custom travel routes. Especially helpful for tour operators, guides, and tourists, providing a chance to make money from well-traveled routes.

Users can design customized tourism itineraries according to their interests and preferences using the daGAMA project's itenarary creation mechanics.

Users can obtain an itinerary in the following ways

| **Method**                 | **Description**                                                                                                                                                                                                                                                                                                                                    |
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Independently              | The user creates his own route, modifying it to suit his personal preferences and mood.                                                                                                                                                                                                                                                            |
| With AI                    | Artificial intelligence generates a travel itinerary for the user based on their interests. It is powered by [AI Vasco Recommendation Algorithm.](notion://www.notion.so/o/t6xSiSnVr1GCP7oWmA0p/s/1AEOSTXDDSHXzs1CWPxq/~/diff/~/changes/51/~/revisions/u6bpd6sTMH2wRYmGiqEg/architecture/trust-rating-algorithm/ai-vasco-recommendation-algorithm) |
| Buy a ready-made itinerary | Our users have the opportunity to buy a route from experienced guides, or to repeat the route of their favorite blogger. For this reason, this route needs to be available for purchase. Users can also sell their own routes in addition to purchasing a route.                                                                                   |

In the event that the user loses network connectivity, we have made it possible to download the route to your phone for convenient interaction.


---

# 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/product/for-user/creating-recommendations-and-iteneraries.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.
