> For the complete documentation index, see [llms.txt](https://guides.smolcompute.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.smolcompute.xyz/1/how-to/what-devices-can-i-use-smol-compute-on.md).

# What devices can I use smol compute on?

Our products are designed for [Apple Numbers](https://www.apple.com/numbers/). Numbers is accessible on [the Mac](https://support.apple.com/en-ca/guide/numbers/welcome/mac), on[ iPads](https://support.apple.com/en-ca/guide/numbers-ipad/welcome/ipados),  on [iPhones](https://support.apple.com/en-ca/guide/numbers-iphone/welcome/ios) and on the [Vision Pro](https://support.apple.com/en-ca/guide/apple-vision-pro/tanc022cf47c/visionos).  Running Numbers natively on device will yield the best performance.&#x20;

<figure><img src="/files/rbE443MLqq38OdZO2usL" alt="Using smol compute on iPad"><figcaption></figcaption></figure>

<figure><img src="/files/u5tjZwAoUSz33tgPXqxz" alt="" width="375"><figcaption></figcaption></figure>

## Using smol compute in the Browser (Numbers Web App)

&#x20;Yu can also access Numbers and your Portfolio in a [browser](https://www.icloud.com/numbers) [here](https://www.icloud.com/numbers). &#x20;

You will need to create an iCloud account. This is similar to using Google Sheets and Excel online.

You can retain full privacy (end-to-end encryption) while accessing your portfolio in the browser. You will need a trusted device to enable the local decryption of your portfolio:

#### Advanced Data Protection and iCloud.com web access

When a user first turns on [Advanced Data Protection](/1/how-to/turning-on-end-to-end-encryption.md), web access to their data at iCloud.com is automatically turned off. This is because iCloud web servers no longer have access to the keys required to decrypt and display the user’s data. The user can choose to turn on web access again, and use the participation of their trusted device to access their encrypted iCloud data on the web.

After turning on web access, the user must authorize the web sign-in on one of their trusted devices each time they visit iCloud.com. The authorization “arms” the device for web access.&#x20;

<figure><img src="/files/YFgqBDjWfeZFbRudWSlk" alt="Numbers Web App on iCloud"><figcaption><p>Numbers Web App on iCloud</p></figcaption></figure>

<figure><img src="/files/Oup9AnsT3c63uA91WDkS" alt="Use smol compute Portfolio Manager in the Browser"><figcaption><p>Use smol compute Portfolio Manager in the Browser</p></figcaption></figure>

You can read more about using Numbers as a web app on [Apple's site](https://support.apple.com/en-ca/guide/numbers-icloud/welcome/14.0/icloud).&#x20;


---

# 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://guides.smolcompute.xyz/1/how-to/what-devices-can-i-use-smol-compute-on.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.
