# Implementing the Idea

- [Introducing Non-Playable Coin (NPC)](https://docs.npc.com/implementing-the-idea/introducing-non-playable-coin-npc.md): Do you support the current coin?
- [A Memecoin-NFT Hybrid](https://docs.npc.com/implementing-the-idea/introducing-non-playable-coin-npc/a-memecoin-nft-hybrid.md): How It Works
- [Customize Your Own NPC](https://docs.npc.com/implementing-the-idea/customize-your-own-npc.md): Be Unique and Special
- [The Non-Playable Customs NFT Collection](https://docs.npc.com/implementing-the-idea/customize-your-own-npc/the-non-playable-customs-nft-collection.md)
- [A New Token Standard: The ERC11](https://docs.npc.com/implementing-the-idea/a-new-token-standard-the-erc11.md)
- [AI Generate NPC Memes](https://docs.npc.com/implementing-the-idea/ai-generate-npc-memes.md)
- [Tokenomics](https://docs.npc.com/implementing-the-idea/tokenomics.md)


---

# 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.npc.com/implementing-the-idea.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.
