# Build Request Ranger yourself using XCode

For advanced users or those who want to contribute to the development of Request Ranger, you can build the application yourself using Xcode.

## **Steps**

1. [Clone the Request Ranger repository from GitHub.](https://github.com/Authentick/RequestRanger)
2. Open the project in Xcode.
3. Build the project.
4. Run the application.

For detailed instructions on building Request Ranger using Xcode, please visit our [Build Guide](/contributing/building-locally.md).

By choosing the installation method that best suits your needs, you can quickly and easily start using Request Ranger for your web development and security tasks.


---

# 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://www.requestranger.com/getting-started/installation/build-request-ranger-yourself-using-xcode.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.
