# Forge Docs

## Forge Docs

- [Welcome to Forge](https://docs.officialforge.com/getting-started/readme.md)
- [The Forge Incentive System](https://docs.officialforge.com/forge-rewards/editor.md): What makes Forge different from other Solana launchers?
- [Accessing Forge](https://docs.officialforge.com/access-and-wallet-config/editor.md)
- [Wallet Settings](https://docs.officialforge.com/access-and-wallet-config/markdown.md)
- [Create a Wallet](https://docs.officialforge.com/access-and-wallet-config/markdown/create-a-wallet.md): Step-by-step tutorial for creating a wallet in Forge
- [Import a Wallet](https://docs.officialforge.com/access-and-wallet-config/markdown/import-a-wallet.md)
- [View & Configure your Wallets](https://docs.officialforge.com/access-and-wallet-config/markdown/view-and-configure-your-wallets.md)
- [Set Wallet as Active](https://docs.officialforge.com/access-and-wallet-config/markdown/view-and-configure-your-wallets/set-wallet-as-active.md)
- [Rename a Wallet](https://docs.officialforge.com/access-and-wallet-config/markdown/view-and-configure-your-wallets/rename-a-wallet.md)
- [Export a Wallet's Private Key](https://docs.officialforge.com/access-and-wallet-config/markdown/view-and-configure-your-wallets/export-a-wallets-private-key.md)
- [Delete a Wallet from Forge](https://docs.officialforge.com/access-and-wallet-config/markdown/view-and-configure-your-wallets/delete-a-wallet-from-forge.md)
- [Bonding Curves Explained](https://docs.officialforge.com/the-custom-bonding-curve-and-fees/bonding-curves-explained.md): Primer on Bonding Curves
- [Bonding Curve Customization Parameters](https://docs.officialforge.com/the-custom-bonding-curve-and-fees/images-and-media.md)
- [Create Custom Bonding Curve](https://docs.officialforge.com/the-custom-bonding-curve-and-fees/images-and-media-1.md)
- [Deploy your Curve](https://docs.officialforge.com/the-custom-bonding-curve-and-fees/images-and-media-2.md)
- [Choose Curve From Template](https://docs.officialforge.com/images-and-media.md)
- [Preparing to Launch](https://docs.officialforge.com/launching-tokens/interactive-blocks.md)
- [Importing Vanity Contracts](https://docs.officialforge.com/launching-tokens/interactive-blocks-1.md)
- [Launch my Coin](https://docs.officialforge.com/launching-tokens/interactive-blocks-2.md)
- [Bundling Overview](https://docs.officialforge.com/bundling-token-launches/interactive-blocks.md)
- [Creating a Bundle Config](https://docs.officialforge.com/bundling-token-launches/interactive-blocks-1.md)
- [Launch a Bundle Token](https://docs.officialforge.com/bundling-token-launches/interactive-blocks-2.md)
- [Creator Fees Explained](https://docs.officialforge.com/claiming-creator-fees/interactive-blocks.md)
- [Claim Your Creator Fees](https://docs.officialforge.com/claiming-creator-fees/interactive-blocks-1.md)
- [Referrals](https://docs.officialforge.com/forge-referral-program/interactive-blocks.md)
- [Claim Your Creator Fees](https://docs.officialforge.com/forge-referral-program/interactive-blocks-1.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.officialforge.com/getting-started/readme.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.
