# Installation

## Adding the MOVE SDK

### Using Cocoapods

CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. Check out their [homepage](https://cocoapods.org/) for more details.

If your project already uses CocoaPods, then add the dependency to your Podfile:

```bash
pod 'DolphinMoveSDK'
```

Run the following command from the terminal:

```bash
$ pod install
```

### Manual Installation&#x20;

{% file src="/files/ohwYn3V1SihTffZINC4L" %}
Move iOS SDK 1.5.0 XCFramework
{% endfile %}

1. Download the latest Move SDK XCFramework
2. Add the frameworks to the project
   * Go to the **General** tab of your target settings
   * Click the **+** button under the **Frameworks, Libraries, and Embedded Content** heading
   * Click **Add Other** and then **Add Files**
   * Choose the **Move XCFramework** file and click **Open**
3. Change the **Embed** option next to the framework to **Do Not Embed**


---

# 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.movesdk.com/move-platform/move-sdk-1.x/sdk/getting-started/ios-1/installation.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.
