# Install CodeWords

### iOS & iPadOS

1. Open [codewords.app](https://codewords.app) in **Safari**
2. Tap the **Share** icon at the bottom of the screen
3. Scroll down and tap **Add to Home Screen**
4. Tap **Add** to confirm

The CodeWords icon will appear on your home screen, just like any app.

### Android, Mac, and Windows

1. Open [codewords.app](https://codewords.app) in **Chrome**
2. Tap the **⋮** menu in the top-right corner or click the download button in the URL bar.

<figure><img src="/files/W8h0vWB1gDFIag020L3g" alt="" width="167"><figcaption></figcaption></figure>

<figure><img src="/files/oOY6GNB4SEbmP4ODaZCU" alt="" width="75"><figcaption></figcaption></figure>

3. Tap **Add to Home screen**
4. Tap **Add** to confirm

Once you've logged in, a popup will also appear on your desktop that allows you to install CodeWords. It will then be accessible from your dock.

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

### FAQs

<details>

<summary>Is this a real app?</summary>

Yes. Once installed, CodeWords launches full screen with no browser chrome — it looks and feels like a native app.

</details>

<details>

<summary>Why isn't it on the App Store?</summary>

This app shortcut delivers the same experience without requiring a download or an app store listing. It installs in seconds and stays up to date automatically.

</details>

<details>

<summary>How do I uninstall it?</summary>

Remove it the same way you'd delete any app or icon from your home screen, Dock, or desktop.

</details>


---

# Agent Instructions: 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:

```
GET https://docs.codewords.ai/automations/install-codewords.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
