# Console

The ReOrc Console offers a convenient way to run and verify your assets in the development environment. Instead of navigating between modules, you can access the console from the bottom toolbar to execute models and pipelines directly, viewing results instantly.

Similar to pipeline execution, a console run performs these actions:

* Allow you to select multiple assets.
* Execute each asset as a task in the order determined by dependency, and along with associated data tests (for models).
* Provide task details view for troubleshooting, including the compiled query and run logs.

But unlike pipeline executions, console runs are instant and focused on verification. This makes it easy to iterate on your assets and ensure they work correctly before shipping changes to production.

The console currently supports two asset types: models and pipelines.

## Run assets in console

To run assets in the console, follow these steps:

1. Open your project and go to **Design**.
2. At the bottom of the screen, click on **Console**.

   This opens the console panel.
3. Click on the **Choose assets or pipeline** prompt input.
4. In the opened pop-up, select the asset type and the target assets.

   <figure><img src="/files/eLUdliBJO07Woie38o52" alt=""><figcaption></figcaption></figure>
5. In **Variable settings**, you can view the list of variables associated with the models.&#x20;

   On each variable, you can decide to lock the current value; this applies to dynamic variables, such as current datetime. You can also provide a custom value.
6. Click **Save**.&#x20;
7. To run the assets, click **Run**.&#x20;

Each asset is then executed as a task and displayed in the task list.&#x20;

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

## Inspect task details

To view the details of a task, click on the task from the list. This opens the task details view where you can inspect the compiled query, the logs of materialization process, and the test results.

<figure><img src="/files/fEsdRhgrils15Qi8FHx4" 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/asset-management/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.
