# Sharing Mods

Most of the time you'll be building a mod for you or others on your team to use. The beauty of PixieBrix is that you can build something once and share with others so they can simply activate and start using the functionality.&#x20;

Even better... you can actually [deploy mods](/deploying-mods.md) so your team doesn't even have to activate them.

Anytime you want someone else to use a mod, or you want to be able to access it on another machine or browser profile, you'll need to package the mod.

Read how to [package a mod](https://docs.pixiebrix.com/developing-mods/sharing-mods/packaging-a-mod).


---

# 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.pixiebrix.com/developing-mods/sharing-mods.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.
