# Creation Guide

Base.meme supports two creation modes:

* **Standard mode**: a simple one-step flow using platform defaults.
* **Advanced mode**: a two-step flow that lets you customize `Raised` (funding target) and token distribution, including an optional vesting allocation to lock tokens and release them over time after graduation.

> **New to Base.meme?** Check out our [quick start guide](/getting-started/create-and-trade.md) for a simplified creation process.

## Getting started

![Create coin (mode selection)](/files/nT4xeZJo7pHAchFMBzPC)

1. Ensure you are logged in to Base.meme.
2. Click the **Create** button to open the create page.

## Choose Your Mode

* [Standard mode creation](/using-base.meme/detailed-creation/standard-creation.md)
* [Advanced mode creation](/using-base.meme/detailed-creation/advanced-creation.md)

## Next Steps

* Learn about [trading your coins](/using-base.meme/trade.md)
* Explore [advanced trading strategies](/using-base.meme/trade.md#advanced-trading-tips)
* Check out the [explore page](/using-base.meme/explore.md) to discover other creators


---

# 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.base.meme/using-base.meme/detailed-creation.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.
