# Tool Guides

- [Xcode Project Setup](https://ios-course.cornellappdev.com/resources/tool-guides/xcode-project-setup.md): Fall 2023 | Vin Bui
- [Figma](https://ios-course.cornellappdev.com/resources/tool-guides/figma.md): Creator: Vin Bui (FA23) | Editor: Jay Zheng (FA25)
- [Postman](https://ios-course.cornellappdev.com/resources/tool-guides/postman.md): Creator: Vin Bui (FA 23) | Editor: Jay Zheng (FA25)
- [CocoaPods](https://ios-course.cornellappdev.com/resources/tool-guides/cocoapods.md): Fall 2023 | Vin Bui
- [UIKit Handbook](https://ios-course.cornellappdev.com/resources/tool-guides/uikit-handbook.md): Original Author: Richie Sun
- [Tab Views](https://ios-course.cornellappdev.com/resources/tool-guides/tab-views.md): Original Author: Tiffany Pan
- [UITabBarController](https://ios-course.cornellappdev.com/resources/tool-guides/tab-views/uitabbarcontroller.md): Original Author: Tiffany Pan
- [TabView](https://ios-course.cornellappdev.com/resources/tool-guides/tab-views/tabview.md): SwiftUI's Vers.


---

# 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://ios-course.cornellappdev.com/resources/tool-guides.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.
