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

# browser • AI Agents Framework

> C11 shim: browser implementation moved to ``praisonai_browser``.

# browser

<Badge color="purple">AI Agents Framework</Badge>

C11 shim: browser implementation moved to `praisonai_browser`.

Old import paths (`praisonai.browser`, `praisonai.browser.server`,
`python -m praisonai.browser.server`) keep working and resolve to the
same module objects as `praisonai_browser.*`.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonai import browser
```

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Browser Agent" icon="globe" href="/docs/docs/features/browser-agent" />

  <Card title="Browser Deep Dive" icon="magnifying-glass" href="/docs/docs/features/browser-agent-deep-dive" />
</CardGroup>
