# 4. Create Database Models

To quickly start building applications on Cosmocloud, you would be creating various Models and APIs on the platform.

You can start by creating your first model, for ex. **Students**. You can do so by -

1. Visit the Models page via **Application Layer -> DB Models** from the Cosmocloud project's dashboard.
2. Click on **Create Model** button.
3. Select the type of Model as **Database Collection** to create a database schema for your new entity. Checkout here for [more model types](/resources/models.md).
4. Add a name to your model (for ex. `Students`) as well as a description.
5. Click on **Create**.

Now you can go ahead and define the schema of your newly created Model under the **Schema** tab. [Checkout how to define model schemas](/resources/models/building-models.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cosmocloud.io/getting-started/4.-create-database-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
