# 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: 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/saving-a-mod.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.
