What is your question?

For best results ensure your question is specific and includes mention of the GP practice(s), PCN(s) or council areas you are interested in.
See example questions you can ask

Try asking...

  • "What smoking indicators are available at an ICB level?"
  • "Give me summary information for Anytown GP Practice"
  • "Tell me the year 6 obesity levels for England and Oxfordshire"
  • "Make me a bar graph showing the female population breakdown by age at Anywhere Health Centre"

Response

Your response will appear here.

Actions Performed

The actions the AI performed outside its internal thought process (e.g. Fingertips API use or writing and running code) will appear here.

When will the site stop working?

To avoid being bankrupted, this site will stop after a certain amount of money is spent on the underlying GPT-4o-mini model.

When you run a query, the total token usage and % budget used will be displayed below:

How does this site work?

This site uses an Azure AI Foundry Agent based on GPT-4o-mini with access to 1) a subset of methods in the Fingertips API and 2) a code interpreter to provide responses to natural language queries based on public health data.

I used AI (specifically Cursor and Github Copilot) to help me code this site. My experience of writing code with AI assistance is documented in this blog post from June 2025.

This site uses public sector information licensed under the Open Government Licence v3.0. Fingertips data is courtesy of Office for Health Improvement and Disparities. Public health profiles. 2025 https://fingertips.phe.org.uk/ © Crown copyright 2025

What are the limitations of this site?

This is a piece of demonstration software, it has not been thoroughly tested and should not be relied upon for giving correct answers.

The agent only has access to a limited subset of Fingertips data, namely: profiles for smoking, obesity, diabetes, alcohol and dementia; GP and PCN summary data (including population breakdown); area code data (e.g. GP ODS codes, ONS codes); address data for GPs.

Like many large language models, the model can be poor at interpreting data it has retrieved and may hallucinate. Always check the answer you have been given.

Where is my data sent?

All user input is sent to a globally provisioned OpenAI GPT-4o-mini AI model hosted by Microsoft/OpenAI. This is the same as using a service like the free version of ChatGPT. User input will also be logged on the Azure Web App server that this site runs on.

DO NOT enter any sensitive information (personal, commercial or otherwise) to the prompt above. Aside from it being logged and visible to myself and Microsoft, this is a hobby website with best-efforts security. I take no responsibility for any loss occured as a result of using this website.

Libraries used (with licenses if needed)

Azure SDK for .NET
The MIT License (MIT)

Copyright (c) 2015 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
NHS Frontend
MIT License

Copyright (c) 2019 NHS Digital

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Markdig
Copyright (c) 2018-2019, Alexandre Mutel
All rights reserved.

Redistribution and use in source and binary forms, with or without modification , are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.