# Page Not Found

The URL `resources/faq/submit-a-scam-report/i-want-to-submit-a-scam-report.-how-do-i-do-this` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [I want to submit a scam report. How do I do this?](https://guide.scamshield.gov.sg/resources/help-center/submit-a-scam-report/i-want-to-submit-a-scam-report.-how-do-i-do-this.md)
- [I want to check a scam. How do I do this?](https://guide.scamshield.gov.sg/resources/help-center/check-for-scams/i-want-to-check-a-scam.-how-do-i-do-this.md)
- [What happens after I submit a scam report?](https://guide.scamshield.gov.sg/resources/help-center/submit-a-scam-report/what-happens-after-i-submit-a-scam-report.md)
- [Why do I still receive scams even after I have reported the scam?](https://guide.scamshield.gov.sg/resources/help-center/submit-a-scam-report/why-do-i-still-receive-scams-even-after-i-have-reported-the-scam.md)
- [Can I still submit a scam report if my call blocking and SMS filtering permissions are not setup?](https://guide.scamshield.gov.sg/resources/help-center/submit-a-scam-report/can-i-still-submit-a-scam-report-if-my-call-blocking-and-sms-filtering-permissions-are-not-setup.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://guide.scamshield.gov.sg/resources/help-center/submit-a-scam-report/i-want-to-submit-a-scam-report.-how-do-i-do-this.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://guide.scamshield.gov.sg/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://guide.scamshield.gov.sg/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., `/resources/help-center/submit-a-scam-report/i-want-to-submit-a-scam-report.-how-do-i-do-this.md`).

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