> ## Documentation Index
> Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-search-api-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# search_docs

> Search Kernel platform documentation and guides

Search Kernel platform documentation for guides, tutorials, and API references. Use it when you need to understand how Kernel features work or to troubleshoot issues.

<Note>
  This tool searches Kernel documentation, not the web. The [Search API](/search) is a separate HTTP API; web search support depends on the hosted MCP server release and your organization's Search access.
</Note>

## Parameters

| Parameter | Description                                                                                            |
| --------- | ------------------------------------------------------------------------------------------------------ |
| `query`   | Natural language search query (e.g., "how to deploy an app", "browser automation examples"). Required. |

## Example

```json theme={null}
{
  "query": "how to set up a browser profile for authentication"
}
```
