> ## Documentation Index
> Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Access your site

> Find the URLs you can use to access your site via a web browser.


Once you have an environment running, you can view it in a web browser.
To find which URLs you can use to access your site, follow these steps:

<Tabs>
  <Tab title="In the Console">
    1. Select the project whose URLs you want to find.
    2. From the **Environment** menu, select an environment.
    3. Click **URLs**.

    Copy and paste any of these URLs into a web browser and access your site.
  </Tab>

  <Tab title="Using the CLI">
    1. Run the following command:

       ```bash theme={null}
       upsun url
       ```

    2. Select the URL to open in a browser.
  </Tab>
</Tabs>

For more information about URLs in your project and how you can control access to your web applications,
see how to [define routes](/docs/routes).
