# Finding the Configuration Web Page

The configuration web page is accessed with a web browser at the default HTTP web server port 80.

First, find the IP address of the Tracker 650.

* If you have set the static IP address of the Tracker 650, you already know what it is. It is set to 0.0.0.0 from the factory, which means “use DHCP”.
* Otherwise, if you powered the Tracker 650 up on a subnet that does not include a DHCP server, the Tracker 650 will use its fallback IP address. When shipped from the factory this is set to 192.168.2.8. If you changed the fallback IP address you already know what it is.
* If you powered the Tracker 650 up on a subnet that does include a DHCP server, you may be able to use the name "Tracker650" instead of a numeric IP address, depending on if the DHCP server accepts the Tracker 650’s suggestion of a host name.
* Cerulean's SonarView application can also discover the IP address of the Tracker 650, as can the (now deprecated) CeruleanTracker application.

Once you have the IP address in hand, you can enter it into the address bar of a browser such as Google Chrome, for example, the following two different methods:

```
http://192.168.2.8
http://Tracker650
```

The configuration page should pop up, assuming:

* The Tracker 650 is powered up
* The Tracker 650 is in the same network as your computer
* Your computer can access the subnet used by the Tracker 650 (some hints about this are [here](/c/tracker-650/communicating-with-the-tracker-650/tips-on-how-to-find-the-ip-address-assigned-to-your-ethernet-adapter.md))


---

# 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://docs.ceruleansonar.com/c/tracker-650/configuring-the-tracker-650/finding-the-configuration-web-page.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.
