# 5. Publish

{% hint style="info" %}
Publishing finalises everything and marks the moment your creation becomes a live, autonomous system.
{% endhint %}

### What FOREST handles for you

The entire deployment pipeline is executed automatically:

{% tabs %}
{% tab title="Automated Deployment Pipeline" %}
**FOREST handles the entire deployment pipeline:**

* Deploy token contract
* Set up buyback routing
* Create liquidity structure
* Activate progression system
  {% endtab %}

{% tab title="What Happens After Publishing" %}
**Once published:**

* tokenomics become immutable
* your token appears in the FOREST marketplace
* users can trade immediately
* your template (if selected) goes live
* progression tracking begins
  {% endtab %}
  {% endtabs %}

{% hint style="warning" %}
Publishing locks in your design choices and activates the live lifecycle of your token.
{% endhint %}

{% hint style="success" %}
Goal of this step: Launch a fully functioning token with no manual engineering.
{% endhint %}


---

# 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.forest.inc/creating-a-token/5.-publish.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.
