# Auto-Introspection

## Overview

If you have an existing database that is managed externally, you can opt to have Neurelo run introspections on this database periodically.

## Setup

To enable Auto-Introspection, go to the project settings page and enable Auto-Introspection.

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

## Usage

Once you activated Auto-Introspection, you will find a new item in the in the schema-editor view, showing the current introspection status.

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

If there are changes to the schema, you should either see "Changes Detected" or "Applied", depending on whether you selected "Commit to main branch" in the setup.

<div><figure><img src="/files/FPJiAVMHPeyABAfh9hlp" alt=""><figcaption></figcaption></figure> <figure><img src="/files/RWivUW6yZEib4UwxGyrI" alt=""><figcaption></figcaption></figure></div>

From here, you can review the found changes, run an introspection manually or view the history of introspections and their found changes. Here you will also see when the next introspection will run.

<figure><img src="/files/s4w11gh1Cl3Jk4Q4xgLJ" 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.neurelo.com/guides/auto-introspection.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.
