# Collection

<figure><img src="https://3534133090-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FG93O6Idiv5yQuWPEL8mh%2Fuploads%2FVSrWoQtZZZPFYJmDPO0b%2FScreenshot%202023-08-09%20at%2011.59.22%20AM.png?alt=media&#x26;token=a964b365-b072-4949-a728-adb11c252839" alt=""><figcaption></figcaption></figure>

Similar to an Excel spreadsheet, collection stores your data. Unlike your Excel spreadsheet, collection can store and access million and million rows of data with ease without breaking your computer.&#x20;

## Querying your data

For the initiated, we use [MongoDB](https://www.mongodb.com/) as our primary data storage platform, meaning you can make use of their query functionality to access your data.&#x20;

But our main mission is to enable non-technical users to also make use of their own data. We use OpenAI's [GPT4](https://openai.com/gpt-4), one of the world most powerful natural language AI. Users can use natural language to find the data they need, instead of learning how to write query, SQL or any programming language.

<figure><img src="https://3534133090-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FG93O6Idiv5yQuWPEL8mh%2Fuploads%2FgJEaePfHx7RPsoYcQzDJ%2Fezgif.com-video-to-gif%20(1).gif?alt=media&#x26;token=aa155829-fcd9-4231-abfa-4846d2c1db89" alt=""><figcaption><p>Our AI will convert your prompt into a query which you can then use to find the data you need.</p></figcaption></figure>

##
