How do i find the id of a national spirit?

So i made a national spirit and i want to make so a focus gives it to my nation. But i need the ID for the spirit and i dont know how to find it. Can sombody please tell me?

The ID should be the name, lowercased, and all non-alphanumeric characters removed, with the prefix infront. With the format: [prefix_]idea_name

The prefix, if set, will keep the case you kept it in. So PREFIX, Prefix, prefix, and PrEFIx would all be kept as shown, followed by _

The idea name "This isn't MY idea" would become "this_isnt_my_idea".


Then put them together to get your ID: PREFIX_this_isnt_my_idea