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

# Search Docs

> Search Kernel platform documentation and guides

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

## 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"
}
```
