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

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.neurelo.com/guides/auto-introspection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
