> For the complete documentation index, see [llms.txt](https://docs.startrail.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.startrail.io/issue-transfer-api/collection.md).

# Collection

## Overview

Issuing SRRs under collection is similar to issuing SRRs without collection.

When issuing SRRs under collection, we add a few extra processes.

1. Create collection
   1. The Client will receive the collection address when they receive a reply about creating a collection.
   2. The client must ensure that the collection is created. This can be done in one of two ways.
      1. Check the LUW collection.
      2. Get webhook when collection creation is complete. In this way, the client must tell Startbahn to subscribe to the collection\_creation webhook.
2. Issue SRR
   1. Include the collection address in the request of issuance.

## Endpoints Used

* [Create Collection](/issue-transfer-api/collection/create-collection.md)
* [Get Collection of LUW](/issue-transfer-api/collection/get-collection-of-luw.md)
* [Issue & Transfer](/issue-transfer-api/issue-and-transfer-srr-nft/issue-and-transfer.md)
* [Webhook Setup](/issue-transfer-api/issue-and-transfer-srr-nft/webhook-setup.md)

## Required Permissions

Check [permission at Issue & Transfer](/issue-transfer-api/issue-and-transfer-srr-nft.md#required-permissions)

## Required Headers

Check [headers at Issue & Transfer](/issue-transfer-api/issue-and-transfer-srr-nft.md#required-headers)


---

# 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://docs.startrail.io/issue-transfer-api/collection.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.
