> ## 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.

# Overview

Welcome to the WisdomAI documentation site. These guides provide all the essential information you need to effectively utilize the platform’s features, from querying data using natural language to setting up granular access controls. Whether you are a technical user or a business professional, you will find detailed instructions for integrating, analyzing, and visualizing your data.

## Where to start?

WisdomAI caters to diverse user roles. Follow the path that aligns with your responsibilities:

<Tabs>
  <Tab title="Admins (Data Administrators)">
    **Objective**: Set up and configure WisdomAI for your organization.

    **Start Here:**

    <Columns cols={2}>
      <Card title="Connect and Test" icon="1" horizontal href="/setting-up-wisdom-ai/basic-tutorial-connect-and-test" />

      <Card title="Create Context" icon="2" horizontal href="/setting-up-wisdom-ai/advanced-data-modeling-creating-context" />
    </Columns>

    **Key Actions:**

    * Connect data sources and define Domains.
    * Document tables and columns for clarity.
    * Add contextual information and reviewed queries.
    * Configure access controls and security settings.
    * Define table relationships (1:1, 1:M, M:M) to model data associations and enable efficient querying.
  </Tab>

  <Tab title="Explorers (Business Users)">
    **Objective:** Use WisdomAI's tools and capabilities to extract meaningful insights from your data and effectively communicate them to others.

    **Start Here:**

    <Columns cols={2}>
      <Card title="Ask Better Questions" icon="1" horizontal href="/using-wisdom-ai-everyday/ask-better-questions" />

      <Card title="Turn Answers into Dashboards" icon="2" horizontal href="/using-wisdom-ai-everyday/turn-answers-into-dashboards" />

      <Card title="Share Dashboards and Set Access" icon="3" horizontal href="/using-wisdom-ai-everyday/share-dashboards-and-set-access-control" />

      <Card title="Subscribe to a Dashboard" icon="4" horizontal href="/using-wisdom-ai-everyday/schedule-dashboards-notifications" />
    </Columns>

    **Key Actions:**

    * Pose natural language questions to explore data.
    * Create and customize interactive Dashboards.
    * Share insights with team members and stakeholders.
    * Set up notifications to stay updated on key metrics.
  </Tab>
</Tabs>

## Next steps

<CardGroup cols={3}>
  <Card title="Supported Data Sources" icon="database" href="/getting-started/connect-data-sources/supported-data-sources">
    Explore the full list of databases and platforms you can connect to the system.
  </Card>

  <Card title="Connect and Test Tutorial" icon="rocket" href="/setting-up-wisdom-ai/basic-tutorial-connect-and-test">
    Walk through the initial setup to connect a data source and run your first query.
  </Card>

  <Card title="Advanced Data Modeling" icon="sitemap" href="/setting-up-wisdom-ai/advanced-data-modeling-creating-context">
    Define relationships and context in your data to enable more powerful analysis.
  </Card>

  <Card title="Provide Feedback" icon="thumbs-up" href="/setting-up-wisdom-ai/feedback-mechanisms/provide-feedback-to-the-system">
    Help improve model accuracy by rating answers and providing corrections.
  </Card>

  <Card title="Turn Answers into Dashboards" icon="book-open" href="/using-wisdom-ai-everyday/turn-answers-into-dashboards">
    Compile key insights and visualizations into a shareable, narrative-driven report.
  </Card>
</CardGroup>
