> For the complete documentation index, see [llms.txt](https://www.aicontrolarchitecture.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.aicontrolarchitecture.org/project/license.md).

# License

Creative Commons Attribution 4.0 International (CC BY 4.0)

Copyright (c) 2026 Ankush Chowdhary. Stewarded by Neo Control (neocontrol.ai).

This work, "AI Control Architecture", is licensed under the Creative Commons Attribution 4.0 International License. It is published openly under a permissive license: free to use, including commercially, provided attribution is given. The AI Control Architecture aspires to become a shared standard for controlling enterprise AI; that status is earned through adoption, not declared here.

You are free to:

Share: copy and redistribute the material in any medium or format.

Adapt: remix, transform, and build upon the material for any purpose, including commercially.

The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms:

Attribution: you must give appropriate credit to "AI Control Architecture" (aicontrolarchitecture.org), provide a link to this license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

No additional restrictions: you may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

Notices:

The license covers the text, requirements, templates, mappings, and examples in this repository. It does not grant rights in the names, logos, or conformance marks associated with the project. "AI Control Architecture", "ACA", and any conformance or certification marks are handled separately. See TRADEMARK.md.

Attribution does not imply endorsement. Using this work, or conforming to it, does not make you affiliated with, certified by, or endorsed by Neo Control unless a separate agreement says so.

License reference:

<https://creativecommons.org/licenses/by/4.0/>

Full legal code:

<https://creativecommons.org/licenses/by/4.0/legalcode>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://www.aicontrolarchitecture.org/project/license.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
