# Functor Network Docs

## Functor Network Docs

- [Welcome to the Documentation Site](https://functor.gitbook.io/functor-network-docs/readme.md)
- [What is Functor Network?](https://functor.gitbook.io/functor-network-docs/overview/what-is-functor-network.md)
- [Why Functor Network?](https://functor.gitbook.io/functor-network-docs/overview/why-functor-network.md)
- [How is Functor enabling the onchain autonomous world?](https://functor.gitbook.io/functor-network-docs/overview/how-is-functor-enabling-the-onchain-autonomous-world.md)
- [Who can use Functor Network?](https://functor.gitbook.io/functor-network-docs/overview/who-can-use-functor-network.md)
- [Getting Started](https://functor.gitbook.io/functor-network-docs/getting-started/getting-started.md)
- [Liquidity Abstraction](https://functor.gitbook.io/functor-network-docs/use-cases/liquidity-abstraction.md)
- [Omnichain Automation](https://functor.gitbook.io/functor-network-docs/use-cases/omnichain-automation.md)
- [Access Control](https://functor.gitbook.io/functor-network-docs/use-cases/access-control.md)
- [Key Management](https://functor.gitbook.io/functor-network-docs/use-cases/key-management.md)
- [Programmable Signing](https://functor.gitbook.io/functor-network-docs/use-cases/programmable-signing.md)
- [Enterprise Integration](https://functor.gitbook.io/functor-network-docs/use-cases/enterprise-integration.md)
- [Glossary](https://functor.gitbook.io/functor-network-docs/core-concepts/glossary.md)
- [FAQs](https://functor.gitbook.io/functor-network-docs/resources/faqs.md)
- [Community & Contribution](https://functor.gitbook.io/functor-network-docs/community-and-contribution/community-and-contribution.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://functor.gitbook.io/functor-network-docs/readme.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.
