# Page Not Found

The URL `files/jFcEFA8o0j5useoCPKZJ` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Collection Royalties on Alto Market](https://alto-market.gitbook.io/alto-market/technical-reference/collection-royalties-on-alto-market.md)
- [Submit Project to the Canto Community NFT Drop Calendar](https://alto-market.gitbook.io/alto-market/canto-nft-drop-calendar/submit-project-to-the-canto-community-nft-drop-calendar.md)
- [NFT Drop Calendar](https://alto-market.gitbook.io/alto-market/canto-nft-drop-calendar/nft-drop-calendar.md)
- [Connecting to Alto Market](https://alto-market.gitbook.io/alto-market/alto-market-features/connecting-to-alto-market.md)
- [Technical Reference](https://alto-market.gitbook.io/alto-market/technical-reference.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://alto-market.gitbook.io/alto-market/technical-reference/collection-royalties-on-alto-market.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.

### Option 2 — Browse the documentation index

Full index: https://alto-market.gitbook.io/alto-market/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://alto-market.gitbook.io/alto-market/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/alto-market/technical-reference/collection-royalties-on-alto-market.md`).

You may also use `Accept: text/markdown` header for content negotiation.
