My name is Pranav Chaudhari, and I am a MarkLogic developer. We use MarkLogic as a database, and it is an enterprise-level database that has a lot of functionality helping an organization store its data and helping other technologies collaborate and integrate with the tools required for storing data, manipulating data, and maintaining control over the data. MarkLogic helps us manage data, and we can store it in XML format. We have some data in JSON format, and we can store it. We can store images and CSV files as well. We can store images for a particular reason and link them to the special golden record of a customer so it belongs to the customer. There are directories in an operating system, and we can make directories in our database in MarkLogic, so we can specify that in this directory, these records will be stored, and we can use that feature. We can specify that this is a directory where life insurance people's records are present, and we can also create a collection to understand that these are insurance documents, and we can specify collections on large data, so it specifies that this data belongs to a certain group. For example, out of 100 people, ten belong to category A, twenty belong to category B, and A and B have a combination where some of A and some of B belong to category C, so we can give them collections. Based on those collections, we can filter out the people or the records that we need, so there are multiple ways of retrieving a record. One way is that we can store them in a directory, and another way is that we can give them collections, so that will be a kind of label to the document.