Inserting an element to queue

Hi ,
To append an element to a SV queue, i used q.insert(,data); But this gives error as illegal usage.
Is it not suppoted ?

q.push_back(data)…