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

# Developers

- [Addresses and Config](https://docs.foreprotocol.io/fore-protocol/documentation/developers/addresses-and-config.md)
- [Smart Contracts](https://docs.foreprotocol.io/fore-protocol/documentation/developers/smart-contracts.md)
- [ForeMarkets (Factory)](https://docs.foreprotocol.io/fore-protocol/documentation/developers/smart-contracts/foremarkets-factory.md): Extends ERC721 token standard
- [ForeMarket](https://docs.foreprotocol.io/fore-protocol/documentation/developers/smart-contracts/foremarket.md)
- [Protocol Config](https://docs.foreprotocol.io/fore-protocol/documentation/developers/smart-contracts/protocol-config.md)
- [MarketConfig](https://docs.foreprotocol.io/fore-protocol/documentation/developers/smart-contracts/marketconfig.md)
- [ForeAnalysts](https://docs.foreprotocol.io/fore-protocol/documentation/developers/smart-contracts/foreanalysts.md)
- [ForeToken](https://docs.foreprotocol.io/fore-protocol/documentation/developers/smart-contracts/foretoken.md): Extends ERC20 token standard
- [IPFS](https://docs.foreprotocol.io/fore-protocol/documentation/developers/ipfs.md)
- [Verifier NFT Metadata Format](https://docs.foreprotocol.io/fore-protocol/documentation/developers/ipfs/verifier-nft-metadata-format.md)
- [Market NFT Metadata Format](https://docs.foreprotocol.io/fore-protocol/documentation/developers/ipfs/market-nft-metadata-format.md)
- [Market Object Format](https://docs.foreprotocol.io/fore-protocol/documentation/developers/ipfs/market-object-format.md)
- [Base58 <->Bytes32](https://docs.foreprotocol.io/fore-protocol/documentation/developers/ipfs/base58-less-than-greater-than-bytes32.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 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.foreprotocol.io/fore-protocol/documentation/developers.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.
