# Circuit Group Assignments Circuits can be assigned to [circuit groups](./circuitgroup.md) for correlation purposes. For instance, three circuits, each belonging to a different provider, may each be assigned to the same circuit group. Each assignment may optionally include a priority designation. ## Fields ### Group The [circuit group](./circuitgroup.md) being assigned. ### Circuit The [circuit](./circuit.md) that is being assigned to the group. ### Priority The circuit's operation priority relative to its peers within the group. The assignment of a priority is optional. Choices include: * Primary * Secondary * Tertiary * Inactive !!! tip Additional priority choices may be defined by setting `CircuitGroupAssignment.priority` under the [`FIELD_CHOICES`](../../configuration/data-validation.md#field_choices) configuration parameter.