> For the complete documentation index, see [llms.txt](https://rainysoft.gitbook.io/rainwidget/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rainysoft.gitbook.io/rainwidget/getting-started/distributing-widgets.md).

# Distributing Widgets

## Pack Widget

1. Right click one of the widget on your desktop, select the menuitem "Window > Pack" to compress the widget into a zip file.
2. Or Right click the RainWidget tray icon (Screen Bottom-Right corner) to popup RainWidget system menu,Click the menuitem "Add Widget..." to open the AddWidget window, right click the widget you want distribute and select the menuitem "Pack" to compress the widget into a zip file.

## Share Widgets

* You can upload widgets zip file to [RainWidget Gallery](https://www.deviantart.com/rainwidget/gallery/)
* You can send the widget zip file to your friends to share


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://rainysoft.gitbook.io/rainwidget/getting-started/distributing-widgets.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.
