> 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/public/press/readme_press.md).

# Press Pass-Through Assets

This folder is for downloadable public website press files that intentionally bypass Astro image optimization.

## Current Launch Files

No downloadable press files are launch-ready in this session. The folder should ship this policy only until a later press or company-page session records a specific file source, destination, launch reason, and blocker status.

Current public website pass-through inventory:

* `public-website/public/favicon.svg` - browser favicon.
* `public-website/public/robots.txt` - crawler policy.
* `public-website/public/site.webmanifest` - browser manifest.
* `public-website/public/press/README_press.md` - this pass-through policy.

No package-local content image, showcase preview, Open Graph fallback, or press download is intentionally bypassing Astro image optimization for this launch session.

## Admission Rules

Before adding a file here, record all of the following in the active session notes or a stable media record:

* Source path and SHA-256 hash.
* Destination path under `public-website/public/press/`.
* File type, dimensions or duration when applicable, and byte size.
* Launch reason and owning page or download surface.
* Provenance, rights, attribution, metadata, accessibility, privacy, and budget status.
* Explicit release status: launch-ready, conditional, or blocked.

Only launch-ready files can be linked as press downloads. Conditional files may be tracked here only with visible blocker context and without public links. Blocked, generated-draft, quarantined, unknown-provenance, audio, video, and historical files must not be copied into this folder.

## Boundary

Use `public-website/src/assets/` for page images that Astro should optimize. Use this folder only for intentional pass-through downloads such as a future approved logo pack or press image package.


---

# 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/public/press/readme_press.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.
