> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/smb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.security.gallagher.com/smb/site-configuration/default-configuration-overview.md).

# Default configuration overview

### Default configuration overview

This topic gives an overview of the default configuration that comes with a new SMB site.

**Note:** If you selected a "Controller Only" Configuration Template during the [site creation](/smb/site-configuration/create-a-site-or-demo-site.md), only a Controller item is added by default. All other items can be added manually.

***

If you selected the '**NZ AU Base Kit**' Configuration Template when creating the site, the following default configuration is applied:

<table><thead><tr><th width="237">Item</th><th>Description</th></tr></thead><tbody><tr><td>500 - Controller 1</td><td><p>A Controller item. You cannot delete this item from the configuration.</p><p>Most sites will only require one Controller. The Controller acts as the head of the other configuration items, and is responsible for making access decisions and distributing firmware updates to the other hardware items.</p></td></tr><tr><td>501 - 8In Board 1</td><td><p>An input board. You may optionally delete this item.</p><p>This board is connected to and powered by the Controller. The 8In Board comes with eight Inputs that can be individually configured. You cannot delete individual Inputs.</p></td></tr><tr><td>502 - 8In4Out Board 1</td><td><p>An input and output board. You may optionally delete this item, however, since it is used for monitoring mains power failure and low battery by default, you should configure the Inputs of another Board to monitor these if you delete this one.</p><p>This board is connected to and powered by the Controller. The 8In4Out Board comes with eight Inputs and four Outputs that can be individually configured. You cannot delete individual Inputs or Outputs.</p><p>By default, this 8In4Out Board does not use the 'Use Site Default' EOL Resistors setting. This is because the two power-monitored inputs (Battery Low and Mains Failure) require 4K7 Ohm Rs in order to function, and therefore are set this way by default.</p></td></tr><tr><td>508 - Permaconn Alarm Dialler</td><td>Found on the <strong>MONITORING</strong> tab after the Account Code is entered. Sites created with the 'NZ AU Base Kit' Configuration Template come with a Permaconn in the default configuration. You cannot delete this item from the configuration, but you can toggle it to be disabled.</td></tr></tbody></table>

If you selected the '**USA Base Kit**' Configuration Template when creating the site, the following default configuration is applied:

<table><thead><tr><th width="238">Item</th><th>Description</th></tr></thead><tbody><tr><td>500 - Controller 1</td><td><p>A Controller item. You cannot delete this item from the configuration.</p><p>Most sites will only require one Controller. The Controller acts as the head of the other configuration items, and is responsible for making access decisions and distributing firmware updates to the other hardware items.</p></td></tr><tr><td>501 - 8In4Out Board 1</td><td><p>An input and output board. You may optionally delete this item, however, since it is used for monitoring mains power failure and low battery by default, you should configure the Inputs of another Board to monitor these if you delete this one.</p><p>This board is connected to and powered by the Controller. The 8In4Out Board comes with eight Inputs and four Outputs that can be individually configured. You cannot delete individual Inputs or Outputs.</p></td></tr><tr><td>502 - 8In4Out Board 2</td><td><p>A second input and output board. You may optionally delete this item.</p><p>This board is connected to and powered by the Controller. The 8In4Out Board comes with eight Inputs and four Outputs that can be individually configured. You cannot delete individual Inputs or Outputs.</p></td></tr><tr><td>511 - Alula Alarm Dialler</td><td>Found on the <strong>MONITORING</strong> tab after the Account Code is entered. Sites created with the 'USA Base Kit' Configuration Template come with an Alua in the default configuration. You cannot delete this item from the configuration, but you can toggle it to be disabled.</td></tr></tbody></table>


---

# 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://help.security.gallagher.com/smb/site-configuration/default-configuration-overview.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.
