# Create Model

In the launch screen of the visual, there are two options for you to get started with ValQ.&#x20;

-> If you are new and want to explore ValQ, Click **Select Sample** to explore the Sample models.

-> If you are ready to build models using your own data set, click **Create Model.**

<figure><img src="/files/yeMBDXucR4EFt0GZhz0R" alt=""><figcaption><p><strong>ValQ Launch Page</strong></p></figcaption></figure>

### Create New Model

Upon clicking **Create Model**, you have three types of models to choose from and start modeling.

<figure><img src="/files/PP7LS87ZCWFQuWgrEbI0" alt="" width="563"><figcaption><p><strong>Three ways to Model</strong></p></figcaption></figure>

* [Dynamic Model](/model/create-model/dynamic-model.md) - ValQ automatically creates a model from the data assigned to it.
* [Custom Model](/model/create-model/custom-model.md) - It is used when you want to build the model manually from scratch.
* [Import a Model](/model/create-model/import-a-model.md) - This option can be used to import an existing model that is already built and exported. To learn about exporting a model, click [here.](https://docs.valq.com/model/pages/9dRQlKNML0z3zNWEfNgv#3.-export)

Let us learn in detail about each of the above model types in the upcoming sections.


---

# 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.valq.com/model/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.
