# 4. Build models in console

ReOrc Console provides a convenient way to run and troubleshoot executable assets like models and pipelines.

Before publishing and deploying the changes to production, you can verify your data models and pipelines by executing sample runs through the console against the ***development*** environment.

The console builds the models and automatically executes all associated data tests. You can inspect the generated data and test results to iteratively improve the transformations.

## Use the console

Let's build the models and run the tests that we've established in the previous step.

1. In **Design**, at the bottom toolbar, click on **Console**.

   This opens up the console section.
2. Click **Choose assets or pipeline**.
3. In the opened pop-up, choose **Model** and specify the models.

   We can select the three models to verify them all.

   <figure><img src="/files/hArPChrt72MTmp7rbQRC" alt=""><figcaption></figcaption></figure>
4. Click **Save**.
5. Click **Run**.

   This will run the models as separate tasks, in the order determined by their dependencies.

## Execution Result

The tasks will take a moment to run. You can monitor the execution status of each task corresponding to its model.

<figure><img src="/files/UU2IMLBjQfDIdIopGwxD" alt=""><figcaption></figcaption></figure>

If there is any error, click on the task to view the detailed log. In **Run logs** tab, you can check for the error log of the model build process and the test case results.

<figure><img src="/files/wGWQlrwmiF1O6h4EACNs" alt=""><figcaption></figcaption></figure>


---

# 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.reorc.com/getting-started/4.-build-models-in-console.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.
