Hi @Srikanth Dusa ,
Yes, just set “Copy no clustered indexes” in the articles property to “true”, this will cause all no clustered indexes on the publisher to be included in the snapshot for delivery on the Subscribers. But additional subscriber non-clustered indexes don’t come without a cost. Like all SQL Server indexes, there is additional overhead for INSERT, UPDATE, DELETE, additional locks\blocking, and index maintenance to consider. If all indexes are not needed, alternatively, you can create selective indexes directly on a subscriber. It reduces administrative overhead to change the option directly in the replication settings for the article.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".