[phpMyAdmin, MySQL] - When you create a new index, does existing data copy over?

This is a simple question to answer, but a little bit too complex to be Googled…

If I have existing data in a MySQL table, and I create a new index for that table in phpMyAdmin, does the existing data get inserted into the new index (besides any data that is added after the index is created)?

Thanks in advance.