# Marble Docs

## Marble Docs

- [Get Started](https://craig-branscom.gitbook.io/marble-docs/master.md)
- [Quick Start](https://craig-branscom.gitbook.io/marble-docs/contract-standard/quick-start.md): Follow the steps below to quickly set up your own Marble Digital Item Contract
- [Marble Core](https://craig-branscom.gitbook.io/marble-docs/contract-standard/marble-core.md)
- [Config](https://craig-branscom.gitbook.io/marble-docs/contract-standard/marble-core/config.md)
- [Groups](https://craig-branscom.gitbook.io/marble-docs/contract-standard/marble-core/groups.md)
- [Behaviors](https://craig-branscom.gitbook.io/marble-docs/contract-standard/marble-core/behaviors.md)
- [Items](https://craig-branscom.gitbook.io/marble-docs/contract-standard/marble-core/items.md)
- [Marble Layers](https://craig-branscom.gitbook.io/marble-docs/contract-standard/marble-layers.md)
- [Tags](https://craig-branscom.gitbook.io/marble-docs/contract-standard/marble-layers/tags.md)
- [Attributes](https://craig-branscom.gitbook.io/marble-docs/contract-standard/marble-layers/attributes.md)
- [Events](https://craig-branscom.gitbook.io/marble-docs/contract-standard/marble-layers/events.md)
- [Frames](https://craig-branscom.gitbook.io/marble-docs/contract-standard/marble-layers/frames.md)
- [Bonds](https://craig-branscom.gitbook.io/marble-docs/contract-standard/marble-layers/bonds.md)
- [Marble Sandbox](https://craig-branscom.gitbook.io/marble-docs/marbleize/marble-sandbox.md): Follow the guide below to get started using a Marble Sandbox
- [Marble Market](https://craig-branscom.gitbook.io/marble-docs/marbleize/marble-market.md)
- [Deposit and Withdraw](https://craig-branscom.gitbook.io/marble-docs/marbleize/marble-market/deposit-and-withdraw.md)
- [Buy and Sell Items](https://craig-branscom.gitbook.io/marble-docs/marbleize/marble-market/buy-and-sell-items.md)
- [Rent Items](https://craig-branscom.gitbook.io/marble-docs/marbleize/marble-market/rent-items.md)
- [Auction Items](https://craig-branscom.gitbook.io/marble-docs/marbleize/marble-market/auction-items.md)
- [Marble Sculptor](https://craig-branscom.gitbook.io/marble-docs/marbleize/marble-sculptor.md)
- [Get Started](https://craig-branscom.gitbook.io/marble-docs/marble-cli/get-started.md)
- [Usage](https://craig-branscom.gitbook.io/marble-docs/marble-cli/usage.md)


---

# 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://craig-branscom.gitbook.io/marble-docs/master.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.
