# Usage (shortcodes)

### \[tokenico-single]

To use the generated presale on any page, you can use the shortcode "\[tokenico-single key="your created presale key"]" as it appears directly in the listing and on the page after the presale is published.

```
[tokenico-single key="your created presale key"]
```

<figure><img src="/files/xVIj2ID5658nlbG5aNXi" alt=""><figcaption></figcaption></figure>

#### How do you find the presale key?

After creating a presale, you will be redirected to the presale's detail page. As you can see in the picture below, you can copy the presale key from the area marked with a box.

<figure><img src="/files/vE1tvrsbGY8ZQxtclXwI" alt=""><figcaption></figcaption></figure>

### \[tokenico-list]

If you want to list all presales on one page, you can use the following shortcode.

```
[tokenico-list]
```

<figure><img src="/files/vAVIQtZ1dJvsk9p32fzA" alt=""><figcaption></figcaption></figure>

### \[tokenico-creator] - Only Premium

If you want your users to create presales and airdrops on your site, you can use the following shortcode.

```
[tokenico-creator]
```

<figure><img src="/files/2lKkvlV7Sr7S40xbmDWJ" alt=""><figcaption></figcaption></figure>


---

# 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://beycanpress.gitbook.io/tokenico-docs/overview/usage-shortcodes.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.
