Documentation on configuring ARP anywhere?

I’ve noted that examples mention the ability to specify how the ARP could rewrite SQL to be syntactically correct.

I took an example, but nowhere can i find an indicator that I can direct it to move the TOP X to immediately follow SELECT e.g.

SELECT TOP 2000 a,b,c FROM table

I always get

SELECT a,b,c FROM table TOP 2000

Is there any meaningful documentation on configuring ARP to achieve what I want?