In my project, I have two different models , thus generating their controllers and their views. The only thing that happens is that I do not know how to use AJAX and I needed an urgent help from you. What happens is that I wanted to render the views of a controller into a view of another controller . Explaining better for example, I have a model, controller and Student views and a model, controller and occurrence views. What happens, I wanted to render in the student's view details the occurrences he has and list them, add a new one and edit an existing one. That is, to record event information without having to leave the view of student details. I know that using AJAX I have how to do this, but I can not find legal articles or videos. Every time I think about it, I get more confused. Could anyone create a basic example so I can follow and learn how to use AJAX?