# Forge

{% hint style="info" %}
**Quick Tip:** ERC-20: EVM based tokens. ERC-1115 - EVM Based NFTs
{% endhint %}

## Overview

> Forge is a token deployer that helps you create an forge your tokens to perfection whether ERC-20 or ERC-1115.
>
> With forge you can deploy your tokens on FON blockchain easily without the stress of writing codes. You don't need to have knowledge on smart contracts before using forge.

## Quick links

{% content-ref url="/pages/Vp7gvZa02r6Y32KI8VTh" %}
[What we do](/docsforge/overview/what-we-do.md)
{% endcontent-ref %}

{% content-ref url="/pages/Se0m8QrnmE6OFteXpMCU" %}
[Features Of Forge](/docsforge/overview/features-of-forge.md)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you on how to create your tokens easily&#x20;

{% content-ref url="/pages/diMbzHkuWq6AONRzYaMF" %}
[Creating an FRC-20 Token with Forge](/docsforge/get-started/creating-an-frc-20-token-with-forge.md)
{% endcontent-ref %}

{% content-ref url="/pages/RgCZXNsVHIvDBqJc9aPW" %}
[Broken mention](broken://pages/RgCZXNsVHIvDBqJc9aPW)
{% endcontent-ref %}

{% content-ref url="/pages/8OJJ8yeYZxMdxPOrNCQX" %}
[FAQs](/docsforge/get-started/faqs.md)
{% endcontent-ref %}


---

# 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://arkade-base.gitbook.io/docsforge/forge.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.
