> For the complete documentation index, see [llms.txt](https://docs.artificient.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.artificient.de/usage/ios/installation.md).

# Installation

To install the GIZO SDK for an iOS project, add the following script in the **Podfile** in the root directory of your project:

```
pod 'GizoSDK', '2.0.9'
```

Then use the command below to install the dependencies:

```bash
pod install
```

Once the GIZO SDK is installed, you can proceed to the next section.
