> For the complete documentation index, see [llms.txt](https://docs.pixiebrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixiebrix.com/developing-mods/sharing-mods/saving-a-mod.md).

# Saving a Mod

You'll need to save a mod before closing the Page Editor if you want to use the mod on other pages, or share with a team.&#x20;

### Click the Save button at the top right of the Page Editor toolbar

<figure><img src="/files/XTh0O5uyYDNTYMf7T30R" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If it's your first time saving a mod, you'll be prompted to create a username.&#x20;
{% endhint %}

### Review Save Fields

When packaging a mod, PixieBrix prompts you for the following information

* ID: a unique identification for the mod. It must start with your author scope or an author scope of a team where you have a Developer role.
  * ***Note that if you want to deploy a mod to your team or you want your team to have the ability to edit a mod, you’ll want to select the team alias (the @ field at the start of the mod ID, before the /).***
* Name: a human-readable name for the mod
* Version: a version number, in the format `major.minor.patch`. For example 1.0.0
* Description: a helpful description that describes what the mod is for

{% hint style="info" %}
&#x20;**Pro-Tip:** Add a “collection” part to the mod id to help organize your mods. For example `@username/slack/send-slack-message` instead of `@username/send-slack-message`
{% endhint %}

<figure><img src="/files/ri5mfxFPB3i1F5VmBAzs" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.pixiebrix.com/developing-mods/sharing-mods/saving-a-mod.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
