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

# Add Domain-Specific Knowledge

To improve how WisdomAI understands and answers user queries, you can add your business knowledge to your Domain. This will help refine data interpretation, align responses with business definitions, and improve overall accuracy.

Here's how to do it:

1. Select the relevant **Domain** from your Domains dashboard.
2. Navigate to the **Context** tab.
3. Select the **Knowledge** tab inside the Context section.
4. Click the **+ Add Knowledge** button to begin a new entry and add natural language context.
   * Alternatively, **upload a file** containing domain-specific information.
   * Here, you can also **download** the context entries in a CSV-format file.
5. **Save** your changes to make the Knowledge available for query interpretation.

<Frame>
  <img src="https://mintcdn.com/wisdomai/FPeFp9c8fz1r_sxU/dark-img/add-domain-specific-knowledge.png?fit=max&auto=format&n=FPeFp9c8fz1r_sxU&q=85&s=b300d2d32468b981dd5332c5dbc27d2b" alt="NEW Add Knowledge Steps" lightAlt="NEW Add Knowledge Steps" darkAlt="NEW Add Knowledge Steps" className="hidden dark:block" width="1822" height="988" data-path="dark-img/add-domain-specific-knowledge.png" />

  <img src="https://mintcdn.com/wisdomai/LpgaD9q2532CSQrt/images/NEW-add-knowledge-steps.png?fit=max&auto=format&n=LpgaD9q2532CSQrt&q=85&s=1d45f755137a336835febf12887dc61f" alt="NEW Add Knowledge Steps" lightAlt="NEW Add Knowledge Steps" darkAlt="NEW Add Knowledge Steps" className="dark:hidden" width="1822" height="988" data-path="images/NEW-add-knowledge-steps.png" />
</Frame>

### Further Knowledge configuration

Other key features within the Domain section help you define and refine contextual information for accurate AI responses.

* **Data Sources**: This tab is where you manage and model the raw data structure to make it queryable and insightful within the platform. To enhance Knowledge from the Data Sources tab, you can:
  * [**Document Tables and Columns**](/setting-up-wisdom-ai/document-tables-and-columns): Write clear, natural language descriptions for tables and columns to help the AI interpret schema elements accurately.
  * [**Define Metrics with SQL**](/improve-wisdom-ai-responses/how-to-create-metrics): Use SQL formulas to define key metrics and calculations, ensuring consistent, precise responses.

## **Next steps**

<CardGroup cols={2}>
  <Card title="Auditing" icon="clipboard-list" href="/using-wisdom-ai-everyday/auditing">
    Organize insights by tagging chats, navigating history, and sharing vetted answers with your team.
  </Card>

  <Card title="Provide Feedback to the System" icon="thumbs-up" href="/setting-up-wisdom-ai/feedback-mechanisms/provide-feedback-to-the-system">
    Learn how to rate answers and provide corrections to improve the system's accuracy.
  </Card>

  <Card title="Validate and Test Answers" icon="check-double" href="/improve-wisdom-ai-responses/validate-and-test-answers">
    Understand the methods for verifying the correctness and reliability of generated answers.
  </Card>

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