# Page Not Found

The URL `tech-notes/javaserver-faces/maven_jsf_project_` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Faceted Search 分面搜尋 [Faceted Search]](https://hychen39.gitbook.io/apex-notes/reports/faceted_search.md)
- [調整 Faceted Search 的 Facet 欄位及Classic Report 中圖片大小 [Faceted Search]](https://hychen39.gitbook.io/apex-notes/reports/fine-tune-faceted-search.md)
- [Search Page 顯示圖片及自訂轉跳連結 [Search Page]](https://hychen39.gitbook.io/apex-notes/reports/search-page.md)
- [啟用 Apex 中的 REST 服務](https://hychen39.gitbook.io/apex-notes/rest/enable-rest-service.md)
- [Static Region 中使用 HTML 及 CSS 排版內容](https://hychen39.gitbook.io/apex-notes/templates/static-region-zhong-shi-yong-html-ji-css-pai-ban-nei-rong.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter, and the optional `goal` parameter:

```
GET https://hychen39.gitbook.io/apex-notes/reports/faceted_search.md?ask=<question>&goal=<end_goal>
```

`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.

### Option 2 — Browse the documentation index

Full index: https://hychen39.gitbook.io/apex-notes/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://hychen39.gitbook.io/apex-notes/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/apex-notes/reports/faceted_search.md`).

You may also use `Accept: text/markdown` header for content negotiation.
