> For the complete documentation index, see [llms.txt](https://docs.valq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valq.com/model/create-model/import-a-model.md).

# Import a Model

Import Model is used to import a previously built ValQ model into the new visual.&#x20;

{% hint style="info" %}
To learn how to export a model, refer [here.](https://docs.valq.com/model/create-model/pages/9dRQlKNML0z3zNWEfNgv#3.-export)
{% endhint %}

Select **Import Model** and click **Create.**

<figure><img src="/files/NxHClg03s8vkNNA4OgHc" alt="" width="563"><figcaption><p><strong>Import Model</strong></p></figcaption></figure>

&#x20;Select **Upload configuration file** in the pop-up screen.

<figure><img src="/files/ac85aIpGCeybgXc8ezqR" alt="" width="375"><figcaption><p><strong>Upload configuration file</strong></p></figcaption></figure>

Select the **.txt** file of the model you wish to Import and click **Open.**

<figure><img src="/files/KQoKP11fzU8eaFfjgrxl" alt=""><figcaption><p><strong>Click Open</strong> </p></figcaption></figure>

Map the data fields as displayed in the visual and click **Done.**&#x20;

<figure><img src="/files/Xang3qZdM9npHmMe0OVK" alt=""><figcaption><p><strong>Map the report data</strong></p></figcaption></figure>

The model is now imported to the ValQ visual.

<figure><img src="/files/I0FINaBDbXQuT1SRjIzh" alt=""><figcaption><p><strong>Imported ValQ model</strong></p></figcaption></figure>

Now that we have explored the different types of models that we can build using ValQ, let us have a closer look at how we can go about building them using the features available.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/import-a-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.
