> For the complete documentation index, see [llms.txt](https://help.fjordnfts.com/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fjordnfts.com/product-docs/creator-info.md).

# creator info

- [Why choose Fjord NFTs?](https://help.fjordnfts.com/product-docs/creator-info/why-choose-fjord-nfts.md): Seven reasons why you choose Fjord NFTs for your next NFT mint.
- [How to Create a Fjord Drop](https://help.fjordnfts.com/product-docs/creator-info/how-to-create-a-fjord-drop.md): Step by step instructions on how to create an NFT Fair Drop on Fjord
- [Option A: No Code Required via Manifold](https://help.fjordnfts.com/product-docs/creator-info/how-to-create-a-fjord-drop/option-a-no-code-required-via-manifold.md): Don't know solidity programming? Don't worry! You can deploy your NFT collection code free via our platform's seamless integration with Manifold.
- [Option B: Adding a Smart Contract Extension](https://help.fjordnfts.com/product-docs/creator-info/how-to-create-a-fjord-drop/option-b-adding-a-smart-contract-extension.md)
- [Fair Drop Configuration](https://help.fjordnfts.com/product-docs/creator-info/how-to-create-a-fjord-drop/fair-drop-configuration.md): The magic of fair drop configuration!
- [Get Goerli Test Tokens](https://help.fjordnfts.com/product-docs/creator-info/how-to-create-a-fjord-drop/get-goerli-test-tokens.md): Instructions for getting Goerli test tokens that are utilized on Fjord
- [FAQ - NFT Creators](https://help.fjordnfts.com/product-docs/creator-info/faq-nft-creators.md): A list of frequently asked questions about Fjord NFTs for creators.
- [Case Study](https://help.fjordnfts.com/product-docs/creator-info/case-study.md): See how the first ever Fjord Drop went and how some of the configurations can support in your own mint.
- [Summary](https://help.fjordnfts.com/product-docs/creator-info/summary.md): A brief summary of the experience for creators and participants of Fjord Drops.


---

# 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://help.fjordnfts.com/product-docs/creator-info.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.
