> For the complete documentation index, see [llms.txt](https://v2.dataos.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v2.dataos.info/references/v1/resources/vulcan/concepts.md).

# Concepts

Understand how Vulcan is put together before you build with it.

This section covers the ideas that don't belong to any single page: how the pieces fit together, how a data product moves from an idea to a governed asset, and how Vulcan decides what to run.

## Choose a page

* [**Architecture**](/references/v1/resources/vulcan/concepts/architecture.md) - how Vulcan sits above your engine and turns models into a governed data product.
* [**Data product lifecycle**](/references/v1/resources/vulcan/concepts/data-product-lifecycle.md) - the full path from local setup to a production data product.
* [**State management**](/references/v1/resources/vulcan/concepts/state-management.md) - the PostgreSQL state store and object store cache Vulcan runs on, and the Secrets that connect them.
* [**Run and plan**](/references/v1/resources/vulcan/concepts/run-and-plan.md) - how `vulcan plan` and `vulcan run` decide what changed and what to execute.
* [**Query result caching**](/references/v1/resources/vulcan/concepts/query-result-caching.md) - when Vulcan reuses a previous query result instead of running the query again.

## Where to go next

Once you understand the concepts, move to [Models](/references/v1/resources/vulcan/models.md) to start building, or [Configurations](/references/v1/resources/vulcan/configurations.md) to set up your project.


---

# 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://v2.dataos.info/references/v1/resources/vulcan/concepts.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.
