> For the complete documentation index, see [llms.txt](https://mozarkdocs.gitbook.io/appx_documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mozarkdocs.gitbook.io/appx_documentation/administration-control-plane/infrastructure.md).

# Infrastructure

Infrastructure controls which testing resources each project can use.

Use it to manage devices, build pools, and map resources safely.

<figure><img src="/files/0gM1vg0wmnAFDf7ZNqly" alt=""><figcaption></figcaption></figure>

### Devices

Devices are individual testing targets.

Examples include Samsung Galaxy S24, Google Pixel 9, iPhone 16, and iPad Pro.

#### Device details

Each device record shows:

* platform
* OS version
* availability
* owner
* assignment status

### Device pools

Device pools group multiple devices into one managed resource.

Use pools to simplify allocation and reuse across teams.

<figure><img src="/files/d7IfsUya7LXqrwV9wnd5" alt=""><figcaption></figcaption></figure>

#### Pool scope

Assign a pool at the:

* organization level
* application level
* project level

### Project mappings

Mappings define which projects can use a device or device pool.

Each mapping connects one project to one target resource.

<figure><img src="/files/TAiILyfhgO8iVIEHgkBH" alt=""><figcaption></figcaption></figure>

#### Create a mapping

Each mapping requires:

* a project
* a target type
* a device or pool

<figure><img src="/files/vFPqecoM1wNkSYcXhOSA" alt=""><figcaption></figcaption></figure>

### Access behavior

Mapped infrastructure appears inside the project workspace.

Users cannot use devices or pools without an explicit mapping.


---

# 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://mozarkdocs.gitbook.io/appx_documentation/administration-control-plane/infrastructure.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.
