# Capture settings

After a Token is minted, **Genify Server** generates a screenshot for each Token to be displayed on the website. The screenshot is created by capturing the browser's view of the token URL. To ensure your work is well-presented on the website, you should pay attention to its rendering performance in the browser, as well as rendering duration and viewport size. Consider the following recommendations:

1. Eliminate any gaps between the drawing area (e.g., canvas) and the body by setting padding and margin to 0.
2. Handle the **OnSize** event to ensure rendering isn't affected when the window size changes.
3. Use Chrome's developer tools to test appropriate viewport sizes.
4. If you know exactly when your work finishes rendering, call <mark style="color:red;">`Genify.renderDone()`</mark> to actively set the status upon completion.
5. Optimize image and resource loading: Use appropriate compression methods and formats to reduce loading time and bandwidth consumption. Consider using WebP or other modern image formats.

**Genify Demo Project**

<pre class="language-html"><code class="lang-html"><strong><a data-footnote-ref href="#user-content-fn-1">https://lambda.im/lws/QmVNhrdUq7bhrGaFM3bBknLzEmCRaL5BjkrdcCH15WyeRj</a>
</strong>
save as demo.zip
</code></pre>

[^1]:


---

# 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://genify-xyz.gitbook.io/docs/guide-for-artists/capture-settings.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.
