################################ Add Items to the Marketplace ################################ Once you've created an avatar, wearable or entity, you have the option to sell it in the Marketplace. This guide walks you through the steps to upload it to the Marketplace so that you can start the process of having it reviewed and published. .. note:: Prior to adding your item to the Marketplace, we recommend that you use the `Marketplace Item Tester <../create/tools.html#marketplace-item-tester>`_ to ensure that your item works the way you expected and does not have any script errors. .. contents:: On This Page :depth: 2 **In This Section** .. toctree:: :maxdepth: 2 :titlesonly: Add Your Avatar Add Your 3D Model Add Your Wearable Upload Your Environment Add Your Audio ----------------------------- Limited Edition Items ----------------------------- You can choose to create a "limited edition" item by setting the quantity available. This ensures that only a specific number of your item is available for purchase on a first-come, first-serve basis. To create a limited edition item, simply check the box "Item is a limited edition" when you fill out the form to submit your item to the Marketplace. Then, enter the number of items you want available for purchase. If you enter a number, say 25, you are saying that only 25 copies of your item will be available for purchase. --------------------------------- Unlimited Rezzing of Your Item --------------------------------- When you submit your item to the Marketplace, you can allow users to rez your item multiple times within a single domain. This allows users to create forests from a single tree (that they purchased) or to rez multiple streetlights from a single item in their inventory. This setting is exposed in the item's JSON file. To allow your item to be added multiple times within a domain, add ``"certificateType": "domainUnlimited"`` to your item's root JSON file prior to submitting your item. ----------------------------- Marketplace Categories ----------------------------- All items submitted to the Marketplace must fall under one or more pre-defined categories. It's important to correctly categorize your items as it helps other users find your content in the Marketplace. .. note:: Our Marketplace team reviews each submission to ensure items are correctly labeled. Items may be declined if they are not accurately described or extraneous categories are marked. Below, you'll find descriptions of each Marketplace category and examples of items they include. +--------------+----------------------------------------------------------------------+-----------------------------------+ | Category | Description | Examples | +==============+======================================================================+===================================+ | Animals | Items depicting animals, including static 3D models | `Fetch App | | | of animals and functional content. | `_, | | | | `3D Animal Models `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Animations | Scripts and apps that modify or add animations to | `Dance App `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Apps, | Items composed primarily of JavaScript that add or modify | `Sit Point `_, | | | avatar to dance. Proper apps must include an app.json root file. | `TTS `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Architecture | Structures or materials used to create structures including | `Apartment Building | | | doors, walls, and flooring. This category does not include | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Audio | Scripted items that produce sound effects and/or music. | `Boombox `_, | | | | `Looping Sound Emitter | | | | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Avatars | 3D models that are specifically rigged to work as an avatar. | `Artemis `_, | | | | `Mountain Ogre | | | | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Education | Used to promote educational materials for anything through | `Laser Pointer Flashlight | | | the medium of Virtual Reality. | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Environments | A collection of items meant to fill a domain, providing a | `Desert Oasis | | | complete setting or a base to build a new setting from. | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Fun & Games | Interactive games and content, typically a scripted entity | `Beach Ball `_, | | | | `Holiday Blaster | | | | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Furnishings | Items used to decorate a space, usually furniture and other | `Mirror `_, | | | | `Chairs `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Light | Items that emit light, including furnishings and other content. | `Lamp `_, | | | | `Torch `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Materials | Items users can use to customize shading or materials, | `Materials Sets | | and Shaders | including color and texture, on other entities. | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Misc | Items that do not fit into any of the other categories. If marked | `Particle Packs | | | Misc, items should not be marked with any other category. | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Nature | Items relating to or depicting nature and the outdoors. | `Plants & Pots | | | | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Open Source | Free content available for the community to use and build upon. | `Digital Picture Frame | | | Items in this category require a source code link. | `_, | | | | `Drumset `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Pets & | Items with scripted behavior or attachments that mimic a pet or | `Jimi the Snail | | Companions | companion. This category does not include static 3D models of | `_, | | | | `Spirit Cat | | | | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Vehicles | Items that are rideable and/or appear rideable through attachments | `Skool Flyer | | | or scripted functionality. This category does not include static | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | VR Only | Items that require a VR headset and/or controllers to function | `Painting Set | | | properly and will not work with Interface in desktop-mode. | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Weapons | Items depicting any kind of weapon, usually attachable. Both deadly | `Bow `_, | | | | `Ping Pong Gun | | | | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Wearables | Items that attach to your avatar including hats, glasses, jewelry, | `Cat Tail `_, | | | | `Backpack `_, | | | | `Friendship Bracelet | | | | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ | Zones & | Items primarily utilizing :doc:`zone entities | `Constellation Skybox | | Skies | <../create/entities/zone-tutorial>` in High Fidelity. | `_, | | | | `Moon Skybox | | | | `_ | +--------------+----------------------------------------------------------------------+-----------------------------------+ ------------------------ Additional Notes ------------------------ Follow these guidelines when uploading content to the Marketplace: 1. Use only content which you are legally entitled to. 2. Do not use a code obfuscator, our review team needs to be able to read your scripts. 3. Audio should sound clean and be 16-bit uncompressed WAV or MP3 files. 4. Items may not have .js root files. You should either make an app to run scripts, or attach scripts to entities that will be rezzed through a .json file. 5. All entities must have a name, even if they are invisible or simple primitives. 6. Please use English in your package description, support text, and code comments. 7. If needed, you may use :doc:`Markdown syntax ` in your description text.