How to apply shaders to a 3d model?

I have textures for a model but it also comes with shaders. Where do I put them?

Add It To The Models Material

You’ll need to create a material which uses the shader and texture(s) you want. See manual page materials and shaders for a bit more info. The short explanation is that a shader is a set of abstract instructions, and a material is a usable version of those instructions (plus any data required to run them).