# Access Controle Framework

## Access Controle Framework

- [Access Control: authorization for your PHP applications](https://acf.spomky-labs.com/readme.md)
- [What is Access Control?](https://acf.spomky-labs.com/the-project/the-project.md)
- [Installation](https://acf.spomky-labs.com/the-project/installation.md)
- [Contributing](https://acf.spomky-labs.com/the-project/contributing.md)
- [Vocabulary](https://acf.spomky-labs.com/access-control-in-a-nutshell/vocabulary.md)
- [Voters](https://acf.spomky-labs.com/access-control-in-a-nutshell/voters.md)
- [Combining Algorithms](https://acf.spomky-labs.com/access-control-in-a-nutshell/combining-algorithms.md)
- [Requesters and Actors](https://acf.spomky-labs.com/access-control-in-a-nutshell/requesters.md)
- [The Manager](https://acf.spomky-labs.com/pure-php/the-manager.md)
- [Access Policies](https://acf.spomky-labs.com/pure-php/access-policies.md)
- [Testing](https://acf.spomky-labs.com/pure-php/testing.md)
- [Installation](https://acf.spomky-labs.com/the-symfony-bundle/installation.md)
- [Configuration](https://acf.spomky-labs.com/the-symfony-bundle/configuration.md)
- [Controllers](https://acf.spomky-labs.com/the-symfony-bundle/controllers.md)
- [URL Rules](https://acf.spomky-labs.com/the-symfony-bundle/url-rules.md)
- [Templates](https://acf.spomky-labs.com/the-symfony-bundle/templates.md)
- [Console Commands](https://acf.spomky-labs.com/the-symfony-bundle/console.md)
- [Workflow Guards](https://acf.spomky-labs.com/the-symfony-bundle/workflow.md)
- [The Profiler Panel](https://acf.spomky-labs.com/the-symfony-bundle/profiler.md)
- [The Two Migrations](https://acf.spomky-labs.com/migration/the-two-migrations.md)
- [Coming From Security](https://acf.spomky-labs.com/migration/from-security.md)
- [Known Divergences](https://acf.spomky-labs.com/migration/known-divergences.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://acf.spomky-labs.com/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.
