# Chrome How To

## DNS over HTTPS

1. Open Settings: In your address bar, type the following and hit Enter `chrome://flags/#dns-over-https` or (in newest Chrome) `chrome://flags/#dns-httpssvc`. It takes you to `Secure DNS lookups` (`Support for HTTPSSVC records in DNS`)
2. Click on `Secure DNS lookups` (`Enable`) radio button to enable DoH.
3. Configure your Windows DNS:
   1. Cloudflare [1.1.1.1](https://1.1.1.1/dns/#setup-instructions)
   2. Google 8.8.8.8
   3. NextDNS
4. How to check if my browser is configured correctly?
   1. Visit [1.1.1.1 help pageOpen external link](https://1.1.1.1/help)
   2. Verify that `Using DNS over HTTPS (DoH)` is `Yes`
   3. Or visit [Cloudflare Security Check](https://www.cloudflare.com/ssl/encrypted-sni/)

## Browser Action

* Clear Browsing Data - type ‘delete history’, ‘clear cache ‘ or ‘wipe cookies’
* Manage Payment Methods - type ‘edit credit card’ or ‘update card info’
* Open Incognito Window - type ‘launch incognito mode‘ or ‘incognito’
* Manage Passwords - type ‘edit passwords’ or ‘update credentials’
* Translate Page - type ‘ translate this’ or ‘ translate this page’


---

# 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://irosyadi.gitbook.io/irosyadi/howto/chrome-howto.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.
