> For the complete documentation index, see [llms.txt](https://docs.ironblocks.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ironblocks.com/platform/firewall/deploy-firewall-policies.md).

# Deploy Firewall policies

Deploying Firewall Policies on the Ironblocks platform enables developers to establish robust security measures tailored to your specific development operations. Opt into our list of open-source firewall policies, which OpenZeppelin has audited.\
\
Access Firewall Policies: Navigate via the side menu to the Firewall Policies section.

<figure><img src="/files/KedtrUlXThCIKPxFPf9O" alt=""><figcaption><p><strong>Firewall Dashboard view no policies added</strong></p></figcaption></figure>

Explore, manage, and deploy relevant security Policies for your assets from the ‘Policies Library’ tab

<figure><img src="/files/1EpZUQOTcRNKtS3XIPmp" alt=""><figcaption><p>F<strong>irewall policies library</strong></p></figcaption></figure>

Here, you can create and manage various security policies - each policy can be customized to match the security requirements of your project.\
\
Policy with ‘Add Policy’ button can be added via the platform interface, while the rest can be configured through the documentation (will also have interface soon).

<figure><img src="/files/osbeT9K57ly05B2FwNEu" alt=""><figcaption><p><strong>Add policy (empty parameters)</strong></p></figcaption></figure>

<figure><img src="/files/ORPeNuSfJTCUYsdsqc5Z" alt=""><figcaption><p><strong>Add policy(filled in parameters) =>Deploy=>Signature</strong> </p></figcaption></figure>

‘My policy’ tab: here you can manage and control all your deployed security policies. On each policy deployed, you can see on what network and assets it is deployed, while also editing, configuring, and updating your policies through the UI.

<figure><img src="/files/AAMOKcYwnX4LqBmxMRey" alt=""><figcaption><p>My policy’ tab</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ironblocks.com/platform/firewall/deploy-firewall-policies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
