# Check Pod Size

* If you are using `AccuraKYC` pod\
  `your Project's root dicrectory/Pods/AccuraKYC/Framework/AccuraOCR.framework`\
  the `AccuraOCR.framework` size should be around 420 MB
* If you are using `AccuraOCR` pod\
  `your Project's root dicrectory/Pods/AccuraOCR/Framework/AccuraOCR.framework`\
  the `AccuraOCR.framework` size should be around 310 MB
* If you are using `AccuraLiveness_FM` pod\
  `your Project's root dicrectory/Pods/AccuraLiveness_FM/Framework/AccuraLiveness_FM.framework`\
  the `AccuraLiveness_FM.framework` size should be around 160 MB

{% hint style="info" %}
***Note*****:** If using Simulator Pods, the sizes of the pods will be reduce to around half of\
what's given above.
{% endhint %}

> If your pod size does not match given size follow step 4 of the [***Project Setup***](/language/ios/project-setup.md)


---

# 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.accurascan.com/language/ios/project-setup/check-pod-size.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.
