> For the complete documentation index, see [llms.txt](https://faq.faraway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.faraway.com/faraway-creator-suite.md).

# FARAWAY CREATOR SUITE

- [Creator Suite Overview](https://faq.faraway.com/faraway-creator-suite/creator-suite-overview.md): Create and sell custom interoperable avatars and game items with the Faraway Creator Suite
- [Accessing Skeletons and Example Models](https://faq.faraway.com/faraway-creator-suite/accessing-skeletons-and-example-models.md): Uploaded items must follow a specific set of asset requirements
- [Creating a Collection](https://faq.faraway.com/faraway-creator-suite/creating-a-collection.md): Start your creator journey by creating a collection for your items.
- [Adding Items to Your Collection](https://faq.faraway.com/faraway-creator-suite/adding-items-to-your-collection.md): Add items to your Collection in order to deploy your Collection on-chain and start selling
- [Deploying Your Collection](https://faq.faraway.com/faraway-creator-suite/deploying-your-collection.md): If your items have been approved, you can deploy your collection and start selling
- [NFT Gating Your Collection](https://faq.faraway.com/faraway-creator-suite/nft-gating-your-collection.md): Use our NFT Gating tool to limit purchasers to holders of specific collections
- [Storefronts](https://faq.faraway.com/faraway-creator-suite/storefronts.md): Each creator receives their own custom storefront after their collection is deployed
- [Curator Storefronts](https://faq.faraway.com/faraway-creator-suite/curator-storefronts.md): Curator Storefronts let people showcase the work of Creators without being one themselves
- [Creator Suite FAQ](https://faq.faraway.com/faraway-creator-suite/creator-suite-faq.md): Common questions about the Creator Suite from the community
- [Originality and Copyright Compliance](https://faq.faraway.com/faraway-creator-suite/copyright.md): Our Creator Suite celebrates and respects the creativity and originality of our creators. To protect the integrity of our community and ensure that all creators have a fair opportunity to showcase the


---

# 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://faq.faraway.com/faraway-creator-suite.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.
