# Publish to Gist

## 1. What's it?

From Proxyman 2.28.0+, the developer can publish Request/Response data to Github Gist.

* Proxyman requires "Read/Write Gist" permission in order to publish a Gist on the user's behalf.
* If it's the first time, Proxyman will prompt a Github Authorization Page.

## 2. Benefit

* **Instantly** create a Gist from selected Request/Response that you can **quickly** share with your colleagues.
* Support Private and Private Gist.
* Only requires **"Read/Write Gist"** permission. No request for Email/Username/...
* The Github Access Token is securely stored in User Keychain.

Here is how the Gist looks like: <https://gist.github.com/NghiaTranUIT/e116a60e286c917a5cbfd61aff32194c>

![](/files/-Mb0fph-a8B9yc8jRme-)

## 3. How to use

1. Select your request on the main Table View
2. Right-Click to display a Menu Context -> Export -> Publish To Gist...

![](/files/-Mb0hNx-X6tXs5aGbMQJ)


---

# 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/publish-to-gist.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.
