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

# Getting Started with Domains & Context

Welcome to Domains & Context. As a Data Administrator, you control how WisdomAI understands your data, from organizing tables into logical Domains to enriching them with the business context that drives accurate, trustworthy answers.

This guide will help you navigate the platform and start shaping the AI's understanding in minutes.

## Power your data model

Whether you're connecting a new data source or refining an existing one, WisdomAI gives you the tools to organize data, add business meaning, and validate accuracy:

<CardGroup cols={3}>
  <Card icon="database" title="Organize Domains">
    Group related tables and data sources into Domains that scope what the AI can access and reason about.
  </Card>

  <Card icon="sitemap" title="Model Business Context">
    Define entities, relationships, and metrics so the AI understands your data the way your business does.
  </Card>

  <Card icon="thumbs-up" title="Refine with Feedback">
    Use Reviewed Queries and Knowledge to correct and reinforce the AI's understanding over time.
  </Card>
</CardGroup>

## Get started in 3 steps

Follow this path to go from your first Domain to a well-modeled, trustworthy data layer.

<Steps>
  <Step icon="database" title="Create and configure a Domain">
    Navigate to **Domains** and create a Domain to group the tables and files relevant to a business area, such as Sales or Finance. Domains define what data the AI can access and where to look for answers.

    Learn more in [Understand Domains](/setting-up-wisdom-ai/manage-domains/understand-domains).
  </Step>

  <Step icon="sitemap" title="Add context to your data">
    Document tables and columns, define entities and relationships, and create metrics so the AI can translate raw schema into business-friendly language.

    Learn more in [Advanced Data Modeling: Creating Context](/setting-up-wisdom-ai/advanced-data-modeling-creating-context).
  </Step>

  <Step icon="check-double" title="Validate and refine">
    Ask questions in chat to test your setup, then turn correct answers into Reviewed Queries or add Knowledge entries to close any gaps in understanding.

    Learn more in [Reviewed Queries](/setting-up-wisdom-ai/feedback-mechanisms/reviewed-queries).
  </Step>
</Steps>

## Essential guides for Domains & Context

Master domain setup and context modeling by exploring these detailed resources.

<CardGroup cols={2}>
  <Card icon="database" href="/setting-up-wisdom-ai/manage-domains/understand-domains" title="Understand Domains">
    Learn how Domains organize data access, business context, and response quality.
  </Card>

  <Card icon="layer-group" href="/setting-up-wisdom-ai/domain-groups" title="Domain Groups & Auto Domain Selection">
    Group related Domains together and let WisdomAI automatically route questions to the right one.
  </Card>

  <Card icon="table-columns" href="/setting-up-wisdom-ai/manage-tables-columns/document-tables-and-columns" title="Document Tables and Columns">
    Give the AI plain-English descriptions of your schema so it can reason about your data correctly.
  </Card>

  <Card icon="sitemap" href="/setting-up-wisdom-ai/advanced-data-modeling-creating-context" title="Advanced Data Modeling: Creating Context">
    Explore the three primary methods for creating and curating Context: semantic modeling, natural language knowledge, and feedback.
  </Card>
</CardGroup>
