﻿# Detect overlapping variable names

:::div{.info}
**🏷 Capability:** Troubleshooting
:::

Identify variables with the same name across different scopes or library sets to prevent accidental overrides.

## 📝 Prompt

```
List variable name collisions across scopes and sets
```

## 💡 Tips for customizing

- Include scope metadata (environment, tenant, role)
- Highlight overridden values
- Group by project

## 📚 Further reading

- [Octopus documentation](https://octopus.com/docs)
- [Octopus best practices](https://octopus.com/docs/best-practices)
