> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ProphecyManaged

> Learn about the default ProphecyManaged fabric

<Callout icon="/images/icon.png" color="#FFC107">
  Available for [Free and Professional Editions](/data-analysis/administration/platform/editions)
  only.
</Callout>

When you first sign in to Prophecy (Free or Professional Edition), you get access to an automatically-provisioned [fabric](/data-analysis/environment/fabrics/prophecy-fabrics).

Each fabric includes a default SQL warehouse connection called **ProphecyManaged**. This connects you to [Prophecy In Memory](/data-analysis/environment/fabrics/prophecy-fabrics#supported-primary-sql-warehouses).

This connection provides a ready-to-use environment for running SQL pipelines without additional configuration.

## Key features

Review the following features to understand how the ProphecyManaged connection works.

| Feature                | Description                                                                                                                                                                 |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Compute & Database** | Each connection has its own allocated compute resources and database in the warehouse. Prophecy uses a DuckDB warehouse under the hood.                                     |
| **Default Schema**     | Outputs are written to a schema named `default` by default. You can change this in the connection settings. Agents write to the default schema when creating target tables. |
| **Configuration**      | Connection details (host, port, credentials) are fixed and cannot be modified.                                                                                              |
| **Knowledge Graph**    | You can reindex the connection to update the metadata so the Agent has current table information.                                                                           |

<Info>
  Data cannot be transferred between different ProphecyManaged connections. To share data with other
  users, add them to the team that owns the fabric with this connection.
</Info>
