# Create model

In models section first of all you are gonna have users model as default but you can customize this model by your own ideas simply. We will talk about specific [built-in user model](/models/built-in-user-model.md) in next articles. Before that we want to create new model from scratch and check out all properties and options behind that.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LLJWqvJtjL4p5b0wMai%2F-LLOIVhF1D44OQIF60WX%2F-LLOJadsFCTBJpsuYrkP%2FScreen%20Shot%202018-09-02%20at%2012.35.50%20PM.png?alt=media\&token=98a757a8-6dc5-4a13-925c-87c8f2be12aa)

As you can see in top image by press on blue plus button you will create blank model. We have some fields at the top and list of properties at the bottom.

You have to design your models like creating your database tables and fields. for example every tables need some properties with configurations or relations. In our model designer each model have **Name, Type** and **database**. You have to configure and setup your database anytime and assign it to any model you want.

When you finished with your model informations you should press check button at top to save and publish your model.

At next step we have to know how model properties works.


---

# 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.hormo.studio/models/create-model.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.
