> For the complete documentation index, see [llms.txt](https://ifhp-2.gitbook.io/ifhp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ifhp-2.gitbook.io/ifhp/model-zoo/implementation-details-and-faqs.md).

# Implementation Details and FAQs

This page is to include all the big and small caveat in the AI Models Components.

## Which database is used and which collection is used for AI models?

The database used for the AI models is **"AI"** and the collection used is "**Models**".&#x20;

## Are all the models saved in the same Collection?&#x20;

Yes, as of now, every model that is been uploaded by any user, is uploaded in the same collection in the same database.

## Where does the description of the AI models are stored?&#x20;

The description of all the AI models is stored in the "**AIMetaData**" database and the collection is "**MetaData**".

## How to distinguish between models uploaded by different users?

‌

Since, all the models are saved in the same collection, to distinguish between them, the filename that is being stored is of the form **username\_modelFilename**, so that would help to differentiate between models uploaded by different users.

## Who can download the models and uploads them?&#x20;

Any registered user would be able to upload and download the AI models.
