# Creating a Token

{% hint style="info" %}
FOREST is designed so anyone can create a token with full control over its mechanics.\
The flow is simple, but powerful - every step shapes how your token behaves from launch to long-term trading. Below is the complete creation process.
{% endhint %}

## 1. Basics

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

{% tabs %}
{% tab title="Fields You Set" %}
Start by setting the identity of your token:

* Token Image
* Token Name
* Ticker
* Project Description (optional)
* Social Links (recommended)
* X / Telegram / Discord / Website / GitHub
  {% endtab %}

{% tab title="What This Does" %}
These details appear on your token’s page and help users understand who you are and what the project represents.
{% endtab %}
{% endtabs %}

{% hint style="success" %}
Goal of this step: Make your token recognisable and credible.
{% 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.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.
