# Overview

Titan Core helps you provision, deploy, and secure resources in Snowflake. It replaces tools like Terraform, Schemachange, or Permifrost.

Deploy any Snowflake resource, including users, roles, schemas, databases, integrations, pipes, stages, functions, stored procedures, and more. Convert adhoc, bug-prone SQL management scripts into simple, repeatable configuration.

## Titan Core is for

* DevOps engineers looking to automate and manage Snowflake infrastructure.
* Analytics engineers working with dbt who want to manage Snowflake resources without macros.
* Data platform teams who need to reliably manage Snowflake with CI/CD.
* Organizations that prefer a git-based workflow for infrastructure management.
* Teams seeking to replace Terraform for Snowflake-related tasks.

## Key Features

* **Declarative** » Generates the right SQL to make your config and account match
* **Comprehensive** » Nearly every Snowflake resource is supported
* **Flexible** » Write resource configuration in YAML or Python
* **Fast** » Titan Core runs 50-90% faster than Terraform and Permifrost
* **Migration-friendly** » Generate config automatically with the export CLI

## Contents

* [Getting Started](https://titan-core.gitbook.io/titan-core/getting-started): Installation and initial setup guide.
* [Blueprint](https://titan-core.gitbook.io/titan-core/blueprint): Customize and control how resources are deployed to Snowflake
* [GitHub Action](https://titan-core.gitbook.io/titan-core/titan-core-github-action) - For git-based workflows, including dbt.


---

# 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://titan-core.gitbook.io/titan-core/readme.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.
