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

# SearXNG Search

> The SearXNG search connector enables web searches via the SearXNG metasearch engine. With this connector, you can search the internet anonymously and in compliance with data protection.

## Options

<ParamField body="baseUri" type="string" required>
  The base URL of the SearXNG server.
</ParamField>

## Arguments

<ParamField body="searchterm" type="string" required>
  The search term for the web search.

  Example:

  ```
  The searchterm for the web search
  ```
</ParamField>

<ParamField body="isoCode" type="string" required>
  The ISO code for the language (e.g., `de` for German, `en` for English).

  Example:

  ```
  The ISO Code for the language (e.g. de for german or en for english)
  ```
</ParamField>

<ParamField body="withImages" type="boolean" required>
  Indicates whether images should also be searched (`true` or `false`).

  Example:

  ```
  If the user requests images or asks for the appearance, this is true, otherwise false
  ```
</ParamField>
