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

# Live Search

> Real-time web search using Grok AI

# Live Search

Real-time web search using Grok AI

## Properties

| Property   | Value       |
| ---------- | ----------- |
| **Type**   | live-search |
| **Family** | AI          |
| **Group**  | Agent       |

## Parameters

| Name         | Label         | Type   | Description                      | Required |
| ------------ | ------------- | ------ | -------------------------------- | -------- |
| query        | Search Query  | String | The search query to look up      | Yes      |
| maxResults   | Max Results   | Number | Maximum number of search results | No       |
| systemPrompt | System Prompt | String | System prompt for the AI         | No       |

## Outputs

| Name    | Label   | Type    | Description              |
| ------- | ------- | ------- | ------------------------ |
| result  | result  | string  | Search result summary    |
| success | success | boolean | Whether search succeeded |
