# Mobile Use Guide Mobile Use is AgentBay's mobile device automation environment for Android devices. These guides use Python for code examples — the concepts and API patterns apply to all supported languages (Python, TypeScript, Golang, Java). > **💡 Async API Support**: This guide uses synchronous API. For async patterns, see [Async Agent API](../../../python/docs/api/async/async-agent.md). ## Documentation - [Application Management](mobile-application-management.md) - Mobile app lifecycle management - [UI Automation](mobile-ui-automation.md) - Touch gestures and UI interaction - [Mobile Session Configuration](mobile-session-configuration.md) - Advanced mobile session options (resolution, app rules, navigation bar) - [Mobile Device Simulation](mobile-simulate.md) - Simulate different mobile devices with specific characteristics - [ADB Connection](adb-connection.md) - Connect and control devices via Android Debug Bridge ## Getting Help - [GitHub Issues](https://github.com/agentbay-ai/wuying-agentbay-sdk/issues) - [Main Documentation](../../README.md)