> ## 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 a Relative Path?

## Relative URL paths

A relative path is a link to a content, located on a page of the same site. Unlike an [absolute path](https://help.ex2.com/en/article/what-is-an-absolute-path-tdim8e/?bust=1784823844440), a relative path does not include the entire [URL](https://help.ex2.com/en/article/what-is-a-url-1rlh9di/?bust=1784820887559).

It does not include the connection protocol (http/https) or the domain name of the site. Since the above elements are implicitly agreed, this link contains only the directory and its *slug*.

If a web user put this link in a search bar, the browser would find nothing. However, the relative path allows users to find the new page from the one where the link is located. They are therefore only for internal mesh use.

To create external links, you must use absolute paths including the full web address. This includes the connection protocol, the domain name and possibly a file or page name. 