# Trip management

### Deleting a trip

To remove a trip, from the home screen, tap the options button **°°°** at the top right of the picture then select **Delete Trip**.

### Duplicating a trip

From the home screen, tapping the options button **°°°** will let you duplicate a previous trip to re-use the exact same packing list. The list will still be updated based on current weather to add or remove items that aren't necessary, an umbrella for example.

{% hint style="info" %}
Duplicating a trip is a Premium feature.
{% endhint %}

### Editing a trip

From the home screen, tap the options button °°° at the top right of the trip picture then select **Edit Trip**.

You will then be presented with the Edit Trip screen to change the trip title, the destination, travel dates and type of trip.

{% hint style="info" %}
Editing a trip that has already started is a Premium feature.
{% endhint %}

### Adding a city / destination

If the trip was created as a single-destination trip, it currently isn't possible to change it to a multi-destination trip. This feature will be available in the future.

To create a new multi-destination trip, from the home screen, tap on **Add Trip**, then select **Multi-Destination** from the selector at the top.

![Creating a multi destination trip](/files/-Lu8PTUXOlNxl8Kkihg7)


---

# 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.packr.app/en/trip-management.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.
