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

# The Veil

The Veil is the setting's main barrier between the mundane and the supernatural.

It stops unawakened humans from fully perceiving hidden species, open magic, and impossible events in Mountain View.

## What the Veil does

The Veil does not make the supernatural invisible in a simple way.

It distorts perception, smooths over contradictions, and gives the human mind a safer explanation.

An unawakened witness may:

* Miss a nonhuman trait entirely
* Misremember a spell as a trick, glitch, or stress response
* Accept an impossible event, then rationalize it moments later

## Who it affects

The Veil works best on people who have never awakened to magic.

It is strongest on ordinary human perception and weakest on minds already changed by contact, training, or power.

People who resist it usually include:

* Awakened humans
* Supernatural species
* Practitioners of magic
* People repeatedly exposed to the hidden world

## What breaks through

The Veil is powerful, not perfect.

It strains under repetition, intensity, and emotional force.

It is more likely to fail when:

* Magic is large, violent, or public
* A witness has prior suspicion or past exposure
* Multiple impossible details stack at once

## What failure looks like

When the Veil slips, people do not always reach the truth cleanly.

Some panic. Some deny what they saw. Some become obsessed.

A clean awakening is rare. Most breaches create confusion before clarity.

## Why it matters in Mountain View

Mountain View can function as a modern city because the Veil absorbs daily near-misses.

It lets hidden species move through public life. It lets magic incidents stay deniable. It keeps the supernatural world close, but not fully visible.

That balance creates pressure.

Every breach risks exposure, retaliation, recruitment, or collapse.

See also:

* [Magic overview](/lore/magic/magic-overview.md)
* Hidden species
* Mountain View


---

# 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.mtnviewrp.com/lore/magic/the-veil.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.
