# IC Gateway

For sites hosted on the Internet Computer through 4EVERLAND, we use the Internet Computer's main gateway, built by the DFINITY foundation.

## Using the gateway

Very simple, anyone can use this gateway with their IC canisters.

{% hint style="success" %}
The DFINITY IC public gateway is:

`identity.raw.ic0.app`
{% endhint %}

## Path style

The "path style" URL places the Canister ID in the path section of the gateway URL, as follows.

`[CANISTER_ID].raw.ic0.app`

{% hint style="info" %}
You may see an initial loading animation when accessing this content, please don't worry, this loading state usually only happens once.
{% endhint %}

{% hint style="info" %}
You can [sign up](https://dashboard.4everland.org/login) for a free 4EVERLAND account to get started today.

If you have any questions, please join our [Discord server](https://discord.com/invite/Cun2VpsdjF), or send us an email at <contact@4everland.org>.
{% endhint %}


---

# Agent Instructions: 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://docs.4everland.org/gateways/ic-gateway.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.
