> For the complete documentation index, see [llms.txt](https://help.flyandcar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.flyandcar.com/for-owner/manage-booking/review-process.md).

# Review process

### **Understanding reviews**

Reviews are the cornerstone of trust and transparency on FlynCar. They offer a valuable way for both owners and drivers to share their experiences. This feedback not only enriches our community but also guides members in making well-informed decisions.

Our commitment to honest and transparent reviews is unwavering. Please note, offensive or insulting reviews will be removed, and the author may face expulsion from the platform.

### **How to leave a review**

After completing the car inspection, we encourage you to leave a review and provide star ratings. It's essential that your reviews are impartial and relevant to your experience.

You have several convenient options:

* **Post-inspection:** Directly after the car inspection, you'll have the option to leave a review.
* **From your home screen:** Look for the reservation card saying “Leave a Review.”

In any case we’ll send you and the driver a notification and email reminder to submit reviews.

### **Review visibility**

Once published, reviews are visible on both the public profile and car details. Regularly check your drivers reviews in order to identify areas that need improvement. Take the time to read through them and use the feedback to enhance your service.

**Note:** Once submitted, reviews and ratings cannot be altered. If you miss the chance to review, it cannot be added later.

### **Can I contest a review?**

We strive for fairness to both owners and drivers, so review cannot be deleted. However, in the instance a FlynCar user leaves a review which you feel is dishonest or unfair, you can contest it by our [support team](mailto:support@flyandcar.com).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.flyandcar.com/for-owner/manage-booking/review-process.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
