# Deploy New SBT

{% stepper %}
{% step %}

### Enter SBT Info

Click `Deploy your first SBT` and fill in the SBT metadata as prompted on the page.

<figure><img src="/files/LLUWhiekrY2MG2bVNiHZ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Deploy the SBT

Click `Deploy the SBT`, pay gas fee in Sui wallet to move forward.

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

After deploying, you can view the SBT on explorer.

<figure><img src="/files/ZcmTKemEKvXpliZYtIFp" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.tbook.com/tbook/projects/how-to-launch-an-sbt-on-sui/deploy-new-sbt.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.
