> 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-listing/edit-car-availability.md).

# Edit car availability

### **Automated calendar updates for bookings**

When your car is booked through FlynCar, the reservation is automatically logged in your calendar. There's no need for manual entry, saving you time and effort.

### **Updating availability manually**

Sometimes, you'll need to adjust your car's availability manually. This is necessary if:

1. **Existing bookings outside FlynCar:** If your car is already booked through other means.
2. **Unavailability due to maintenance:** If your car is unavailable for reasons like maintenance or personal use.

#### **Here's how to update your calendar:**

1. Navigate to the **Your Cars** section in your account.
2. Select **Edit Availability** to make changes.
3. Click on the **dates** you want to change.
4. Choose **Update** to confirm the changes.

#### **Regular calendar maintenance**

* **Stay Up-to-Date:** We recommend updating your calendar regularly. This helps in:
  * **Avoiding unnecessary requests:** Keeping your calendar current reduces the chances of receiving booking requests for dates when your car isn't available.
  * **Preventing disappointments:** It ensures potential renters aren't inconvenienced by requesting a car that's not available.

Regular updates to your availability calendar ensure a smoother experience for both you and your renters on FlynCar.


---

# 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-listing/edit-car-availability.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.
