> For the complete documentation index, see [llms.txt](https://usecaseframework.openactive.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usecaseframework.openactive.io/introducing-the-framework/development-of-the-framework.md).

# Development of the framework

This framework is based around several design principles:

* **Scalable** from small, simple use cases to large, complex use cases.
* **Useable** by a wide range of organisations without being burdensome.The aim is for the framework to provide guidance, rather than rigid rules to follow.
* **Adaptable** to the different needs of use case communities.

Its development was informed by several different sources, including:

* [Previous work on use cases in OA](https://docs.google.com/presentation/d/18YGxFnBfwc7E6ms-wSTUwPPQujZp2cpx3WxV6FrmUXY/)
* [Sport England’s ‘Evaluation Framework’](https://evaluationframework.sportengland.org/)
* [The ODI’s ‘Data and Public Services Toolkit’](https://theodi.org/service/tools-resources/data-and-public-services-toolkit)
* [The ODI’s ‘Data Landscape Playbook’](https://open-data-institute.gitbook.io/data-landscape-playbook/)
* [The Government Digital ‘Service Manual’](https://www.gov.uk/service-manual)


---

# 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:

```
GET https://usecaseframework.openactive.io/introducing-the-framework/development-of-the-framework.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.
