max6675+SD datalogger

hi
im new in arduino and im having trouble in using the sd datalogger and max6675 k thermocouple at the same time.

They both have CS pin, so i dont know if its possible to use different pin for each one? and there would be a problem if i do this?

and should i consider any other thing, if i just combine the codes of SD logger and max6675 and just changing the pins?
i read something about initialization but i couldnt understand what should i exactly do?

i should mention that im using Arduino UNO in my project.

Thanks a lot

Yes, use a different CS pin for each device. You will need to make sure that the libraries you're using are configured to use that CS pin. If you are using the official Arduino SD library, then you can do that using SD.begin():