# iOS

The **iOS** section under the **download** category provides step-by-step guidance on generating and managing **iOS app builds** for submission to the **Apple App Store**. Since Apple requires specific configurations for iOS apps, this section helps you navigate the technical requirements effortlessly.

Here, you'll find:

* Guides on generating iOS (IPA) builds for testing and publishing.
* Assistance with creating certificates, provisioning profiles, and App Store Connect settings.
* Instructions on managing app store permissions and more.

{% embed url="<https://www.youtube.com/watch?v=Hf11zo-Ys4s>" %}

Explore this section to ensure a smooth and compliant iOS app submission process, from build generation to final approval on the App Store.


---

# 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.appmysite.com/app/download/ios.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.
