# Setup SMS Filtering

The ScamShield app will only filter SMSes on iOS or notify SMSes on Android when:

1. The sender ID or phone number of the message is suspected as scam by authorities. Phone numbers will only be blocked by authorities if they are deemed suspicious.
2. The message content is detected as potentially a scam by the ScamShield AI classifier.

To find out how to setup your SMS Filtering permissions, please refer to the following links:

{% content-ref url="setup-sms-filtering/setup-sms-filtering-on-ios" %}
[setup-sms-filtering-on-ios](https://guide.scamshield.gov.sg/getting-started/setup-sms-filtering/setup-sms-filtering-on-ios)
{% endcontent-ref %}

{% content-ref url="setup-sms-filtering/setup-sms-filtering-on-android" %}
[setup-sms-filtering-on-android](https://guide.scamshield.gov.sg/getting-started/setup-sms-filtering/setup-sms-filtering-on-android)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://guide.scamshield.gov.sg/getting-started/setup-sms-filtering.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.

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.
