# Enable Dev Tools For Safari

By default Safari's developer tools are hidden. To enable them, you need to go into the *Advanced* section of *Preferences* and check the box at the bottom of the screen that reads "Show Develop menu in menu bar."

![Advanced Safari Preferences Pane](https://i.imgur.com/TFhUXoA.png)

This will give you access to all sorts of menu items like "Show web inspector" and "Disable JavaScript".

[source](https://support.apple.com/guide/safari/use-the-developer-tools-in-the-develop-menu-sfri20948/mac)


---

# 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://ploegert.gitbook.io/til/tools/workflow/enable-dev-tools-for-safari.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.
