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

# Websuche und Browsing

> Wie Omnifact Echtzeit-Informationen aus dem Internet findet, um Ihnen aktuelle Antworten zu geben.

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 Knowledge Base',
    'knowledge': 'The sub-menu in Space settings where you manage Uploaded Files and Connected Sources',
    'knowledge-base': 'The collection of documents in a Space (from Uploaded Files and Connected Sources) that the AI assistant can retrieve',
    '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>;
};

Omnifact ist nicht nur auf das Wissen beschränkt, mit dem es trainiert wurde. Mit **Websuche und Browsing** kann Ihr KI-Assistent auf das Live-Internet zugreifen, um aktuelle Informationen zu finden, Details zu überprüfen und Themen in Echtzeit zu recherchieren.

<Card title="Websuche meistern" icon="graduation-cap" href="/de/guides/mastering-chat/skills/using-web-search-research">
  Möchten Sie lernen, wie Sie die Websuche effektiv für professionelle Recherchen nutzen? Sehen Sie sich unseren **ausführlichen Leitfaden zur Websuche für Recherchen** an.
</Card>

## Wie es funktioniert

Die Websuche ist direkt in die Chat-Funktion innerhalb des [**Auto**-Antwortmodus](/de/platform/core-features/chats/response-modes#auto-mode-default) integriert.

1. **Automatische Erkennung:** Omnifact erkennt intelligent, wann eine Frage externe Informationen erfordert (z. B. "aktuelle Aktienkurse", "heutige Nachrichten") und löst automatisch eine Suche aus.
2. **Explizite Anfragen:** Sie können eine Suche auch erzwingen, indem Sie Ihren Prompt mit Anweisungen wie "Suche nach..." oder "Finde die neuesten Informationen zu..." beginnen.
3. **Transparenz:** Sie sehen Statusanzeigen ("Durchsucht das Web...", "Liest...") während die KI arbeitet, gefolgt von **nummerierten Zitaten** in der finalen Antwort, die auf die Originalquellen verlinken.

<Note>
  Die Websuche ist in den Modi **Quick Response** und **Simple Lookup** **deaktiviert**, um Geschwindigkeit oder strikt interne Antworten zu gewährleisten.
</Note>

## Datenschutz und Sicherheit

Ihre Privatsphäre hat oberste Priorität. Der [Privacy Filter](/de/platform/core-features/privacy-security/how-privacy-filter-works) schützt Ihre Suchanfragen aktiv:

* **Scannen:** Bevor eine Suchanfrage an einen Suchanbieter gesendet wird, wird sie auf sensible Informationen geprüft.
* **Blockieren:** Wenn Ihre Anfrage maskierte sensible Daten (wie Namen oder Kontonummern) enthält, wird die Suche **blockiert**, um Datenlecks zu verhindern.
* **Benachrichtigung:** Sie werden benachrichtigt, wenn eine Suche blockiert wurde, sodass Sie die Anfrage ohne die sensiblen Details umformulieren können.

## Fähigkeiten & Einschränkungen

* **Live-Daten:** Zugriff auf Nachrichten, Marktdaten und Ereignisse, die nach dem Trainingsschluss der KI stattfanden.
* **Seitenlesen:** Die KI kann den Textinhalt spezifischer URLs, die Sie angeben, besuchen und lesen (bis zu 2 MB).
* **Keine Paywalls:** Sie kann nicht auf Inhalte zugreifen, die hinter Paywalls, Login-Bildschirmen oder Captchas liegen.
* **Medien:** Sie verarbeitet Text (HTML), keine Videos oder interaktiven Diagramme.
