Polygon Indexing or something like that in Blender?

When we create a mesh, the mesh would be built by a number of polygons. Each polygon would contain a number, aka “index number” that represents the polygon in the mesh.

I’m now making a game, which these index numbers are important. Does Blender has any function that I can use to manipulate these numbers?