# Code Generator

## 1. What's it?

Code Generator is a useful tool that helps you automatically generate your HTTP/HTTPS Requests for particular code languages.

The following table will list all supported languages:

* cURL
* HTTPie
* HAR
* Postman Collection 2
* Axios
* Go
* Java + HTTPClient
* Javascript + jQuery
* Node + HTTP
* Node + Fetch
* Python + Request
* Objective-C + NSURLSession
* Swift + Alamofire 5
* Swift + Moya
* Swift + URLSession

![Generate Swift + Alamofire 5 Code](/files/-Mi4e7knCxyCTQxI4GiT)

## 2. How to open the Code Generator Tab?

1. On the Request Panel Tab -> Click on the "+" Button
2. New Windows appears -> Click on the "Code Generator" checkbox

<figure><img src="/files/08TbKxdRRlkjD0YstEVZ" alt=""><figcaption><p>How to open the Code Generator Tab</p></figcaption></figure>

* New Tab will add to the Request Panel -> Select any language to show the code

## 3. Missing your favorite library?

If you cannot find your library, you can:

* Create a [Ticket](https://github.com/ProxymanApp/Proxyman/issues) on Github.
* Fork [Code-Generator-Plugin Repository](https://github.com/ProxymanApp/code-generator-plugin) and open a PR. We appreciate your contribution 🙇‍♂️


---

# 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.proxyman.com/advanced-features/code-generator.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.
