# System Settings Flags

## Disabling faults for Target Groups without instances

If there is a Target Group with no instances/targets, DuploCloud generates a fault. You can configure DuploCloud's Systems Settings to ignore Target Groups with no instances.

1. From the DuploCloud portal, navigate to **Administrator** -> **Systems Settings**.
2. Select the **System Config** tab.
3. Click **Add**. The **Add Config** pane displays.
4. For **ConfigType**, select **Other**.
5. In the **Other Config Type** field, type **Flags**.
6. In the **Key** field, enter **IgnoreTargetGroupWithNoInstances**.
7. In the **Value** field, enter **True**.

<div align="left"><figure><img src="/files/yM7ngiuPSJrKm6Ba312v" alt=""><figcaption><p>The <strong>Add Config</strong> pane with <strong>IgnoreTargetGroupWithNoInstances</strong> Flag.</p></figcaption></figure></div>

8. Click **Submit**. The Flag is set and DuploCloud will not generate faults for Target Groups without instances.

<figure><img src="/files/ETt4kSDxXjFwAzUj8uS2" alt=""><figcaption><p>The <strong>System Config</strong> page with <strong>IgnoreTargetGroupWithNoInstances</strong> set.</p></figcaption></figure>


---

# 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.duplocloud.com/docs/automation-platform/overview/use-cases/faults-and-alarms/system-settings-flags.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.
