> For the complete documentation index, see [llms.txt](https://doc.some3c.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.some3c.com/iphone-farm-setup.md).

# iPhone Farm Setup

- [iPhone Farm Settings](https://doc.some3c.com/iphone-farm-setup/iphone-farm-settings.md): Just Read the Instructions
- [iMouse XP New version](https://doc.some3c.com/iphone-farm-setup/imouse-xp-new-version.md): Brand new upgrade, better experience
- [XP API Documentation](https://doc.some3c.com/iphone-farm-setup/xp-api-documentation.md): Interface Overview
- [Equipment related](https://doc.some3c.com/iphone-farm-setup/xp-api-documentation/equipment-related.md): Some3C.com – A Professional Solution for iOS Development and Testing
- [Configuration related](https://doc.some3c.com/iphone-farm-setup/xp-api-documentation/configuration-related.md): Some3C.com – A Professional Solution for iOS Development and Testing
- [User related](https://doc.some3c.com/iphone-farm-setup/xp-api-documentation/user-related.md): Some3C.com – A Professional Solution for iOS Development and Testing
- [Keyboard and Mouse](https://doc.some3c.com/iphone-farm-setup/xp-api-documentation/keyboard-and-mouse.md): Some3C.com – A Professional Solution for iOS Development and Testing
- [Picture Text Recognition](https://doc.some3c.com/iphone-farm-setup/xp-api-documentation/picture-text-recognition.md): Some3C.com – A Professional Solution for iOS Development and Testing
- [Shortcuts](https://doc.some3c.com/iphone-farm-setup/xp-api-documentation/shortcuts.md): Some3C.com – A Professional Solution for iOS Development and Testing
- [Callback](https://doc.some3c.com/iphone-farm-setup/xp-api-documentation/callback.md): Some3C.com – A Professional Solution for iOS Development and Testing
- [Python library](https://doc.some3c.com/iphone-farm-setup/xp-api-documentation/python-library.md): A client-server Python library for automating iOS devices. It only works with the iMouse XP version and requires dedicated hardware.
- [API Documentation](https://doc.some3c.com/iphone-farm-setup/api-documentation.md): API overview (Phonefarm.some3c.com)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.some3c.com/iphone-farm-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
