# Mobile Development

- [iOS](https://kb.annjose.com/mobile-dev/ios-home.md): iOS General concepts. Specific topics are described as sub-pages to this page.
- [Useful Information](https://kb.annjose.com/mobile-dev/ios-home/useful-information.md)
- [Debugging Tricks](https://kb.annjose.com/mobile-dev/ios-home/debugging-tricks.md)
- [ViewController Concepts](https://kb.annjose.com/mobile-dev/ios-home/ios-concepts.md): Notes from reading Apple's View Controller Programming guide.
- [Nullability Annotations](https://kb.annjose.com/mobile-dev/ios-home/nullability-annotations.md)
- [UI Testing XCTestUI](https://kb.annjose.com/mobile-dev/ios-home/xctest-ui.md)
- [Xcode Concepts](https://kb.annjose.com/mobile-dev/ios-home/xcode-concepts.md)
- [Mobile Application Services](https://kb.annjose.com/mobile-dev/mobile-application-services.md)
- [AB Testing](https://kb.annjose.com/mobile-dev/ab-testing.md)
- [Firebase](https://kb.annjose.com/mobile-dev/firebase.md)
- [Good Articles Blogs](https://kb.annjose.com/mobile-dev/ios.md)
- [iOS Troubleshooting](https://kb.annjose.com/mobile-dev/ios-gotchas.md)
- [Cocoapods Troubleshooting](https://kb.annjose.com/mobile-dev/cocoapods-gotchas.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://kb.annjose.com/mobile-dev.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.
