# Create your first Model

## Create a Konstru Model

{% embed url="<https://www.youtube.com/watch?v=FWtsDBhgLTw>" %}

The first step in working with Konstru is the creation of a Konstru Model. The Konstru Model will act as a container on the cloud where your model will be sent to. Navigate to: <https://app.konstru.com/> and click Create a Model. Choose a model name and description:

![](/files/-LK28Me1rzMoxot2U7_f)

**Model Name:** Your model name should be a high level designation, such as the name of the actual project as you refer to it in your work.

**Model Description:** Give your model a short meaningful description, so that when you share and collaborate, your colleagues will have a greater understanding of what the model is.

Once you've created a new model on Konstru, you are now able to upload models from your desktop computer. Click on the Konstru plugin to upload your current model.&#x20;

##


---

# 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://konstru.gitbook.io/konstru-manual/getting-started/your-first-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.
