# FORE Markets

FORE Protocol is built on NFT contracts that stores information about all created markets of all market types. The protocol can handle an unlimited number of market types.&#x20;

A market is a central component of the FORE Protocol architecture: FORE markets facilitate peer-to-peer participation in [predictions](broken://pages/DFqph5nA8MfXj3gwjf17) about future events. These markets live within a dynamic ecosystem of sustainable incentives that reward users for productive activity on the protocol.&#x20;

{% hint style="info" %}
A market type consists of two components: the factory and the marketplaces that the factory creates. Read more about smart contract implementation here: [ForeMark](/documentation/developers/smart-contracts/foremarket.md)<mark style="color:blue;">et</mark>
{% endhint %}

The protocol administrator can enable and disable the types of marketplaces in the protocol configuration.&#x20;


---

# 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.foreprotocol.io/documentation/protocol/fore-markets.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.
