import { Callout, Steps } from ‘nextra/components’
Add a Destination
Goal: Create a new port or destination in IN-YACHT, so it can be selected as a departure or arrival port when planning a voyage.
Before you start
- You must have permission to create voyages and destinations. If you don’t see the option to add a port, ask your fleet administrator to check your profile settings.
Steps
Open the Destinations section
-
From the main navigation, click Voyages.
-
In the sub-navigation, select Destinations.
The Destinations page shows all existing ports on an interactive map.
Create a new destination
- [PLACEHOLDER: describe how to open the create form from the Destinations map page — e.g. a Create/Add button, or a click on the map]
Fill in the destination fields
-
Complete the following fields:
Field Required Description Name Yes Port or destination name Address No Type an address to auto-populate latitude and longitude via geocoding Latitude Yes GPS latitude, range: −90 to 90 Longitude Yes GPS longitude, range: −180 to 180 Country No Select from the country list Description No Free-text notes about the destination Photo No Upload a photo of the port If you enter a street address in the **Address** field, the system will automatically fill in **Latitude** and **Longitude** via geocoding. You can then adjust the coordinates manually if needed.
Save the destination
- Click Save.
Result
The new destination is saved and immediately available for selection in the Departure Port and Arrival Port fields when planning a voyage. It also appears on the Destinations map.
Adding a destination inline (from a voyage form)
If you are already in the voyage creation or edit form, you can add a new port without leaving the page:
- In the Departure Port or Arrival Port field, type the port name.
- If no matching port is found, click the + button next to the autocomplete field.
- The New Port modal opens — fill in the same fields listed above.
- Click Save in the modal. The new port is created and automatically selected in the voyage form.