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

# The context layer

> context.corvera.ai is where your team sees and shapes the governed data your AI tools query.

[context.corvera.ai](https://context.corvera.ai) is the workspace where you shape
your context layer. The MCP side ([Quickstart](/quickstart)) is how AI tools *read*
your governed data but the context layer is where your team *shapes and governs* it.
In context.corvera.ai, you can review what's connected, browse what's queryable, and
decide how messy source values map up into your own master records.

<Note>
  Both halves are backed by the same governed registry. Anything you curate in the
  context layer is immediately what agents see over `https://mcp.corvera.ai/mcp` —
  curate once, query everywhere.
</Note>

## Sign in

Sign in to [context.corvera.ai](https://context.corvera.ai) with your Corvera
account. Your organisation is your workspace — all data is scoped to it. If you
belong to more than one workspace, you can switch between them from the workspace
switcher in the sidebar.

## What's inside

<Columns cols={3}>
  <Card title="Concepts & canonical entities" icon="diagram-project" href="/context-layer/ontology">
    The things you track and your master record for each one.
  </Card>

  <Card title="Sources" icon="plug" href="/context-layer/sources">
    See every connected source and how fresh it is.
  </Card>

  <Card title="Mappings" icon="shuffle" href="/context-layer/mappings">
    How raw source values map onto your canonical entities.
  </Card>

  <Card title="Catalogue" icon="table-list" href="/context-layer/catalogue">
    The governed datasets available for you and your team to query.
  </Card>

  <Card title="Governance" icon="shield-halved" href="/context-layer/governance">
    Who's in your workspace and what they can do.
  </Card>
</Columns>
