get data from a table

can anyone tell me,how can retrieve data from a specific model

when i pass an id.

as an example there’s table called agent_detail,it includes

id, name, address

so i wanna get name and address from that table which will be the of row id=10,

i just only want to pass id number and then i can be get the data

SpecificModelName.find(10) that's it