> For the complete documentation index, see [llms.txt](https://quillainetwork.gitbook.io/quillai-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quillainetwork.gitbook.io/quillai-network/agent-swarm/quillshield/best-practices-for-using-quillshield.md).

# Best Practices for Using QuillShield

#### Pre-Audit Preparation <a href="#pre-audit-preparation" id="pre-audit-preparation"></a>

* Ensure all dependencies are properly configured
* Use consistent Solidity compiler versions across your project
* Organize your codebase with clear folder structures
* Document any custom business logic for better analysis

#### Interpreting Results <a href="#interpreting-results" id="interpreting-results"></a>

* Prioritize High and Medium severity findings
* Review Low severity issues for code quality improvements
* Validate findings against your specific use case requirements
* Consider the provided POCs for understanding attack vectors
