# Fieres

## Fieres

- [Fieres Blockchain](https://docs.fieres.io/fieres-blockchain.md)
- [How can I add Fieres to Metamask?](https://docs.fieres.io/fundamental-topics/how-can-i-add-fieres-to-metamask.md)
- [What is Blockchain?](https://docs.fieres.io/fundamental-topics/what-is-blockchain.md)
- [What is Fieres?](https://docs.fieres.io/fundamental-topics/what-is-fieres.md)
- [What are Smart Contracts?](https://docs.fieres.io/fundamental-topics/what-are-smart-contracts.md)
- [What are Dapps?](https://docs.fieres.io/fundamental-topics/what-are-dapps.md)
- [Consensus](https://docs.fieres.io/consensus-and-validating/consensus.md)
- [Proof Of Authority](https://docs.fieres.io/consensus-and-validating/proof-of-authority.md)
- [Fieres Blockchain CLI Parameters](https://docs.fieres.io/build-and-api/fieres-blockchain-cli-parameters.md)
- [RPC API](https://docs.fieres.io/build-and-api/rpc-api.md)
- [ADMIN methods](https://docs.fieres.io/build-and-api/rpc-api/admin-methods.md)
- [QBFT Methods](https://docs.fieres.io/build-and-api/rpc-api/qbft-methods.md)
- [Run a Fieres Blockchain full node](https://docs.fieres.io/build-and-api/run-a-fieres-blockchain-full-node.md)
- [Starting a Full Node](https://docs.fieres.io/build-and-api/run-a-fieres-blockchain-full-node/starting-a-full-node.md)
- [Add a validator](https://docs.fieres.io/build-and-api/run-a-fieres-blockchain-full-node/add-a-validator.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.fieres.io/fieres-blockchain.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.
