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

# Introduction to AI

> Understanding artificial intelligence and its impact on modern work

export const Glossary = ({children, term}) => {
  const glossaryDefinitions = {
    'ai': 'Artificial Intelligence - computer systems that can perform tasks typically requiring human intelligence',
    'artificial-intelligence-ai': 'Computer systems that can perform tasks typically requiring human intelligence',
    'ai-assistant': 'An AI system designed to help users with tasks through conversation',
    'space': 'A dedicated environment with a specialized AI assistant and optional Uploaded Files',
    'spaces': 'Dedicated environments with specialized AI assistants and optional Uploaded Files',
    'knowledge': 'The sub-menu in Space settings where you manage Uploaded Files and Connected Sources',
    'uploaded-files': 'Documents manually uploaded to a Space under the Knowledge tab',
    'prompt': 'Instructions or questions you give to an AI assistant',
    'response': 'The AI assistant\'s answer to your prompt or question',
    'query': 'A question or request for information',
    'context': 'Background information that helps the AI understand your request',
    'llm': 'Large Language Model - an AI system trained on vast amounts of text data to understand and generate human language',
    'large-language-model-llm': 'An AI system trained on vast amounts of text data to understand and generate human language',
    'privacy-filter': 'A system that automatically detects and masks sensitive information before it reaches AI models, and restricts images from being sent to non-EU hosted models for compliance',
    'chat-instructions': 'Custom guidelines that define how an AI assistant behaves and responds in a Space',
    'pattern-matching': 'The process by which AI recognizes and uses patterns in data to provide responses',
    'patterns': 'Recognizable structures or trends in data that AI systems can identify and use',
    'training-data': 'The text and information used to teach an AI system how to understand and respond to requests',
    'natural-language': 'Everyday human language that people use to communicate, as opposed to computer code or formal syntax',
    'hallucination': 'When an AI generates information that sounds plausible but is actually incorrect or fabricated',
    'filtering': 'The process of automatically detecting and temporarily replacing sensitive information to protect it during AI processing',
    'masking': 'Temporarily replacing sensitive information with generic labels to protect it from being seen by external AI models',
    're-insertion': 'The automatic process of putting original sensitive information back into AI responses after they\'ve been generated with filtered data',
    'retrieval': 'The process of finding and accessing relevant documents from Uploaded Files to answer questions',
    'hosting': 'Where an AI model is deployed and made available for use - either by third-party providers, on your organization\'s own servers, or in private cloud environments',
    'cite': 'To reference or mention the source of information, helping you know where an AI\'s answer came from',
    'sidebar': 'A panel that appears on the side of the screen showing additional information and options',
    'toggle': 'A button or control that switches something on or off, like opening and closing a sidebar',
    'navigation': 'The system of menus and buttons that help you move between different parts of Omnifact',
    'favoriting': 'Marking a Space as a favorite to pin it to the main navigation for quick access',
    'pinning': 'Attaching a Space to the main navigation bar so it\'s always visible and easily accessible'
  };
  const definition = glossaryDefinitions[term];
  return <Tooltip tip={definition}>{children}</Tooltip>;
};

<Card title="Welcome to your AI journey with Omnifact!" horizontal>
  These guides introduce the basics of <Glossary term="artificial-intelligence-ai">artificial intelligence</Glossary> in simple terms, helping you understand how Omnifact's AI assistant fits into your daily work. No technical background is required to get started.
</Card>

## What is Artificial Intelligence?

Artificial Intelligence (AI) isn't just futuristic technology. It's a practical tool that's already transforming how we work. In Omnifact, AI acts as a smart, tireless assistant that helps you analyze documents, draft content, research topics, and make better decisions faster, all within a secure enterprise platform.

<Note>
  Throughout this guide, you'll see technical terms highlighted. Hover over any highlighted terms to see simple explanations and definitions or check our [Glossary](/en/guides/ai-fundamentals/glossary) for more detailed information.
</Note>

## AI in the Workplace

Imagine having a smart, tireless assistant built into your work platform. That's what Omnifact brings to today's workplace. Let's explore how AI transforms the way teams work:

<AccordionGroup>
  <Accordion title="Your Personal Productivity Companion" icon="rocket">
    AI streamlines your daily tasks by:

    * Analyzing and summarizing documents quickly
    * Answering questions about uploaded files
    * Drafting and editing professional content
    * Extracting key information from reports

    **Real-world example:** Instead of spending hours reading through long documents, Omnifact can analyze a 100-page report in seconds and provide a clear summary of the key findings and recommendations.
  </Accordion>

  <Accordion title="Your Decision-Making Partner" icon="brain">
    Make better decisions with AI that:

    * Analyzes complex data in seconds
    * Spots patterns you might miss
    * Suggests data-driven solutions
    * Predicts potential outcomes

    **Real-world example:** When planning a project, AI can analyze past projects to help you set realistic timelines and identify potential risks before they become problems.
  </Accordion>

  <Accordion title="Your Team Collaboration Enhancer" icon="people-group">
    Transform how your team works together with AI that:

    * Organizes team documents into searchable Uploaded Files in Spaces
    * Helps draft team communications and updates
    * Analyzes feedback and suggestions from the team
    * Maintains consistent documentation

    **Real-world example:** When your team needs to share knowledge, Omnifact can help organize documents into a searchable <Glossary term="uploaded-files">Uploaded Files</Glossary> and assist in creating clear documentation that everyone can understand.
  </Accordion>
</AccordionGroup>

<Tip>
  The best part? You don't need to be a tech expert to benefit from AI. These tools are designed to be as easy to use as your favorite apps!
</Tip>

## Benefits of AI at Work

<Card title="Increased Efficiency" icon="gauge-high" horizontal>
  Complete tasks faster and more accurately
</Card>

<Card title="Better Decisions" icon="check-double" horizontal>
  Access insights and recommendations quickly
</Card>

<Card title="Enhanced Focus" icon="bullseye" horizontal>
  Spend more time on meaningful work
</Card>

<Card title="Improved Results" icon="star" horizontal>
  Achieve better outcomes with AI support
</Card>

## Core Principles

<CardGroup cols={2}>
  <Card title="Augmentation" icon="circle-plus">
    AI enhances human capabilities rather than replacing them
  </Card>

  <Card title="Collaboration" icon="handshake">
    Humans and AI work together for better results
  </Card>

  <Card title="Responsibility" icon="shield-check">
    AI should be used ethically and thoughtfully
  </Card>

  <Card title="Growth" icon="seedling">
    AI tools keep advancing; your skills working with them can grow over time
  </Card>
</CardGroup>

## Next Steps

Now that you understand the basics of AI in the workplace, explore these topics to learn more:

* Learn about [Understanding AI Assistants](/en/guides/ai-fundamentals/understanding-assistants) and how they enhance your work
* Discover [How AI Works](/en/guides/ai-fundamentals/how-ai-works) in simple, practical terms
* Understand [AI Capabilities and Limitations](/en/guides/ai-fundamentals/capabilities-and-limitations) to set realistic expectations
* Master [How to Interact with AI](/en/guides/ai-fundamentals/how-to-interact) effectively
