> For the complete documentation index, see [llms.txt](https://moongate-docs.gitbook.io/moongate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moongate-docs.gitbook.io/moongate/5.-getting-started.md).

# 5.⁠ ⁠Getting Started

#### 1. Creating a Token

To create a token using Moongate, follow these simple steps:

* Step 1: Log in to your Moongate account.
* Step 2: Navigate to the "Create Token" option in the dashboard.
* Step 3: Customize your token by setting the name, symbol, total supply, decimal points, and other tokenomics features.
* Step 4: Click "Deploy to BSC" to automatically compile and deploy the token to Binance Smart Chain.
* Step 5: View and manage your token via the Moongate dashboard, including tracking transfers and wallet balances.

#### 2. Integrating AI Agents

To integrate an AI agent, whether it be a 𝕏 bot, Telegram bot, or Discord bot, use the following steps:

* Step 1: Log in to your Moongate account and navigate to the "Create AI Agent" section.
* Step 2: Choose the type of AI bot you want to deploy (𝕏 bot, Telegram bot, or Discord bot).
* Step 3: Configure your bot’s settings, such as its functionalities (e.g., message automation, user interaction, DeFi features) and API keys for relevant platforms (𝕏, Telegram, or Discord).
* Step 4: Deploy the bot to the corresponding platform (𝕏, Telegram, or Discord), where it can begin interacting with users and carrying out tasks.
* Step 5: Manage your AI agents via the Moongate dashboard, where you can modify configurations and monitor activity.

#### 3. Managing Your Tokens and AI Agents

The Moongate dashboard allows users to manage their deployed tokens and AI agents. From the dashboard, users can:

* View real-time token transaction data and analytics.
* Monitor bot activity, including user interactions and performance.
* Adjust AI agent settings for different platforms.
* Update tokenomics features and deploy smart contract upgrades.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://moongate-docs.gitbook.io/moongate/5.-getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
