# Configuration

## Activate the Persistence Engine

In order to activate the Persistence Engine, you have to go to the Settings panel. Once there, open the "Storage > Persistence Engine screen".

You should have access to this screen:

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

From there, you can:

* Activate or disable the Persistence Engine
* Set the schedule period of the Materialization job
* Set the default database and schema the models will be written to in your Warehouse

Once you're done, click on "Save" at the top right.

## Configure a Model materialization configuration

For each model that you want to materialize, go into the Workbench and then click on the Model name. Then go into the "Information" panel.

From there, you'll see the Materialization section that will show you the current configuration for this model:

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

By clicking on the "Materialize" button, you'll be able the update the configuration:

<figure><img src="/files/TFd9GEi2jssd3i9yV4CK" 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.whaly.io/models/persistence-engine/configuration.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.
