# What is FLock

- [Introduction to FLock.io](https://docs.flock.io/what-is-flock/introduction-to-flock.io.md)
- [The Centralisation Problem](https://docs.flock.io/what-is-flock/the-centralisation-problem.md)
- [Architectural Breakdown](https://docs.flock.io/what-is-flock/architectural-breakdown.md)
- [System Design](https://docs.flock.io/what-is-flock/architectural-breakdown/system-design.md): This section gives a high-level overview of FLock's system design.
- [Blockchain Layer](https://docs.flock.io/what-is-flock/architectural-breakdown/blockchain-layer.md): This section describes how the blockchain layer of FLock enhances both incentivisation and security.
- [AI Layer](https://docs.flock.io/what-is-flock/architectural-breakdown/ai-layer.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.flock.io/what-is-flock.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.
