# FOTON ◦ Docs

## FOTON ◦ Docs

- [FOTON - Overview](https://foton.gitbook.io/introduction/foton-overview.md): Web3's Digital Assets Hub and NFT Marketplace on RADIX
- [What is a NFT?](https://foton.gitbook.io/introduction/beginners-intro/what-is-a-nft.md): Description, Features, Use Cases and Types
- [Create an Account](https://foton.gitbook.io/introduction/beginners-intro/create-an-account.md): Install the Radix Wallet and Connect
- [Collector HUB](https://foton.gitbook.io/introduction/beginners-intro/collector-hub.md): The Space for all your Digital Assets
- [Creator STUDIO](https://foton.gitbook.io/introduction/beginners-intro/creator-studio.md): Powerful and Easy to use Digital Assets (NFTs) creator Tool
- [Buying](https://foton.gitbook.io/introduction/collectors/buying.md): How to buy an NFT
- [Selling](https://foton.gitbook.io/introduction/collectors/selling.md): Listing your items for Sale
- [General Concepts](https://foton.gitbook.io/introduction/creators/general-concepts.md): Good to know
- [NFTs License](https://foton.gitbook.io/introduction/creators/general-concepts/nfts-license.md): What Collectors CAN or CAN'T DO with your items
- [Fees & Royalties](https://foton.gitbook.io/introduction/creators/general-concepts/fees-and-royalties.md): Who pays what and when
- [Create a Project](https://foton.gitbook.io/introduction/creators/create-a-project.md)
- [Create a Collection](https://foton.gitbook.io/introduction/creators/create-a-collection.md)
- [Create Items (NFTs)](https://foton.gitbook.io/introduction/creators/create-items-nfts.md)
- [Minting](https://foton.gitbook.io/introduction/creators/minting.md)
- [Publish to Drops](https://foton.gitbook.io/introduction/creators/minting/publish-to-drops.md)
- [Publish to Collections](https://foton.gitbook.io/introduction/creators/minting/publish-to-collections.md)
- [Team and Roles](https://foton.gitbook.io/introduction/creators/team-and-roles.md)
- [Radix NFT Standards](https://foton.gitbook.io/introduction/developers/radix-nft-standards.md): Standardised NFTs for better interoperability
- [Foton SDK](https://foton.gitbook.io/introduction/developers/foton-sdk.md)
- [Roadmap - The Masterplan](https://foton.gitbook.io/introduction/developers/roadmap-the-masterplan.md): A view of what's ahead, or... how to take over the World :)
- [Terms of Service](https://foton.gitbook.io/introduction/usage/terms-of-service.md): TLDR: By using FOTON you accept our Terms of Service :)
- [Privacy Policy](https://foton.gitbook.io/introduction/usage/privacy-policy.md): What info we collect about our users


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://foton.gitbook.io/introduction/foton-overview.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.
