# Accessing Apidog Web Interface


To access the **Apidog Web Interface**, open a web browser and navigate to the URL defined by the `BASE_URL` environment variable. The format of the URL will typically align with one of the following configurations, depending on your deployment:
    - `https://api.example.com/web`
    - `http://192.168.0.13/web`


Ensure that the `BASE_URL` variable is correctly configured to point to the appropriate address for your environment. This configuration is critical for ensuring proper routing to the Apidog Web application.

## Supported Browers

Apidog is designed to operate optimally across a broad range of modern web browsers. We rigorously test and support the following versions for full compatibility:

    - Google Chrome (v70 and above)
    - Mozilla Firefox (v68 and above)
    - Microsoft Edge (v17 and above)
    - Apple Safari (v11 and above)

While Apidog may function in older browser versions, full compatibility is not guaranteed, and certain features may not work as expected due to differences in rendering engines, security policies, or JavaScript support.


For **optimal performance, security, and feature support**, we strongly recommend using the latest stable release of your preferred browser.
