> For the complete documentation index, see [llms.txt](https://help.spicegems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.spicegems.com/geoip-country-redirect/general-faqs/what-is-a-same-domain-url.md).

# What is a Same-domain URL?

A same-domain refers to the domain name that you are using for a website.&#x20;

A same-domain URL refers to a web address that belongs to the same domain name as the current website you are visiting.&#x20;

For example, if you are on:\
\&#xNAN;*<https://example.com/products>*

This is the same domain (example.com) URL that includes a path (/products).&#x20;

Any other URL that shares the same domain name is considered a same-domain URL, such as:

\_<https://example.com/about_\\>
\_<https://example.com/contact_\\>
*<https://example.com/blog/post-1>*

&#x20;The domain name is the core part of the URL (e.g., example.com). As long as the domain remains the same, variations in paths (/products, /about, etc.) do not change the fact that it is the same domain.

&#x20;If the domain changes - for instance, ***shop.example.com*** or ***example.org***, it is treated as a different domain or as a subdomain.[](<https://www.example.com/about-us&#xD;&#xA;>)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.spicegems.com/geoip-country-redirect/general-faqs/what-is-a-same-domain-url.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.
