Particle collision

How do I make the particles collide and not overlap when I use a group in the particle system?

Thanks

Particles are just points, even if they are visually represented by an object. Therefore you can’t unless they are spheres and you can probably fake it using boids. If you want objects to interact with each other use ridged bodies

Perhaps if you set collisions for the objects in the group?