---
title: AI setup for iOS - iOS
description: Use AI coding agents to integrate, upgrade, and configure the Contentsquare iOS SDK with downloadable Agent skills
source_url:
  html: https://docs.contentsquare.com/en/csq-sdk-ios/experience-analytics/ai-setup/
  md: https://docs.contentsquare.com/en/csq-sdk-ios/experience-analytics/ai-setup/index.md
---

> Documentation index: https://docs.contentsquare.com/llms.txt
> Use this file to discover all available pages before exploring further.

Use the Contentsquare wizard or skills to set up, update, and configure iOS with your AI coding agent.

Disclaimer

This skill guides your AI coding agent through the SDK installation and implementation. The agent you use (Cursor, Claude Code, Copilot) is your own tool and operates under your settings and permissions. Contentsquare is not responsible for how your agent interprets or applies the instructions contained in these files.

## Contentsquare wizard

Run the wizard in your project directory. It configures your AI coding agent, installs the matching Contentsquare integration, and verifies the installation.

```shell
npx @contentsquare/wizard install
```

Supports GitHub Copilot, Cursor, and Claude Code. Requires Node.js ≥ 18 and an AI coding agent with MCP support.

## Contentsquare skills

Choose how to install the Contentsquare skills.

* Copilot CLI

  Add the Contentsquare marketplace, then install the plugin for iOS:

  ```shell
  copilot plugin marketplace add ContentSquare/agents
  copilot plugin install contentsquare-ios@contentsquare
  ```

* Claude Code

  Add the Contentsquare marketplace, then install the plugin for iOS:

  ```shell
  /plugin marketplace add ContentSquare/agents
  /plugin install contentsquare-ios@contentsquare
  ```

* Cursor

  Install **contentsquare** from the [Cursor marketplace ↗](https://cursor.com/marketplace), or add the [Contentsquare agents repository ↗](https://github.com/ContentSquare/agents) directly. Cursor reads the `.cursor-plugin` catalog in the repository.

* Other agents

  Install the Contentsquare skill pack with the open `skills.sh` ecosystem:

  ```shell
  npx skills add contentsquare/agents
  ```

* From source

  Download or clone the [Contentsquare agents repository ↗](https://github.com/ContentSquare/agents), then copy `skills/contentsquare-ios-sdk` into the location your AI coding agent scans for skills:

  | AI coding agent | Skill location |
  | - | - |
  | GitHub Copilot | `.github/skills/` or `.agents/skills/` |
  | Cursor | `.cursor/rules/` or the project root |
  | Claude Code | `.claude/skills/` or the project root |
  | Other compatible agents | `.agents/skills/` |

## Example prompts

Paste one of the following prompts into your coding agent, or type your own.

```text
Install Contentsquare for iOS.
```

```text
Track custom events with properties in my iOS app.
```

```text
Mask sensitive data in Session Replay for my iOS app.
```

```text
Upgrade my iOS app from the Contentsquare SDK to the CSQ SDK.
```


```json
{"@context":"https://schema.org","@type":"TechArticle","headline":"AI setup for iOS","description":"Use AI coding agents to integrate, upgrade, and configure the Contentsquare iOS SDK with downloadable Agent skills","url":"https://docs.contentsquare.com/en/csq-sdk-ios/experience-analytics/ai-setup/","inLanguage":"en","dateModified":"2026-09-18T15:20:08+02:00","publisher":{"@type":"Organization","name":"Contentsquare","url":"https://www.contentsquare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://docs.contentsquare.com/#website","name":"Contentsquare Technical Documentation","url":"https://docs.contentsquare.com/"}}
```