> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tutorial Shared Block - Multiple Routing

The following scenario has been designed to illustrate a multiple routing
solution:

You're currently taking the subway to Union Station to visit Washington D.C.
for the day. You would like to see some of the most iconic monuments and
buildings in Washington, D.C. before returning back to Union Station. Starting
from Union Station, what's the quickest route between each stop before returning
back to Union Station?

<Note>
  The source and destination points were selected from endpoints of
  *edges* within the graph. The easiest way to review
  the points that make up an *edge* is using the
  [WMS](/content/admin/gadmin/data#gadmin-table-wms) tool on the graph table
  (`dc_shape_graph_table`).
</Note>

<div className="xy-heading">
  |                              | Source                                                                                                                                                             | Destination                                                                                                                                                          | Destination                                                                                                                                                          | Destination                                                                                                                                                          | Destination                                                                                                                                                          |
  | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | **WKT**                      | `POINT(-77.00576019 38.89677811)`                                                                                                                                  | `POINT(-77.03517151 38.8898201)`                                                                                                                                     | `POINT(-77.03626251 38.88068008)`                                                                                                                                    | `POINT(-77.04974365 38.89020157)`                                                                                                                                    | `POINT(-77.01207733 38.89072037)`                                                                                                                                    |
  | **Location** **Description** | Union Station                                                                                                                                                      | Near the Washington Monument                                                                                                                                         | Near the Jefferson Memorial                                                                                                                                          | Near the Lincoln Memorial                                                                                                                                            | Near Capitol Hill                                                                                                                                                    |
  | **WMS** **Location**         | <img src="https://mintlify.s3.us-west-1.amazonaws.com/kinetica/content/guides/shared/img/tutorial_solve_mr/dc_roads_mr_source.png" alt="dc_roads_mr_source.png" /> | <img src="https://mintlify.s3.us-west-1.amazonaws.com/kinetica/content/guides/shared/img/tutorial_solve_mr/dc_roads_mr_dest_wm.png" alt="dc_roads_mr_dest_wm.png" /> | <img src="https://mintlify.s3.us-west-1.amazonaws.com/kinetica/content/guides/shared/img/tutorial_solve_mr/dc_roads_mr_dest_jm.png" alt="dc_roads_mr_dest_jm.png" /> | <img src="https://mintlify.s3.us-west-1.amazonaws.com/kinetica/content/guides/shared/img/tutorial_solve_mr/dc_roads_mr_dest_lm.png" alt="dc_roads_mr_dest_lm.png" /> | <img src="https://mintlify.s3.us-west-1.amazonaws.com/kinetica/content/guides/shared/img/tutorial_solve_mr/dc_roads_mr_dest_ch.png" alt="dc_roads_mr_dest_ch.png" /> |
</div>
