Skip to content

Commit 240705a

Browse files
authored
Merge pull request #2759 from OctopusDeploy/enh-subfolder-structure-and-docs
enh: new docs for Best Practices Adviser
2 parents c5204fb + ed0ed24 commit 240705a

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

250 KB
Loading
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: src/layouts/Default.astro
3+
pubDate: 2025-07-02
4+
modDate: 2025-07-02
5+
title: Best Practices Adviser
6+
description: The Best Practices Adviser is a capability of the Octopus AI Assistant designed to analyze your deployment configurations and provide actionable recommendations to enhance reliability, maintainability, and compliance.
7+
navOrder: 5
8+
---
9+
10+
The Best Practices Adviser in Octopus AI Assistant helps you identify optimization opportunities and maintain healthy configurations across your Octopus Deploy instance. It analyzes your instance based on the prompt you provide to surface actionable recommendations for improving scalability, reducing technical debt, and ensuring you're following established best practices.
11+
12+
The suggested prompts in the Octopus AI Assistant will surface examples to use the Best Practices Adviser. Suggested prompts will also change based on the context of the page you have open in Octopus Deploy.
13+
14+
For example, if you open a project and launch Octopus AI Assistant, you will see these suggested prompts:
15+
16+
![Best Practices Adviser Screenshot](/docs/administration/octopus-ai-assistant/best-practices-adviser.png)
17+
18+
`Find unused variables to help improve the maintainability of the project` is a suggested prompt that will use the best practices advisor. In the screenshot (above), it is run in the context of a project called "k8s deployment", and the Best Practices Adviser found three unused variables. It then links to documentation to provide more information about the finding, and actionable remediation steps.
19+
20+
Some example prompts you can use to surface recommendations are (not limited to):
21+
22+
- Find duplicate project variables
23+
- Find unused variables
24+
- Help me find project variable values that look like plaintext passwords.
25+
- Suggest tenant tags to make tenants more manageable.
26+
- Find unused tenants
27+
- Find unused targets
28+
- Find unused projects

0 commit comments

Comments
 (0)