# Examples Here there is some examples on how to use PyTorch Probing: - [Collect](https://h-iaac.github.io/pytorch-probing/_build/html/_examples/Collect.html): how to collect a dataset from a model latent states to train probes. - [Prober](https://h-iaac.github.io/pytorch-probing/_build/html/_examples/Prober.html): how to add trained probes to a model. - [Interceptor](https://h-iaac.github.io/pytorch-probing/_build/html/_examples/Interceptor.html) (advanced): how intercept intermediary outputs of a model.