# Teleport Window The **Teleport Window** is opened from the DevMode [Tools](../../tools/) menu. This window is used to transport you to any place in the world, instantly. {{< image-center src="images/2_DevMode/menus/tools/teleport_window/teleport_1.png" alt="The Teleport Window" >}} The following teleport options are available: - Click on the {{< button "Go to Airport" />}} button - This button will open up the **Select Airport** Window: {{< image-center src="images/2_DevMode/menus/tools/teleport_window/teleport_2.png" alt="The Airport Selector Window" >}} Here you can start to type in an ICAO or airport name and the list will filter out those airports that don't meet the criteria. Once you have found the airport you want to go to, you can click the {{< button "Select Airport" />}} button to be taken there. - Use the {{< button "Go to Lat Lon" />}} button - This permits you to input a latitude and longitude (for example 48.8584,2.2945), which will teleport you to a new point on the world corresponding to the input coordinates. - Click the {{< button "Go to POI" />}} button - This button will open up the **Select POI** window: {{< image-center src="images/2_DevMode/menus/tools/teleport_window/teleport_3.png" alt="The Select POI Window" >}} This window permits you to search a regular term (like "tower", "lake" or "bridge") or the name of a city or a town, and then select what you want from the list, and click on the {{< button "Go to POI" />}} button to be taken there. Note that this window will accept localized input based on the language chosen for Microsoft Flight Simulator 2024. So - for example - if you have the simulation set to Spanish (EspaƱol), you can search for "torre" or "lago" and get the results for that language. Note that using any of the above the three options will automatically change the camera to [Slew Mode](../../camera/#slew-mode) which you can disable again by un-checking the **Slew Mode** checkbox after teleportation. ### Camcodes The Teleport Window also has a set of buttons associated with **camcodes**. A Camcode is a string of digits and numbers that Microsoft Flight Simulator 2024 can interpret as a camera location. To create a camcode, first you need click on the **Add Marker** button, and then click somewhere in the world to generate a **marker**: {{< image-center src="images/2_DevMode/menus/tools/teleport_window/teleport_4.png" alt="Adding A Marker To A Scene" >}} Each marker you add will have it's own camcode associated with it, and you can cycle between the markers by repeatedly clicking on the {{< button "Goto Marker" />}} button to select the one you want (each time you click the button, the camera will move to the next stored marker in the list). Once you have selected a marker, you can then click on the {{< button "Copy Current Camcode To Clipboard" />}} to copy the camcode string, which can then be stored independently for anything you need. The string itself will be something like this: ``` AADJkXLZUgAAAHvlOASiAaOyEEQAAAAAkXsCAABfc+vXUgAAAC5vJa+iAQAAiN9y2VIAAADkZTgEogE= ``` {{< callout context="note" title="NOTE" icon="outline/bulb" >}} One important use of these strings is for reporting an issue to the development team. You can create a marker at the location where you have found an issue, then include this camcode in the report to the developers and they will know exactly where the problem that you've found is. {{< /callout >}} These camcodes can also be copied to the clipboard then pasted back into the simulation in two different places: - You can use the {{< button "Go To Location From Clipboard" />}} button, which will simply check the contents of the clipboard and if it's a camcode it will take the camera to the location - You can paste the camcode into the **Search** window in the main world map of Microsoft Flight Simulator 2024 and then go to that location in the world map {{< image-center src="images/2_DevMode/menus/tools/teleport_window/teleport_5.png" alt="Using A CamCode To Find A Location" >}} Finally, you can clear all your markers using the {{< button "Clear Markers" />}} button.