> For the complete documentation index, see [llms.txt](https://doc.plustools.de/map+plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.plustools.de/map+plus/funktionen/routen.md).

# Routen

- [Routenplanung / -optimierung](https://doc.plustools.de/map+plus/funktionen/routen/routenplanung-optimierung.md): Planen Sie manuelle Routen mit MAP+PLUS oder lassen Sie sich Ihre Route optimieren.
- [Routenplanung](https://doc.plustools.de/map+plus/funktionen/routen/routenplanung-optimierung/routenplanung.md): Planen Sie manuell mit MAP+PLUS Ihre Route.
- [Reihenfolge optimieren](https://doc.plustools.de/map+plus/funktionen/routen/routenplanung-optimierung/reihenfolge-optimieren.md): Manuelle Planung von Routen
- [Routenoptimierung](https://doc.plustools.de/map+plus/funktionen/routen/routenplanung-optimierung/routenoptimierung.md): Optimieren Sie Ihre Route und erfahren Sie, in welcher Reihenfolge Sie Ihre Adressen abfahren sollen.
- [Routenprofile](https://doc.plustools.de/map+plus/funktionen/routen/routenplanung-optimierung/routenprofile.md): Mit Hilfe der Routenprofile können Sie in MAP+PLUS für unterschiedliche Fahrzeugtypen Routen berechnen lassen.
- [Darstellung der Wegepunkte bearbeiten](https://doc.plustools.de/map+plus/funktionen/routen/routenplanung-optimierung/darstellung-der-wegepunkte-bearbeiten.md): Symbol und Linie der Wegepunkte bearbeiten.
- [Ausgabe der Route](https://doc.plustools.de/map+plus/funktionen/routen/routenplanung-optimierung/ausgabe-der-route.md): Geben Sie die Route als Bild (ohne Wegepunkte Übersicht) oder als PDF (inkl. Wegepunkte Übersicht) aus.


---

# 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://doc.plustools.de/map+plus/funktionen/routen.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.
