> For the complete documentation index, see [llms.txt](https://faction-os.gitbook.io/faction-os-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faction-os.gitbook.io/faction-os-docs/public-website/src/content/news/factionos-public-site-expands.md).

# FactionOS public site expands trust and content routes

FactionOS is expanding its public website from core product pages into a broader set of trust, content, and conversion routes.

The current site now supports a product overview, features, how-it-works pages, use cases, security and privacy content, company pages, roadmap, FAQ, pre-review legal placeholders, blog posts, news updates, RSS, and sitemap output. Later launch work can build on that foundation without replacing the publishing architecture.

### Why this matters

The public website needs to explain the product clearly before launch handoff work begins. Product pages describe the cockpit direction. Use-case pages explain who the work is for. Security pages explain local-first boundaries. Blog and news pages give the team a place to publish updates.

That content depth helps readers understand FactionOS before they open the demo, docs, or contact routes.

### Company and press notes

This is a company-style update about website scope.

Approved media downloads, final legal policies, private investor materials, and private commercial evidence remain separate from this public update.

### Where to explore

Visitors can start with the [product overview](https://github.com/AI-with-Apex-VIP/factionos/tree/main/product/README.md), compare practical surfaces on the [features page](https://github.com/AI-with-Apex-VIP/factionos/tree/main/features/README.md), review role-specific stories on the [use cases hub](https://github.com/AI-with-Apex-VIP/factionos/tree/main/use-cases/README.md), or inspect boundary language on the [security page](https://github.com/AI-with-Apex-VIP/factionos/tree/main/security/README.md).

The separate [guided demo](https://demo.faction-os.com/) and [public docs](https://faction-os.gitbook.io/faction-os-docs) remain external destinations.


---

# 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://faction-os.gitbook.io/faction-os-docs/public-website/src/content/news/factionos-public-site-expands.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.
