# Governance

## Setting The Firewall Address

Once a [Firewall Consumer](/firewall/glossary.md#firewall-consumer) is deployed, you need to tell it what Firewall to use - i.e. give it the address of a Firewall so that it can start consuming its security services. Initially, every  [Firewall Consumer](/firewall/glossary.md#firewall-consumer) has it's `_firewall` data set to the zero address `0x0`.

1. To set the Firewall address, call the [setFirewall()](/firewall/smart-contracts/firewallconsumer.sol.md#setfirewall) method

## Changing The Firewall Admin

The [Firewall Admin](/firewall/glossary.md#firewall-admin) is the principal *(person, people, or organization)* that is allowed to perform administrative tasks on your [Firewall Consumer](/firewall/glossary.md#firewall-consumer).

1. To set the Firewall Admin, call the [setFirewallAdmin()](/firewall/smart-contracts/firewallconsumer.sol.md#setfirewalladmin) method


---

# 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.ironblocks.com/firewall/configuration/governance.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.
