# Adding the Framework

To integrate the SDK, follow these steps:

1. **Clone the Repository**\
   Clone the SDK repository to your local machine using the following command:

   ```bash
   git clone https://github.com/Cramiumlabs/sdk-mpc-ios.git

   ```
2. Unzip the Framework Files Navigate to the exports folder within the cloned repository and unzip the following files:
   * `mpc.framework.zip`
   * `Client.xcframework.zip`
   * `CryptoSwift.framework.zip`
3. Add the Frameworks to Your Project Drag the `mpc.framework, Client.xcframework` and `CryptoSwift.framework` into your Xcode project.
   * Place it in the **Frameworks** group or any folder of your choice.
   * Ensure **Copy items if needed** is checked when prompted.
4. Add the framework to the **Linked Frameworks and Libraries** section:
   * In Xcode, go to your **project settings**.
   * Under the **General** tab, find **Frameworks, Libraries, and Embedded Content**.
   * Click the `+` button and add the framework.
5. Set the framework to **Embed & Sign** to ensure it is bundled with your app.


---

# 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://cramiumlabs.gitbook.io/docs/sdk-mpc-ios/adding-the-framework.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.
