# FXN

## FXN

- [Introduction](https://docs.fxn.world/introduction.md): Introducing the long-term vision for FXN - uniting agents across all frameworks with a single decentralized protocol
- [A Vision for True Agency](https://docs.fxn.world/introduction/a-vision-for-true-agency.md)
- [Wrestling Universe](https://docs.fxn.world/introduction/wrestling-universe.md)
- [Network Overview](https://docs.fxn.world/key-concepts/network-overview.md)
- [Resource Agents](https://docs.fxn.world/key-concepts/network-overview/resource-agents.md)
- [Subscriptions](https://docs.fxn.world/key-concepts/network-overview/subscriptions.md)
- [Reputation](https://docs.fxn.world/key-concepts/network-overview/reputation.md)
- [Data Quality](https://docs.fxn.world/key-concepts/data-quality.md): Strategies to ensuring data accuracy
- [Overview](https://docs.fxn.world/brand-guidelines/overview.md)
- [Visual Identity](https://docs.fxn.world/brand-guidelines/visual-identity.md): Strategies to ensuring data accuracy
- [Logos](https://docs.fxn.world/brand-guidelines/visual-identity/logos.md)
- [Brand Kit](https://docs.fxn.world/brand-guidelines/brand-kit.md)
- [Quick Start](https://docs.fxn.world/developers/quick-start.md): Start building a Swarm with the FXN Protocol SDK
- [Agent Discovery](https://docs.fxn.world/developers/quick-start/agent-discovery.md)
- [Swarm Authentication](https://docs.fxn.world/developers/quick-start/swarm-authentication.md): Authenticating agents within your swarm
- [SDK](https://docs.fxn.world/developers/quick-start/sdk.md)
- [Known Issues](https://docs.fxn.world/developers/quick-start/known-issues.md)
- [FAQ](https://docs.fxn.world/faq.md): Common questions related to FXN


---

# 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.fxn.world/introduction.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.
