# Pre-Deployment

- [How to Decide What Type of Security Review Your Project Needs](https://docs.optimumsec.xyz/pre-deployment/types-of-security-reviews.md)
- [Key Considerations for Setting the Mainnet Deployment Date](https://docs.optimumsec.xyz/pre-deployment/setting-the-mainnet-deployment-date.md)
- [Conduct an Internal Security Review](https://docs.optimumsec.xyz/pre-deployment/internal-security-reviews.md)
- [The Importance of Code Freeze Before an External Security Review](https://docs.optimumsec.xyz/pre-deployment/importance-of-code-freeze-before-an-external-review.md)
- [Conduct an External Security Review (a.k.a. Audit)](https://docs.optimumsec.xyz/pre-deployment/external-security-reviews.md)
- [Implement Robust Monitoring Security Rules](https://docs.optimumsec.xyz/pre-deployment/monitoring-security-rules.md)
- [Leverage Security Reviews to Define Tailor-Made Monitoring Rules](https://docs.optimumsec.xyz/pre-deployment/tailor-made-security-rules.md)
- [Configuration Risk Assessment for DeFi Protocols](https://docs.optimumsec.xyz/pre-deployment/configuration-risk-management.md)
- [Conduct an External Web2 Security Review](https://docs.optimumsec.xyz/pre-deployment/web2-security-reviews.md)
- [Protect Against DNS Poisoning](https://docs.optimumsec.xyz/pre-deployment/dns-poisioning.md)
- [Conduct a Solvency Assurance Audit](https://docs.optimumsec.xyz/pre-deployment/solvency-audit.md)
- [Establish a Contingency Plan](https://docs.optimumsec.xyz/pre-deployment/establish-contingency-plan.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.optimumsec.xyz/pre-deployment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
