# VISFO > VISFO helps life sciences companies grow, decide and build. One team covering AI, software, data science and life sciences expertise. VISFO partners with medtech, biotech and life sciences organisations across three offerings: Launch (a growth operating system), Projects (bespoke delivery) and Product (operating software, including conference command). The site hosts an editorial library of case studies, insights, guides and news, profiles of the team, and a glossary covering life sciences commercialisation, market access and AI terminology. The site registers agent tools (WebMCP) where they are useful: `list_pages` and `navigate_to_page` on every page, `filter_resources` and `list_resources` on the resource library, and `send_enquiry` on the contact page. ## Pages - [Home](https://www.visfo.health/): What VISFO does, plus a guided question flow that points you to the right service. - [About](https://www.visfo.health/about): The team, how it is put together, and individual profiles. - [Launch](https://www.visfo.health/launch): Growth operating system for life sciences spin-outs and scale-ups. - [Projects](https://www.visfo.health/projects): Defined analytical and data science projects, with static and dynamic outputs. - [Product](https://www.visfo.health/product): Organisational software built and run with clients, and the two ways to buy it. - [Contact](https://www.visfo.health/contact): Send an enquiry about a launch, project or product. ## Resources - [Resources library](https://www.visfo.health/resources): Case studies, insights, guides and news, filterable by type and by service. - [Glossary](https://www.visfo.health/glossary): Definitions for life sciences commercialisation, market access, evidence generation and AI terminology. ## Optional - [Privacy Policy](https://www.visfo.health/privacy-policy) - [Terms & Conditions](https://www.visfo.health/terms-conditions) - [Cookie Policy](https://www.visfo.health/cookie-policy) - [Modern Slavery Statement](https://www.visfo.health/modern-slavery-statement) ## API A public, read-only JSON and Markdown API is available. No authentication, no rate-limited keys, CORS open. - [OpenAPI description](https://www.visfo.health/api/public/openapi.json): machine-readable description of every endpoint below. - [Content index](https://www.visfo.health/api/public/content): every public item (pages, resources, glossary terms, capabilities, team profiles) with title, description and URL. Filter with `?type=page|resource|glossary|use-case|team`, `?q=`, `?limit=`, `?offset=`. - [Single item](https://www.visfo.health/api/public/content/glossary/global-value-dossier-gvd): `/api/public/content/{type}/{slug}` returns the item with its body as plain Markdown. - [Glossary](https://www.visfo.health/api/public/glossary): every published term with its full definition. - [Search](https://www.visfo.health/api/public/search?q=market%20access): keyword search across titles, descriptions and body text. - Markdown mirrors: any public page is available as clean Markdown at `/md/`, for example [/md/glossary/global-value-dossier-gvd](https://www.visfo.health/md/glossary/global-value-dossier-gvd) or [/md/about](https://www.visfo.health/md/about). Use `/md/home` for the homepage.