> 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/help-resources/troubleshooting/credential-groups.md).

# Credential Groups

Frequently asked questions when troubleshooting about credential groups.

**Do end users need to update their Customer App to access this feature?**

We recommend Customer App users to either force close the old app and restart it again or to reinstall the app to get the latest version. This version upgrade will be checked every 24 hours.

We recommend users also log out and log in again to get the latest configuration if the Credential Group has been (re)configured by installers.

**Installer Technician failed to move a site into an existing Credential Group or to another Credential Group**

An Installer Technician does not have the privilege to do this on active sites. An Installer Manager or Organization Manager can do this.

Installer Mode must also be turned for at least one site in the Credential Group when modifying the Credential Group (e.g. adding a site).

[Credential Group assigned](https://help.security.gallagher.com/smb-installer-portal/installing-gallagher-smb/configuration/site-actions/user-code-length/credential-group-assigned)

**Do the sites need to be in Installer Mode to make changes?**

At least one site in the Credential Group must be in [Installer Mode](/smb/test-and-active/installer-mode.md) for changes to be made to the Credential Group.

**What if the customer doesn't want a site in a Credential Group anymore?**

1. In the SMB Installer Portal, open the site and click the [**Credentials** ](/smb/site-configuration/site-actions/credentials.md)drop-down menu.
2. Select **Remove from Group**.\
   The Remove from Group lightbox displays.
3. A warning will appear. Click **OK** to remove the site from the Credential Group.

{% hint style="danger" %}
**WARNING:** Removing a site from its current credential group will deactivate all site credentials. The site will then become a standalone site that can regenerate its own credentials.
{% endhint %}

**How do I know what sites are in a Credential Group?**

In the Installer Portal, select COLUMNS and choose 'Credential Group'.

**I don't see the Credential Group column on my Installer Portal mobile view**

The mobile view only shows 2 columns due to size limitations. You can view the Credential Group name as part of the site's title on the site page, if the site is in a Credential Group.


---

# 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/help-resources/troubleshooting/credential-groups.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.
