> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.ex2.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# What is an Absolute Path?

## Absolute URL paths

Absolute paths are complete URLs pointing to specific web pages. An absolute path includes each part of the [URL](https://help.ex2.com/en/article/what-is-a-url-1rlh9di/?bust=1784820887559), including the [HTTP](https://help.ex2.com/en/article/what-is-the-http-protocol-7fcufm/?bust=1784821540525)/[HTTPS](https://help.ex2.com/en/article/what-is-the-https-protocol-187vlu/?bust=1784821540526) connection protocol and the www (if appropriate).

An example of an absolute path is [https://www.ex2.com](https://www.ex2.com/). In the vast majority of cases, URLs are accessible without providing the entire absolute path. Browsers are able to interpret "incomplete" queries, such as ex2.com.

When using internal links, you have the choice to use [relative URLs](https://help.ex2.com/en/article/what-is-an-absolute-path-tdim8e/?bust=1784823844440) or [absolute paths](https://help.ex2.com/en/article/what-is-an-absolute-path-tdim8e/?bust=1784823844440). For example, if you want to insert a link to your Store page on the home page, you can use a relative URL similar to “/store”. 

When a browser analyzes an incomplete URL, it naturally interprets it as a relative path. It then deduces the rest of the way by relying on the [sitemap](https://help.ex2.com/en/article/what-is-a-sitemap-1p3n8fs/?bust=1784823883108). 