> For the complete documentation index, see [llms.txt](https://docs.trustedsite.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trustedsite.com/docs/installation/main-code/demo-trustmark.md).

# Demo Trustmark

When building your website you can easily enable demo trustmarks to display prior to earning website certifications. You can also use this for any development or locally hosted websites to preview the trustmark positions. Your website does not need to be in the TrustedSite system to display demo trustmarks.

These demo trustmarks are watermarked with the demo banner and link to a demo note rather than the TrustedSite certification page or modal.

### Enable demo trustmarks <a href="#h_216fc002c4" id="h_216fc002c4"></a>

To enable demo trustmarks, you'll need to update your main code `src` to include `?demo=1` parameter:

```
<script type="text/javascript" src="https://cdn.ywxi.net/js/1.js?demo=1" async></script>
```

### Once you're ready to go live <a href="#h_74816d6e25" id="h_74816d6e25"></a>

For your live websites that have earned TrustedSite certifications, simply remove the `?demo=1` parameter from the main code:

```
<script type="text/javascript" src="https://cdn.ywxi.net/js/1.js" async></script>
```


---

# 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.trustedsite.com/docs/installation/main-code/demo-trustmark.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.
