diff --git a/docs/portfolio_analysis/mind_maps.md b/docs/portfolio_analysis/mind_maps.md
index b9083cb..494ad89 100644
--- a/docs/portfolio_analysis/mind_maps.md
+++ b/docs/portfolio_analysis/mind_maps.md
@@ -81,6 +81,7 @@ mindmap
WEIS
WISDEM
WindSE
+ Ard
HOPP
SONATA
ctrl(" ")
@@ -93,6 +94,7 @@ mindmap
- WEIS https://github.com/wisdem/weis - Wind Energy with Integrated Servo-control performs multifidelity co-design of wind turbines by combining multiple NREL-developed tools to enable design optimization of floating offshore wind turbines.
- WISDEM https://github.com/wisdem/wisdem - Set of wind turbine and plant cost and energy production models along with financial models for assessing overall wind plant cost of energy.
- WindSE https://github.com/nrel/windse - Python package that uses a FEniCS backend to perform wind farm simulations and optimization.
+- Ard https://github.com/WISDEM/Ard/ - Make plant-level design choices for the whole system and its interactions to make wind energy projects more successful.
- HOPP https://github.com/NREL/HOPP - Assesses optimal designs for the deployment of utility-scale hybrid energy plants, particularly considering wind, solar and storage.
- SONATA https://github.com/ptrbortolotti/SONATA - Toolbox for Multidisciplinary Rotor Blade Design Environment for Structural Optimization and Aeroelastic Analysis.
````
diff --git a/docs/portfolio_analysis/overview.md b/docs/portfolio_analysis/overview.md
index be4d0ce..2a75443 100644
--- a/docs/portfolio_analysis/overview.md
+++ b/docs/portfolio_analysis/overview.md
@@ -30,6 +30,7 @@ mindmap
WISDEM
WindSE
HOPP
+ Ard
ctrl(Controls)
ROSCO
@@ -60,7 +61,7 @@ mindmap
|Application |Design Exploration |Detailed Design |Highly Resolving |
|:----------------|:------------------|:-----------------|:----------------|
| | | | |
-|**Single Turbine** |WISDEM, RAFT (WEIS)|OpenFAST (WEIS), Owens |ExaWind |
-|**Full Wind Plant**|FLORIS |FAST.Farm, WindSE |ExaWind, ERF |
+|**Single Turbine** |WISDEM, RAFT (WEIS)|OpenFAST (WEIS), Owens |ExaWind |
+|**Full Wind Plant**|FLORIS (Ard) |FAST.Farm, WindSE (Ard) |ExaWind, ERF |
diff --git a/docs/portfolio_analysis/software_list.md b/docs/portfolio_analysis/software_list.md
index 7e324f8..67038d3 100644
--- a/docs/portfolio_analysis/software_list.md
+++ b/docs/portfolio_analysis/software_list.md
@@ -56,6 +56,7 @@ Select one or a combination of categories to down-select projects.
pyNuMAD
WEIS
WISDEM
+ Ard
WindSE
HOPP
SONATA
diff --git a/entry_guide/src/data/design.ts b/entry_guide/src/data/design.ts
index dc63b70..9ccc44b 100644
--- a/entry_guide/src/data/design.ts
+++ b/entry_guide/src/data/design.ts
@@ -174,6 +174,8 @@ export const edges = ref([
{ id: "e6-7", source: "6", target: "7", label: "a", type: "decisionEdge", data: { reachable: false } },
{ id: "e6-12", source: "6", target: "12", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e6-13", source: "6", target: "13", label: "b", type: "decisionEdge", data: { reachable: false } },
+ { id: "e7-13a", source: "7", target: "13", label: "a", type: "decisionEdge", data: { reachable: false } },
{ id: "e7-14", source: "7", target: "14", label: "a", type: "decisionEdge", data: { reachable: false } },
+ { id: "e7-13b", source: "7", target: "13", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e7-15", source: "7", target: "15", label: "b", type: "decisionEdge", data: { reachable: false } },
]);
diff --git a/entry_guide/src/data/performance.ts b/entry_guide/src/data/performance.ts
index aae297d..da3d1df 100644
--- a/entry_guide/src/data/performance.ts
+++ b/entry_guide/src/data/performance.ts
@@ -209,8 +209,10 @@ export const edges = ref([
{ id: "e5-12", source: "5", target: "12", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e6-14", source: "6", target: "14", label: "a", type: "decisionEdge", data: { reachable: false } },
{ id: "e6-13", source: "6", target: "13", label: "b", type: "decisionEdge", data: { reachable: false } },
- { id: "e4-9", source: "4", target: "9", label: "a", type: "decisionEdge", data: { reachable: false } },
- { id: "e4-10", source: "4", target: "10", label: "b", type: "decisionEdge", data: { reachable: false } },
+ { id: "e4-10", source: "4", target: "10", label: "a", type: "decisionEdge", data: { reachable: false } },
+ { id: "e4-18a", source: "4", target: "18", label: "a", type: "decisionEdge", data: { reachable: false } },
+ { id: "e4-9", source: "4", target: "9", label: "b", type: "decisionEdge", data: { reachable: false } },
+ { id: "e4-18b", source: "4", target: "18", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e7-15", source: "7", target: "15", label: "a", type: "decisionEdge", data: { reachable: false } },
{ id: "e7-8", source: "7", target: "8", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e8-16", source: "8", target: "16", label: "a", type: "decisionEdge", data: { reachable: false } },