> For the complete documentation index, see [llms.txt](https://ourzora.gitbook.io/zoraos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ourzora.gitbook.io/zoraos/master.md).

# Introduction

ZoraOS is a suite of developer tools that allow anyone to build on the Zora Protocol. The vision for ZoraOS is to build high quality tools across the entire development stack. We want to enable developers to explore new and interesting ideas for an Internet Renaissance. ZoraOS consists of three primary components:

{% content-ref url="/pages/-MZAIFMkmenzPSAAlV-s" %}
[Smart Contracts](/zoraos/dev/smart-contracts.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZ-EB7XwxjrrjFZxjqr" %}
[ZDK](/zoraos/dev/zdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZ6v4cyZVXH6n6St45i" %}
[Subgraph](/zoraos/dev/subgraph.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZtIg6DfhnteWT4t6ol" %}
[NFT Hooks](/zoraos/dev/media-rendering/nft-hooks.md)
{% endcontent-ref %}

In the spirit of building tools in collaboration with our community, all of our repositories are open source with either the [MIT License](https://opensource.org/licenses/MIT) or the [GPL-3.0 License](https://www.gnu.org/licenses/gpl-3.0.en.html). Zora is a tool in the public domain – as such, anyone and everyone is able to contribute and improve Zora for the entire community.&#x20;

Beyond our developer tools, this site also hosts guides for developers to follow, such as [connecting to a wallet](/zoraos/guides/connect-to-a-wallet.md) or [building a marketplace](/zoraos/guides/build-a-marketplace.md), and links to our [Discord community](/zoraos/community/discord.md) and [Platforms using Zora](/zoraos/community/platforms-using-zora.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 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://ourzora.gitbook.io/zoraos/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.
