One of the most interesting things that needs to be told is our ‘FlexHostContextInfo’. This is a very important concept to understand. if we want to summarize, this is a layer like any of the HTTP context data, viz. user ID, or the HTTP host info. Similarly, many of the information comes from the HTTP context pipeline. Those information needs to be used across the application, whether it's an insert update operation or a query. Its user ID is useful everywhere. We need that to be accessed. This context info captures that one and moves it across the entire application. We will also understand that when we get into the Crud operations