# Anatomy of a Product

{% hint style="info" %}
The example shown below is for **Featured + Traditional Markets** which allow for covers and backgrounds.  The Standard Market does not allow for custom backgrounds or covers.
{% endhint %}

Every issuance is a collection of licenses that allow the collectors that purchase them to access the content you create below. For every license generated in an issuance, a corresponding website is also generated with it based on the properties you define below. Since you cannot see the content until you purchase it, it is impossible to see what it looks like unless your purchase it. However, as part of the publishing process (below), you will have the opportunity to preview the product before you publish it.

Additionally, for demonstration purposes and as a primer, screenshots have been taken of a finished generated product for your review here:

<https://twitter.com/Mike_E_angelo/status/1591025536964251648>

Here's a breakdown of the content anatomy after it's generated:

**Front:**

![image](https://user-images.githubusercontent.com/2931376/201349387-1bc31215-7856-4078-80bc-4a10ce1a843a.png)

**Side B:**

![image](https://user-images.githubusercontent.com/2931376/201349519-a3c03920-ddd9-4eda-9b1e-60f0c4ab9c88.png)

**Content:**

![image](https://user-images.githubusercontent.com/2931376/201349729-9087691f-478f-460f-8dee-b6c1ba59ce4d.png)


---

# Agent Instructions: 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://starbeam-one.gitbook.io/home/artists/anatomy-of-a-product.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.
