> ## 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 an Admin, an Explorer, or a Developer building on top of the platform, you will find detailed instructions for your role.

## 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.
    * Connect your AI coding assistant to WisdomAI data using the MCP Server.
  </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>

  <Tab title="Developers">
    **Objective:** Integrate WisdomAI into your product or connect it to your AI coding tools.

    **Start Here:**

    <Columns cols={2}>
      <Card title="Developers Overview" icon="square-code" horizontal href="/integrations/developers" />

      <Card title="Embedding" icon="table-columns" horizontal href="/integrations/embeddings/embedding" />

      <Card title="GraphQL API" icon="code" horizontal href="/integrations/graphql-api/GraphQL-API" />

      <Card title="User Management" icon="users" horizontal href="/integrations/user-management/user-lifecycle" />
    </Columns>

    **Key Actions:**

    * Embed dashboards and chat into your web app using the iframe or React SDK.
    * Create and manage users programmatically via the GraphQL API.
    * Control data access at the user level with attributes and parameterized connections.
  </Tab>
</Tabs>

## Next steps

<CardGroup cols={3}>
  <Card title="Developers" icon="code" href="/integrations/developers">
    Embed, query, and extend WisdomAI from your own stack.
  </Card>

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