What is the meaning of the "Post is created" option?

When I check the “Post is created” option, the event of the user replying to the post will also be triggered. I understand that the user’s reply to the post belongs to the “Post is updated” event. What if I only want the event to be triggered when the post is first created and not when the user replies?

I think you want ‘topic is created’. A topic can consist of many posts, the first post and all its replies. When you edit a post the post is updated.

Thank you for your reply. You are correct, I confused the concepts of topic and post.