# Page Not Found

The URL `Style-Guide/Documentation-and-Comments.html` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Documentation and Comments](https://poshcode.gitbook.io/powershell-practice-and-style/style-guide/documentation-and-comments.md)
- [Code Layout and Formatting](https://poshcode.gitbook.io/powershell-practice-and-style/style-guide/code-layout-and-formatting.md)
- [Naming Conventions](https://poshcode.gitbook.io/powershell-practice-and-style/style-guide/naming-conventions.md)
- [Function Structure](https://poshcode.gitbook.io/powershell-practice-and-style/style-guide/function-structure.md)
- [Introduction](https://poshcode.gitbook.io/powershell-practice-and-style/style-guide/introduction.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:

```
GET https://poshcode.gitbook.io/powershell-practice-and-style/style-guide/documentation-and-comments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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://poshcode.gitbook.io/powershell-practice-and-style/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://poshcode.gitbook.io/powershell-practice-and-style/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., `/powershell-practice-and-style/style-guide/documentation-and-comments.md`).

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